返回插件超市
(暂无描述)
Star
0
近 7 天增长
贡献者
1
语言
TypeScript
更新于
2026-08-14
需要自行构建
这是个组合包,但作者尚未发布到 npm,包入口又指向构建产物(lib/ 或 dist/),仓库也没有 prepare 脚本。git 直装只会拉到未编译的源码,加载时找不到入口。先在本地构建,再按路径装进 profile:
git clone https://github.com/Hyna-hla/dsh-interrupt-send.git cd dsh-interrupt-send pnpm install && pnpm build dsh plugin --profile web add .
--profile 后面是你自己起的 profile 名,换成你在用的那个即可。
