shuaihaoV/dsh-TheWanderingEarthII ↗★ 0
@shuaihaov/dsh-theme-wandering-earth-2
The Wandering Earth II (流浪地球2) cinematic HUD theme for the DSH Web GUI: sunken planet-engine artwork, ignition state bridge, starfield HUD overlay.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:shuaihaoV/dsh-TheWanderingEarthII说明文档
阅读完整 README ↗使用与维护
首次安装已完成(本仓库经 link: 挂载进 ~/.dsh/profiles/web,patch 含 theme-wandering-earth-2 insert 行)。日常操作:
| 操作 | 命令/路径 |
|---|---|
| 启用主题 | 无需操作——安装即启用且常驻:overrideTokens 叠加层压在任何当前主题之上,外观切换、页面刷新都不影响 |
| 更新 Client 样式/逻辑 | pnpm run bundle 后刷新页面(bundle 自动 cache-bust) |
| 更新 assets 图片 | 替换文件 → bump TWE2_ASSET_VER → pnpm run bundle → 刷新 |
| 更新 Host 半路由 | 编辑 src/index.js → 重启 DSH |
| 验证插图路由 | curl -sI http://127.0.0.1:3080/twe2-assets/moss-eye.jpg(应 200 + image/jpeg) |
| 停用 | ~/.dsh/profiles/web/cordis.patch.yml 删除对应 insert 段,重启 DSH |