mishiqian/lan-im

插件 ⭐ 0 MIT other

让局域网内所有安装本插件的 DeepSeek Harness 实例以账号身份互相发现、可靠地互发消息聊天。

安装

# 方式一:本地目录
cd lan-im && npm install && npm run build
dsh plugin --profile web add .
dsh web     # 重启组合生效

# 方式二:git 源
dsh plugin --profile web add git:<仓库地址>.git && dsh web

# 方式三:npm 源(发布后)
dsh plugin --profile web add @mishiqian/lan-im && dsh web

# 方式四:静态压缩包(已构建好 lib,源码一并附带)
tar -xzf lan-im-plugin-static-v0.5.0.tar.gz
cd lan-im && npm install && npm run build
dsh plugin --profile web add .
dsh web

mishiqian/lan-im 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。