zynieie/dsh-lan-plugin
zynieie★ 1TypeScript最后同步: 2026-08-16
Independent dsh plugins for things upstream can't (yet) accept as PRs. Starts with @zynieie/dsh-lan-fix: let dsh web load on http://<lan-ip>:3080 (insecure context) without the WebSocket abort storm.
README 摘要
dsh-lan-plugin A dsh plugin I built — fixes LAN access. Tagged dsh-plugin per upstream's stated contribution convention. 我给 dsh 写的一个插件——修局域网访问。挂了 dsh-plugin topic(上游明文鼓励的贡献方式)。 完整中文说明:README.zh.md This monorepo ships dsh plugins that follow the official dsh-plugin distribution conventions (npm package + cordis.patch.yml + profile-node modules symlink). No dsh source is modified. 本 monorepo 收录的 dsh 插件遵循官方 dsh-plugin 规范(npm 包 + cordis.patch.yml + profile node modules 软链接), 不改 dsh 任何源码 。 Real capture: a phone on the same WiFi opening http:// :3080/ after the LAN fix is installed — same dsh web session as the PC's http://127.0.0.1:3080/ . 实拍:手机连同一个 WiFi,打开 http:// :3080/ ,session 列表 / 聊天记录 / 工具栏跟电脑 http://127.0.0.1:3080/ 上看到的一模一样,不用装任何 app。 Why this repo exists deepseek-ai/deepseek-harness is in pre-release. From their CONTRIBUTING.md : "We are sorry that we cannot accept external pull requests at the moment." The repo also has has pull requests: false at the repo level, so external PRs are server-blocked for now. They explicitly recommend the contribution path: publish plugins with the dsh-plugin topic — this repo follows that path. deepseek-ai/deepseek-harness 还在 pre-release,他们的 CONT…
在 GitHub 查看完整 README →