Skip to content

Releases: loeissu/dsh-plugin-mobile-ui

v0.1.0 — 首个发布包

Choose a tag to compare

@loeissu loeissu released this 14 Sep 05:07

v0.1.0 — 首个发布包

把 DeepSeek Harness 的 Web 界面改造成手机能用的界面。以官方 slot 客户端插件交付:不改 DSH 源码、不 fork dsh-tether、不替换 sidebar 插槽。

安装

下载下面的 dsh-plugin-mobile-ui-0.1.0.tgz放在一个不会被清理的固定目录不要放 %TEMP%),然后:

dsh plugin --profile web add <那个 tgz 的完整路径>

装完重启 dsh web(插件在启动时被扫描,不重启不生效也不报错)。

发布包已自带构建产物 lib/,不需要自己构建。

⚠️ 不要删掉那个 tgz

它的路径会被写进 profile 的 package.jsonfile: 引用)。文件一旦消失,之后装 / 卸载任何插件都会失败:

Could not install from "…" as it does not exist.

把文件放回同一路径即可恢复。运行时不受影响,所以这个问题会延迟暴露、尤其难查。

校验

文件 dsh-plugin-mobile-ui-0.1.0.tgz
sha256 87E855A2F02E375BD641B404FA0228C449DEAB9E6DD6CA5E01A2ADF58E8A1803

从源码安装(开发者)

见仓库 README 的「方式二」:clone → npm installnpm run bundledsh plugin --profile web add .