GrapeCityXA/dsh-plugin-spreadjs-editor0

@grapecity-software/dsh-spreadjs-editor

DeepSeek Harness Web UI plugin: SpreadJS viewer registered through dsh-better-sidebar (ui-all).

包名
@grapecity-software/dsh-spreadjs-editor
版本
0.1.3
许可证
MIT
最近更新
2026年9月10日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GrapeCityXA/dsh-plugin-spreadjs-editor

配置

如已获得许可证,在 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:

KeyDefaultDescription
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.