10086ggqq/dsh_theme_Minecraft ↗★ 2
dsh-theme-minecraft
Minecraft 主题套件:重构 DSH 主界面为游戏化体验,含全景主菜单、HUD 聊天与小型思考小游戏。
AI 分析
适合想要沉浸式界面风格的用户;需 WebGL/WS 支持及正确的 API 密钥与 Node/DSH 环境。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:10086ggqq/dsh_theme_Minecraft说明文档
阅读完整 README ↗📦 安装与使用
1. 环境要求
| 依赖 | 要求 |
|---|---|
| Node.js | ^22.19 或 >=24(DeepSeek Harness 运行要求) |
| DeepSeek Harness | 已安装,且 dsh 命令可用 |
| 浏览器 | 支持 WebGL 与 WebSocket 的现代浏览器 |
| DEEPSEEK_API_KEY | 真实对话必需,见下方「配置」步骤 |
2. 安装主题
方式一:安装到 web profile(标准用法)
dsh plugin --profile web add dsh-theme-minecraft # npm 发布后
dsh plugin --profile web add ./dsh-theme-minecraft # 或本地目录安装
安装后插件进入 ~/.dsh/profiles/web,随 dsh web 自动挂载,无需其他步骤。
方式二:仓库内源码运行(开发调试)
在 DeepSeek Harness 仓库根目录执行:
pnpm dsh web --patch ./dsh-theme-minecraft/cordis.source.patch.yml --no-open
### 3. 配置
1. **登录**:使用 `dsh web` 打印的带 `?token=` 的 URL 完成登录(与原版一致的签名
Cookie 流程,主题复用了 `connection.authorizeIndex`,没有绕过任何认证)。
2. **API Key**(二选一):
- 主题内:主菜单 → 设置… → AI 设置 → 保存(走 `credentials/set` 写入 DSH 凭据库,值只进不出);
- 环境变量:在 `.env` 里提供 `DEEPSEEK_API_KEY`。