xdongHo/dsh-wechat-mobile-skin ↗★ 0
dsh-wechat-mobile-skin
WeChat-style mobile skin for the DeepSeek Harness Web GUI. Mobile browsers get a WeChat chat-list (sessions as contacts) and a WeChat-style chat page; desktop stays untouched. · DeepSeek Harness 移动端微信风格皮肤:手机浏览器自动切换微信聊天交互,历史会话展示为微信好友样式,解决移动端排版问题;桌面端零改动。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xdongHo/dsh-wechat-mobile-skin说明文档
阅读完整 README ↗配置
在 patch 行的 config 中可覆盖(均有默认值):
| 键 | 类型 | 默认 | 说明 |
|---|---|---|---|
enabled | bool | true | 总开关 |
prefix | string | dsh-wechat-mobile-skin | 静态资源路由前缀 |
navTitle | string | DeepSeek | 会话列表顶部标题 |
forceTablet | bool | true | iPad 桌面模式 UA(Macintosh + 多点触控)也按移动端处理 |