magian1127/deepseek-harness-zh_pro ↗★ 0
deepseek-harness-zh_pro
DSH 中文增强插件:仅在中文界面生效——修正残留英文、统一中文术语与格式,并让统计行等关键信息始终完整显示
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:magian1127/deepseek-harness-zh_pro说明文档
阅读完整 README ↗deepseek-harness-zh_pro
DeepSeek Harness 中文增强插件
让 DeepSeek Harness 的中文界面更好用。仅中文界面生效,英文界面零影响。
功能
| # | 功能 | 说明 |
|---|---|---|
| 1 | 中文补全 | 修正残留英文:tok/s→词元/秒、LLM→大模型、API 密钥→接口密钥、Full access→完全访问、agent→代理、plan mode→计划模式;时长/数量统一中文格式(48m48s→48分48秒、46.7M→4670万) |
| 2 | 统计全显示 | 统计行 9 轮 · 203 步 | LLM 49分59秒 · … 不再省略号截断:单行完整显示,自动缩字号适配,极端超长时同一行横向滚动 |
| 3 | 对话宽度 | 大屏(≥1200px)下按百分比设置聊天列宽,例如 90% → 两侧各 5% 留白,不再有大片空白 |
功能都可在 DSH 设置 → 增强设置 中开关(对话宽度还带比例输入框),即时生效。
安装
# 方式一:官方命令,重启一次后生效
dsh plugin --profile web add deepseek-harness-zh_pro
# 方式二:npx 热安装(DSH 服务运行时,无需重启)
npx -y deepseek-harness-zh_pro install --profile web
卸载
dsh plugin --profile web remove deepseek-harness-zh_pro
# 或
npx -y deepseek-harness-zh_pro remove --profile web
两种卸载都是热卸载,无需重启。
常见问题
会影响英文界面吗? 不会。只在界面语言为「中文」时生效。
更新需要重启吗? 插件内容更新后刷新网页(Ctrl+Shift+R)即生效。
能在 dshmarket 里装吗? 可以。插件已声明 dsh.bundle,市场安装/重启后均正常挂载,不会重复加载。