jinsiyu/dsh-webproxy-router-plugin
一个DeepSeek harness webfetch的代理插件,使LLM能够自行维护代理列表,从而让LLM也能实现科学上网。
catalog 简介:一个deepseek harness webfetch的代理插件,可以让llm自己维护代理列表,让llm也能科学上网
安装
dsh-webproxy-router-plugin/
package.json main lib/index.js;types lib/types/index.d.ts;
exports: {".", "./client", "./package.json"};dsh.bundle + dsh.client {platform: web}
src/index.ts 插件源码(TS):name / inject / apply
src/env.d.ts 裸环境类型声明(tsc 用)
lib/index.js 构建产物(host 插件入口;git 忽略,由 build.mjs 生成)
lib/types/index.d.ts 构建产物(声明文件,官方布局;git 忽略)
lib/client.js 手写 client bundle(官方格式 window.__ModuleLoader__.load),设置卡片;git 保留
build.mjs 构建脚本(两遍 tsc:lib/index.js + lib/types/index.d.ts)
tsconfig.json 类型检查配置
.gitignore 忽略 node_modules / 构建产物 / *.tgz / 缓存
node_modules/ 开发期依赖(npm install;运行期依赖由 profile 安装 tarball 时物化)
*.tgz pnpm pack 产出的分发包(dsh-webproxy-router-plugin-0.1.0.tgz)
把 jinsiyu/dsh-webproxy-router-plugin 加入你的 DSH 配置(web profile)即可启用。
README
展开完整 README 收起
README 内容为空。
tt-a1i/archify
anywhere-labs/deepseek-harness-desktop
strukto-ai/mirage
liustack/modlens
omdsh-dev/DSH-better-sidebar
GanyuanRan/Aegis
dsh-market/dsh-market
toby-bridges/api-relay-audit