GrapeCityXA/dsh-plugin-spreadjs-editor ↗★ 0
@grapecity-software/dsh-spreadjs-editor
DeepSeek Harness Web UI plugin: SpreadJS viewer registered through dsh-better-sidebar (ui-all).
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GrapeCityXA/dsh-plugin-spreadjs-editor说明文档
阅读完整 README ↗配置
如已获得许可证,在 web profile 的 cordis.patch.yml 中添加以下配置:
| Key | 默认值 | 说明 |
|---|---|---|
licenseKey | '' | SpreadJS 部署许可证。留空以带水印的试用模式运行。 |
designerLicenseKey | '' | 独立的 SpreadJS Designer 部署许可证。留空保持 Designer 试用状态。 |
- id: spreadjs-editor
config:
licenseKey: 'YOUR_SPREADJS_KEY'
designerLicenseKey: 'YOUR_DESIGNER_KEY'
修改后重启 DSH 并刷新网页。
Configuration
If you have licenses, add the following to the web profile's cordis.patch.yml:
| Key | Default | Description |
|---|---|---|
licenseKey | '' | SpreadJS deployment key. Empty runs in evaluation mode with a watermark. |
designerLicenseKey | '' | Separate SpreadJS Designer deployment key. Empty keeps Designer in evaluation mode. |
- id: spreadjs-editor
config:
licenseKey: 'YOUR_SPREADJS_KEY'
designerLicenseKey: 'YOUR_DESIGNER_KEY'
Restart DSH and refresh the browser after changing the configuration.