ColdCGH/dsh-deepseek-chat

桌面端 ⭐ 0 MIT browserweb-ui

> DeepSeek Harness 网页对话入口插件 —— 在侧边栏"新对话"按钮正下方显示一个"网页对话"按钮,点击打开 chat.deepseek.com。

catalog 简介:—

安装

# 方式一:npm 官方安装(推荐)
dsh plugin --profile web add @coldcgh/dsh-deepseek-chat

# 方式二:Gitee Release tgz(无 npm registry 时)
# https://gitee.com/coldcgh/dsh-deepseek-chat/releases/download/0.2.3/coldcgh-dsh-deepseek-chat-0.2.3.tgz
curl -L -o dsh-deepseek-chat.tgz https://gitee.com/coldcgh/dsh-deepseek-chat/releases/download/0.2.3/coldcgh-dsh-deepseek-chat-0.2.3.tgz
dsh plugin --profile web add ./dsh-deepseek-chat.tgz

# 方式三:从源码构建安装(开发测试)
cd dsh-deepseek-chat && npm pack
dsh plugin --profile web add ./coldcgh-dsh-deepseek-chat-0.2.3.tgz

ColdCGH/dsh-deepseek-chat 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。