cershuang/dsh-fschannel

Plugin ⭐ 2 MIT socialweb-ui

DSH-Feishu channel plugin

Install

# 1. 准备环境(.env 只放路径配置;凭据在启动后于设置页填写)
cp example.env .env      # 按需修改 FSCHANNEL_REPO / FSCHANNEL_ENV_FILE

# 2. 构建客户端(每次修改源码后执行)
npm install && npm run build

# 3. 安装进 web profile(file: 协议会把包复制进 pnpm store 并安装其依赖;
#    <插件仓库路径> 也可写在 .env 的 FSCHANNEL_REPO 中)
dsh plugin --profile web add file:<插件仓库路径>

# 4. 重启 dsh web 生效
dsh web

Add cershuang/dsh-fschannel to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.