yasin0324/dsh-2048

插件 ⭐ 0 other

🎮 在 DeepSeek Harness 中玩 2048

catalog 简介:🎮 在 DeepSeek Harness 里玩 2048

安装

dsh-2048/                  # 仓库根目录即组合包根(dsh.bundle 标准格式)
├── package.json           #   dsh.client 声明 + dsh.bundle.patch 声明
├── cordis.patch.yml       #   本包的补丁层(插入 ui-2048 行)
├── index.js               #   主机端 no-op
├── client.js              #   浏览器端(工厂形式 bundle,含全部游戏逻辑)
├── plugin/
│   └── client.js          # 动态插件源码(ttfe-1/pkg-5 的完整 Client 端代码)
├── scripts/
│   ├── install.sh         # 无 pnpm 环境的手动安装(回退方案,幂等)
│   └── uninstall.sh       # 手动安装对应的卸载
├── standalone/
│   └── 2048.html          # 独立的纯 HTML 版本,双击即可在浏览器玩
└── README.md

yasin0324/dsh-2048 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。