D
dsh-quickref
v0.1.0 · 0 天前发布
Developer quick-reference toolbox for DeepSeek Harness (DSH): 12 themed categories (195 entries) + zero-dependency dev tools (regex tester, JSON format, timestamp, Base64/URL codec, cron generator, line diff). 开发者速查工具箱。
README
dsh-quickref
开发者速查工具箱:面向 DeepSeek Harness(DSH)的插件。设置页「开发者速查」分区提供按主题分类、可搜索的速查表(12 类 195 条),以及 6 个零依赖开发工具(正则实时测试 / JSON 格式化 / 时间戳转换 / Base64\/URL 编解码 / Cron 生成 / 文本 Diff)。
目录结构
dsh-quickref/
├── package.json # dsh.bundle / dsh.client 声明、peerDependencies、发布配置
├── cordis.patch.yml # ★ 主机端 loader 条目(上架硬性要求,缺它无法安装)
├── tsconfig.json # 类型检查(noEmit)
├── tsconfig.build.json # 声明文件输出(lib/types)
├── scripts/
│ ├── build.mjs # esbuild:src → lib(主机 ESM + 浏览器 CJS bundle)
│ └── check-market.mjs # 发布前的市场就绪检查
├── src/
│ ├── index.ts # 主机端 cordis 插件(apply(ctx))
│ └── client.ts # 浏览器半部(window.__ModuleLoader__.load)
├── README.md
└── LICENSE
快速开始
```sh
npm install # 或
版本兼容矩阵
| DSH 版本 | 状态 | 说明 |
|---|---|---|
dsh@0.1.0-rc.6 | ✅ 兼容 | cordis patch ✅ |
dsh@0.1.0 | ✅ 兼容 | 标准 patch ✅ |
dsh@0.2.0 | ⚠️ 待验证 | 待实测(API 可能在变) |
dsh@0.3.0+ | ❓ 未知 | 尚未发布 |
💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正
元数据
- License
- MIT
- npm
- dsh-quickref
- Repo
- git+https://github.com/worksAssistant/dsh-quickref.git
- Engines
{"node":">=18"}- Weekly DL
- 0
- Monthly DL
- 0
- dsh.bundle
{"bundle":{"patch":"./cordis.patch.yml"},"client":{"inject":["@deepseek-ai/dsh-client-runtime"],"platform":"web","immediately":true}}