deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
一个用于 DeepSeek Harness Web 界面的奶蛙主题插件。
非官方、非商业的娱乐向项目。
当前版本在 DeepSeek Harness 0.1.0-rc.5 源码版上开发和测试。插件对空状态标题的修改依赖当前 Web UI 结构;若 Harness 后续调整对应 DOM,可能需要同步更新选择器。
已安装 dsh CLI:
dsh plugin --profile web add github:DevourerM/dsh-naiwa-theme
从 DeepSeek Harness 源码运行:
cd D:\path\to\deepseek-harness
pnpm dsh plugin --profile web add github:DevourerM/dsh-naiwa-theme
Git 安装会通过 prepare 构建浏览器包。pnpm 10 可能要求先在 $DSH_HOME/profiles/web/pnpm-workspace.yaml 中允许该构建:
allowBuilds:
dsh-naiwa-theme: true
按 pnpm 输出的提示添加后,重新运行安装命令。
下载 Release 中的 dsh-naiwa-theme-<version>.tgz,然后执行:
dsh plugin --profile web add .\dsh-naiwa-theme-0.5.0.tgz
包发布到 npm 后可以使用:
dsh plugin --profile web add dsh-naiwa-theme
安装完成后重启 DSH;若页面仍使用旧资源,请按 Ctrl + F5 强制刷新。
dsh plugin --profile web update dsh-naiwa-theme
dsh plugin --profile web remove dsh-naiwa-theme
源码版在命令前加 pnpm:
pnpm dsh plugin --profile web remove dsh-naiwa-theme
需要 Node.js。项目没有第三方构建依赖:
pnpm run build
pnpm test
构建会将 CSS、三张主题图片和两段 MP3 内嵌进根目录的 client.js,运行时不依赖外部静态资源路径。
本地链接安装:
cd D:\path\to\deepseek-harness
pnpm dsh plugin --profile web add D:\path\to\dsh-naiwa-theme
打包发布文件:
pnpm test
pnpm pack
assets/ 原始图像和音频素材
src/client.template.js 浏览器端插件模板
src/index.js Host 端入口
styles/theme.css 主题样式
scripts/build.mjs 自包含构建脚本
tests/build.test.mjs 构建与状态转换测试
cordis.patch.yml DSH Profile 组合包配置层
client.js 构建后的浏览器包
index.js 构建后的 Host 入口
MIT License 适用于本项目自行编写的插件代码,不自动改变第三方素材或参考形象原有的权利状态。详情见 ASSETS_NOTICE.md。
插件代码采用 MIT License。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。