autumnshiu009-ship-it/dsh-mobile-ui ↗★ 0
dsh-mobile-ui
dsh profile bundle: mobile adaptations for the DeepSeek Harness Web GUI — top bar with conversation title, push-navigation second-level sidebar, frozen scroll layout, viewport-clamped popups above the message layer, 44px touch targets, press feedback, safe-area insets, landscape handling, reduced-motion. Injected as one responsive stylesheet plus small DOM effects on the browser side.
AI Analysis
核心用途是优化 DSH 在手机等移动端设备上的网页交互与视觉体验。适合经常在移动端浏览器中使用 DSH 的用户。需要安装到 web profile。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:autumnshiu009-ship-it/dsh-mobile-uiREADME
Read the full README ↗方式二:使用 dsh plugin 命令
如果你已经下载/克隆到本地的 /path/to/dsh-mobile-ui:
dsh plugin --profile web add /path/to/dsh-mobile-ui
dsh plugin --profile headless add /path/to/dsh-mobile-ui
然后重启 dsh web。