TongaiLinC/dsh-mobile-access0

dsh-mobile-access

DSH 移动端访问插件:支持 PC 审批门禁、网络模式自动切换、网关代理、扫码访问及窄屏 UI 适配。

AI 分析

核心用于便捷、安全地在手机上访问 DSH。适合需要在移动端临时使用 DSH 且需要 PC 端安全审批的局域网或公网用户。

包名
dsh-mobile-access
版本
1.0.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:TongaiLinC/dsh-mobile-access

开始使用(安装)

本插件是静态 cordis 插件包,随 DSH 启动自动加载,与官方插件(如 dsh-balance-plugin)相同的安装方式。

方式一:dsh plugin 命令


### 方式三:动态版(开发 / 临时使用)

把 `dsh-mobile-access.js` 的内容作为 `code.host` 在 Web GUI 会话中用 `cordis_define` + `cordis_run` 运行。动态版是**进程级**的,DSH 重启后需重新部署;适合快速迭代调试,正式使用建议用方式一 / 二。