ColdCGH/dsh-deepseek-chat

Desktop ⭐ 0 MIT browserweb-ui

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

catalog description:—

Install

# 方式一: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

Add ColdCGH/dsh-deepseek-chat to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.