dsh-web-ui
zhu1090093659
Plugin and skin collection for DeepSeek Harness (DSH) Web UI - task board, git graph, right-side panel, remote mobile UI, pet, live token stats, and skin center.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:ShadowBruceMeaningLau/dsh-shadowgarden-ui-suite
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
为 DeepSeek Harness (DSH) 定制的 Windows 前端套装:Shadow 主题 + 看板抽屉 + 能量特效 + 任务完成通知,全部通过一个 dsh 插件交付;另附自建「旗舰版」服务中心窗口与「极速版」入口。
dsh plugin --profile web add github:ShadowBruceMeaningLau/dsh-shadowgarden-ui-suite
# 或发布到 npm 后:
dsh plugin --profile web add dsh-shadowgarden-ui-suite
重启 dsh web,Shadow 主题、右缘看板把手、星尘/能量框特效与任务完成通知全部自动生效——无需任何额外部署步骤,服务重启后亦自动恢复(资源由插件路由常驻提供)。
lib/client.js 注入 shadow-theme.css + dsh-kanban.css,宿主路由提供全部资源web/kanban.html + web/dsh-kanban.js)dshnotify:// 兜底)src/dsh-hub.cs,编译产物 runtime/dsh-hub.exe+ 多开、拖动排序、多窗口独立、登录共享scripts/create-shortcuts.ps1 生成,协议:dshhub:// / dshchat:// / dshusage:// / dshnotify://--app=http://127.0.0.1:3080)├── package.json dsh 插件声明(dsh.bundle + dsh.client, platform: web)
├── cordis.patch.yml 挂载行(id: shadowgarden-ui)
├── lib/
│ ├── index.js 宿主半边:/shadow-* 与静态页资源路由
│ └── client.js 客户端半边:注入主题与看板层
├── web/ Shadow 主题、看板、分屏等静态资源
├── src/ 旗舰版 C# 源码
├── scripts/ 启动器 / 快捷方式 / 辅助补丁
├── assets/ 图标
└── runtime/ 编译产物与 WebView2 运行库(git 忽略)
依赖 .NET Framework 4.x csc.exe 与 WebView2 运行库三件套(置于 runtime\):
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe /nologo /target:winexe ^
/out:runtime\dsh-hub.exe ^
/r:runtime\Microsoft.Web.WebView2.Core.dll /r:runtime\Microsoft.Web.WebView2.WinForms.dll ^
/r:System.dll /r:System.Core.dll /r:System.Drawing.dll ^
/r:System.Windows.Forms.dll /r:Microsoft.VisualBasic.dll ^
src\dsh-hub.cs
dsh-plugin · deepseek-harness · theme · shadowMIT,见 LICENSE。WebView2 运行库版权归微软所有,仅作本地运行依赖,不入库。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: theme。