dsh-web-ui
zhu1090093659
Plugin and skin collection for DeepSeek Harness (DSH) Web UI - task board, git graph, right-side panel, remote mobile UI, pet, live token stats, and skin center.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:Melody-max114/dsh-excel-panel
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
DSH 右侧栏 Excel 编辑插件:在
dsh-better-sidebar中直接预览、编辑和保存.xlsx文件。
dsh-excel-panel 是一个面向 DSH Web 的右侧栏插件,让你不用离开聊天界面就能:
.xlsx 文件并直接编辑单元格B / 斜体 I / 下划线 U✓ 确认按钮fx+ - * / ^、单元格/区域引用SUM、ROUND、IF、MAX、MIN、AVERAGE、COUNT、ABS、INT、LEN、UPPER、LOWERCtrl+Z 撤销Ctrl+Y / Ctrl+Shift+Z 重做dsh plugin --profile web add dsh-excel-panel
或者直接安装到项目:
npm install dsh-excel-panel
将插件目录放到本地,例如:
D:\apps\DP专武\dsh-excel-panel
在 DSH profile 目录(通常为 ~/.dsh/profiles/web)执行:
dsh plugin --profile web add file:D:/apps/DP专武/dsh-excel-panel
从 GitHub Releases 下载 dsh-excel-panel-v0.6.1.zip,解压到任意目录,再按方式一添加 file 依赖即可。
.xlsx 文件。fx 栏输入公式,例如 =D2*0.15。| 快捷键 | 功能 |
|---|---|
Ctrl+Z |
撤销 |
Ctrl+Y / Ctrl+Shift+Z |
重做 |
| 按住 Shift 点击 | 选择范围 |
| 鼠标拖动 | 选择范围 |
| 双击 | 编辑单元格 |
Enter |
编辑时确认并下移 |
Tab |
编辑时右移 |
dsh-excel-panel/
├── package.json
├── cordis.patch.yml
├── README.md
├── CHANGELOG.md
├── DEBUG_V2.md
└── lib/
├── index.js # 后端:读取/写入 xlsx
└── client.js # 前端:Excel 编辑器 UI
| 方法 | 路径 | 说明 |
|---|---|---|
POST |
/excel-panel/read |
读取 xlsx,返回单元格数据、公式、样式、合并区域 |
POST |
/excel-panel/write |
重建并写回 xlsx |
POST |
/excel-panel/unlock |
关闭占用目标文件的进程 |
POST |
/excel-panel/log |
写入操作日志 |
# 修改后检查语法
node --check lib/index.js
node --check lib/client.js
# 同步到 profile 运行目录
cp -r lib ~/.dsh/profiles/web/node_modules/dsh-excel-panel/
当前仓库使用 MIT,允许自由使用、修改和分发。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: dsh-better-sidebar。