Install
Inside DeepSeek Harness, with dsh-market
dsh plugin --profile web add dshmarket
Or from the command line
dsh plugin --profile web add github:songoao25/dsh-bottom-info-bar#path:/plugin
Installing runs third-party code with your own permissions — it can read your files, use your credentials and reach the network. Review the source first, and pin a commit (github:owner/repo#sha) when you can.
README
This plugin publishes its README in Chinese only.
DeepSeek Harness 底部信息栏插件(静态 bundle 形态)。安装一次,每次打开 DSH 自动生效。
本包不发布到 npm registry,仅通过 git clone 安装(见仓库根 README)。
- 安装:仓库根执行
./install.sh,或dsh plugin --profile web add <本目录> - 构建:
npm run build(生成lib/,由src/host.js+src/client-bundle.js生成) - 完整文档见仓库根
README.md与docs/INSTALL.md