seekerwxy/dsh-aurora-theme ↗★ 0
dsh-aurora-theme
DSH 双面插件:深黑冷色调主题 + 星网/极光背景 + 主题设置(开启/关闭、动态/静态)。同时提供动态版 client.js 与静态双面包(lib/index.js + lib/client.js)。
AI Analysis
核心用途是美化 DSH 界面,提供极光星网主题背景。适合喜爱深色冷色调视觉风格、想要个性化定制界面的用户。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗🚀 使用方式
本插件提供两种形态,任选其一:
方式一:静态安装(重启后仍生效,推荐)
本仓库同时是一个标准 DSH 双面插件包(node 半身 lib/index.js + 浏览器半身 lib/client.js)。在你的 DSH profile 中:
- 添加依赖(本地链接或 git 依赖均可):
// /profiles//package.json { "dependencies": { "dsh-aurora-theme": "link:/path/to/dsh-aurora-theme" // 或 "dsh-aurora-theme": "github:seekerwxy/dsh-aurora-theme#main" } } - 在
cordis.patch.yml中加入一行:- insert: - id: aurora-theme name: 'dsh-aurora-theme' - 在 profile 目录运行
pnpm install,然后重启 DSH。主题自动生效,无需授权。
方式二:动态安装(会话级,进程重启后消失)
根目录的 client.js 是动态插件格式(code.client 函数体):
- 打开 DeepSeek Harness 新建会话;
- 把
client.js的全部内容发给 Agent,并说:用 cordis_define 定义并 cordis_run 运行这个插件
- 在授权提示中点击「允许」,立即生效。
🎛️ 使用说明
| 功能 | 位置 | 说明 |
|---|---|---|
| 主题开关 | 左下角 设置 → 主题设置 | 开启:主题+背景+卡片隐藏全部生效;关闭:全部还原默认 |
| 背景模式开关 | 左下角 设置 → 主题设置 | 动态:星网闪烁 + 漂移;静态:画面定格 |
| 插件卡片隐藏 | 侧边栏底部 | 主题开启时生效,关闭后自动恢复 |