nineandnine-9/dsh-theme-rheostat

皮肤 ⭐ 1 MIT web-ui

DeepSeek Harness 网页图形界面的滑杆变阻器主题插件:模型与推理强度驱动的强调色、编辑器发光以及鲸鱼滑杆。

catalog 简介:Sliding-rheostat theme plugin for the DeepSeek Harness web GUI: model + reasoning-effort driven accents, composer glow, and a whale slider.

安装

dsh-theme-rheostat/
├─ package.json          # dsh.client 声明 + exports + devDeps(tsdown)
├─ tsdown.config.ts      # 一次性构建 host(lib/index.js) + client(lib/client.js)
├─ cordis.patch.yml      # bundle patch:把插件 insert 进 loader roster
├─ skin.json             # 皮肤市场清单
├─ assets/               # 5 张 PNG(源)
├─ scripts/embed-assets.mjs  # PNG → base64 常量
└─ src/
   ├─ index.ts           # host 半(no-op)
   └─ client/
      ├─ index.ts        # apply:locale + 样式注入 + slot 注册
      ├─ levels.ts       # 四挡映射 + resolveLevel()
      ├─ styles.ts       # 由挡位生成 CSS 字符串
      ├─ GearDock.tsx    # 挡位指示条组件
      └─ assets.generated.ts  # 生成的 base64 资产

nineandnine-9/dsh-theme-rheostat 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。