DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Mobile Ui — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
M

dsh-mobile-ui

Mobile Ui

DeepSeek Harness Web 的移动端外壳——抽屉式导航、全宽对话,不含桌面端界面元素。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:yuanzhenqi/dsh-mobile-ui#df802a3422b6d0dbc7d4c25b0581cbe27b0102de
README兼容性版本

兼容性与来源证明

Mobile Ui 以 dsh-mobile-ui 发布,当前版本为 0.3.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/21

版本

0.3.1stable
2026/8/21

相关插件

正在加载相关插件…

最新版
0.3.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 2
周下载
0
最近提交
2026/9/1
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rClient Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。Client Ui Git Graph@linxin666/dsh-client-ui-git-graph外部 dsh Web GUI 插件:空会话 Git 分支选择器和 Git 图,包含实际的主机端 Git 操作与防护,作为 dsh 配置文件包Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。

README

dsh-mobile-ui

为手掌重做 DeepSeek Harness。

A mobile shell for DSH — not a scaled-down desktop.

English · 中文


官方 Web 为书桌而设计:三栏并置,鼠标优先。把它塞进手机,侧栏、标题与输入框会叠在一起;点开一段会话,系统键盘还会自己弹起来。

本插件不压缩桌面,而是另做一层掌上界面——会话收入抽屉,对话铺满全宽,标题栏只留真正用得上的动作。

DeepSeek Harness Web was designed for a desk. This plugin is designed for a hand.


中文

设计取舍

桌面原样塞进窄屏本插件
三栏布局互相挤压抽屉导航 · 对话铺满
点会话后键盘抢焦点切会话即收起,键盘保持落下
上下文 / 记忆被挤出标题栏保留核心动作,只隐藏 Session log
设置页被底栏切断全宽 sheet,可滚动、可点按
左右控件风格分裂同一套圆形触控按钮

额外提供本机文件上传(≤ 50 MB → ~/.dsh/uploads/),供手机把普通文件交给 Agent。

安装

dsh plugin --profile web add yuanzhenqi/dsh-mobile-ui

刷新 Web UI 即可。无需账号、域名或网关。

适用于 DSH Web 0.1.x 官方 web profile。

远程访问(HTTPS 网关、Android 壳)是另一套自托管方案,不在本仓库。请使用你自己的证书与口令,不要把凭据写入插件。


English

The idea

DSH Web is a three-column desktop. On a phone that layout collapses on itself: sidebar, header and composer compete for the same strip of glass, and choosing a session autofocuses the composer — so the system keyboard appears uninvited.

dsh-mobile-ui does not scale that desktop down. It replaces the narrow-screen chrome:

Official Web, squeezedThis plugin
Three columns fighting the viewportDrawer navigation, full-width conversation
Session tap pops the keyboardDrawer closes; keyboard stays down
Context / memory vanish from the headerCore actions stay; only Session log is hidden
Settings crushed by the bottom chromeFull-width sheet, scrollable and tappable
Mismatched left / right controlsOne circular control language

A small extra for the handset: upload ordinary files (up to 50 MB) into ~/.dsh/uploads/ on the host.

Install

dsh plugin --profile web add yuanzhenqi/dsh-mobile-ui

Reload the Web UI. No account, domain, or gateway.

Requires DSH Web 0.1.x with the official web profile.

Remote access — an HTTPS gateway and Android wrapper — is a separate, self-hosted concern. Use your own certificate and password. Never commit credentials here.


MIT License