ai7603/dsh-cyberpunk-theme0

dsh-cyberpunk-theme

Cyberpunk 2077 (Night City) theme for DeepSeek Harness — installable as a permanent composition plugin or a dynamic Cordis plugin.

AI 分析

为 DSH Web 界面换上酷炫的赛博朋克 2077 视觉主题。适合追求个性化界面、喜爱科幻/赛博朋克视觉风格的 DSH 用户。支持永久安装或通过 Agent 动态加载。

パッケージ
dsh-cyberpunk-theme
バージョン
1.0.0
ライセンス
MIT
最終更新
2026/08/14

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

README 全文を読む ↗

方式二:clone / 下载仓库,永久安装(推荐正式使用)

把主题装成 DSH 的正式组合插件:浏览器端随 DSH 前端一起构建,刷新不丢、重启不丢

  1. git clone https://github.com/ai7603/dsh-cyberpunk-theme(或直接下载 zip 解压);
  2. 把仓库放进你的 DSH 包的 workspace(在 pnpm-workspace.yaml / package.json 的 dependencies 里加上这个本地包);
  3. 在 DSH 的 cordis.yml 末尾追加一行:
- id: cyberpunk-2077
  name: dsh-cyberpunk-theme
  1. 重启 DSH(会重建 web bundle,把浏览器端插件一并打进去)。

浏览器端走 DSH 标准声明机制(package.json 的 exports["./client"] + dsh.client.platform: "web"),host 端(ping 心跳)随组合加载——与 DSH 内置插件完全同构,见下方「🔩 怎么做到的」。