dsh-updater
DSH 网页插件:对比本地与官方最新版本,支持在保留用户配置(不触碰 ~/.dsh)的前提下更新安装,提供设置页和侧边栏版本徽章。
AI 分析
核心用途是简化 DSH 本体的升级流程。适合希望在 Web 界面一键无损升级 DSH、保持系统最新的普通用户和开发者。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
| Key | Default | Meaning |
|---|---|---|
installPath | auto-detect (cwd walk-up) | Absolute path of the DSH checkout (the git repo to update) |
upstreamRemote | upstream | Remote holding the official repo |
upstreamBranch | master | Official remote branch to follow |
patchesBranch | local-patches | Local branch expected to carry your commits; updates only run on it |
registryPackage | @deepseek-ai/dsh | npm package whose latest dist-tag is the fallback version signal (official version is from the upstream tag) |
registryBase | https://registry.npmjs.org | npm registry base |