@jieyin/editor-sdk-test 1.1.164 → 1.1.165
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/editor-sdk.es.js +13867 -8345
- package/dist/renderWorker.js +1127 -1087
- package/dist/style.css +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -150,6 +150,7 @@ interface EditorOptions {
|
|
|
150
150
|
showPreview?: boolean // 是否显示预览面板,默认 true
|
|
151
151
|
enableGrid?: boolean // 是否启用网格,默认 true
|
|
152
152
|
usePreviewEffect?: boolean // 是否使用预览效果组件,默认 true
|
|
153
|
+
uiTheme?: 'default' | 'theme1' // 界面主题:theme1 为粉主色+藏青保存;默认不传为 default
|
|
153
154
|
}
|
|
154
155
|
```
|
|
155
156
|
|