@jetprint/editor-sdk 1.2.8 → 1.2.9
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/dist/components/Editor/liveRender/assetPrefetch.d.ts +17 -0
- package/dist/editor-sdk.es.js +15009 -14902
- package/dist/style.css +1 -1
- package/dist/types.d.ts +2 -0
- package/dist/utils/fileToken.d.ts +1 -0
- package/dist/utils/protection/encryptedModules.generated.d.ts +2 -2
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -263,6 +263,8 @@ export type EditorOptions = {
|
|
|
263
263
|
liveRenderComponentProps?: Record<string, unknown>;
|
|
264
264
|
/** 为 true 时隐藏顶栏「实时渲染 / 退出渲染」切换按钮(仍可通过 options.isLiveRender 等控制模式) */
|
|
265
265
|
hideLiveRenderTopbarToggle?: boolean;
|
|
266
|
+
/** 为 false 时关闭「进入 editor 预热变型渲染纹理层 / 背景层资源到缓存」;默认开启 */
|
|
267
|
+
prefetchLiveRenderAssets?: boolean;
|
|
266
268
|
/** 为 false 时隐藏顶栏「快捷键」入口与自定义快捷键 Modal;默认 true */
|
|
267
269
|
showShortcutSettings?: boolean;
|
|
268
270
|
};
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
* 此文件由 vite-plugins/serverEncrypt.ts 在构建时自动生成
|
|
4
4
|
* 请勿手动编辑
|
|
5
5
|
*
|
|
6
|
-
* 生成时间: 2026-06-
|
|
6
|
+
* 生成时间: 2026-06-26T16:59:05.053Z
|
|
7
7
|
* 构建模式: production
|
|
8
8
|
* 加密模块数量: 13
|
|
9
|
-
* 构建种子:
|
|
9
|
+
* 构建种子: Kx9mP2qR5s... (已隐藏)
|
|
10
10
|
*
|
|
11
11
|
* 加密模块列表:
|
|
12
12
|
* 第一阶段(6个):
|