gxx950224/backpack

插件 ⭐ 0 MIT other

dsh 背包插件

catalog 简介:dsh backpack plugin

安装

3. **声明依赖与 bundle**:编辑 `~/.dsh/profiles/web/package.json`:

   ```json
   {
     "dependencies": { "@ggame/backpack": "workspace:*" },
     "dsh": {
       "profile": {
         "bundles": [
           "@deepseek-ai/dsh-base",
           "@deepseek-ai/dsh-web-app",
           "@ggame/backpack"
         ]
       }
     }
   }
   ```

4. **安装**:在 profile 目录执行 `pnpm install`。
5. **配置行**:在 `~/.dsh/profiles/web/cordis.patch.yml` 追加:

   ```yaml
   - id: backpack
     config:
       autoScan: true
       scanIntervalSec: 60
   ```

6. **重启 DSH**:`dsh web`。之后浏览器右下角会出现背包按钮。

> 若你的 profile 已启用其他 bundle(如 vision-toolkit),把 `@ggame/backpack` 追加进 `bundles` 列表即可,互不影响。

### 🤖 AI 一键安装提示词(复制发给 DSH Agent)

gxx950224/backpack 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。