1739321142/DevTools-Custom-Beautification-Plugin-for-DeepseekHarness-Class

Skin ⭐ 0 web-ui

一个给 DeepSeek Harness 换外观的插件:改字体、颜色、背景图,还能像浏览器的「检查元素」一样—— 鼠标移到哪个字上,点一下,就能单独改那个字。

catalog description:DeepseekHarness类DevTools自定义美化

Install

C:\Users\<你的用户名>\.dsh
   ```

2. 进入里面的 `profiles\web` 文件夹(没有的话先正常打开一次 DeepSeek Harness 再关闭,它就会生成)。

3. 把整个 `dsh-beautify-plugin` 文件夹**复制**到:

   ```
   C:\Users\<你的用户名>\.dsh\profiles\web\node_modules\
   ```

4. 用记事本打开 `profiles\web\cordis.patch.yml`,把里面的内容**全部替换**为:

   ```yaml
   - insert:
       - id: beautify
         name: 'dsh-beautify-plugin'
   ```

   (如果里面原本就有别的配置,就在最前面加上上面这几行,不要删掉原有内容。)

5. **完全退出** DeepSeek Harness(含托盘图标)再重新打开。

6. 打开 设置 → **美化**,就能用了。

### 方式二:pnpm 安装(懂命令行的人用)

在 `profiles\web` 目录下执行:

Add 1739321142/DevTools-Custom-Beautification-Plugin-for-DeepseekHarness-Class to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.