iotexplorer-ui-dev-config
Advanced tools
Comparing version 3.0.0-alpha.20240205b006 to 3.0.0-alpha.20240630b012
@@ -15,2 +15,6 @@ "use strict"; | ||
config.Panel.type = "standard" /* PanelType.standard */; | ||
// 初始化云端定时配置 | ||
if (!config.Panel.timeProject) { | ||
config.Panel.timeProject = {}; | ||
} | ||
if (config.Panel.type === 'h5') { | ||
@@ -17,0 +21,0 @@ if (!config.Panel.h5 || (config.Panel.h5 && !config.Panel.h5.url && !config.Panel.h5.release)) { |
@@ -12,2 +12,6 @@ import { bindingBootConfig2BleHardwareGuideConfig, bleHardwareGuideConfig2BindingBootConfig, DEFAULT_CONNECT_AP_GUIDE, DEFAULT_HARDWARE_GUIDE, DEFAULT_QRCODE_DISPLAY_GUIDE, } from './defaultConfigs'; | ||
config.Panel.type = "standard" /* PanelType.standard */; | ||
// 初始化云端定时配置 | ||
if (!config.Panel.timeProject) { | ||
config.Panel.timeProject = {}; | ||
} | ||
if (config.Panel.type === 'h5') { | ||
@@ -14,0 +18,0 @@ if (!config.Panel.h5 || (config.Panel.h5 && !config.Panel.h5.url && !config.Panel.h5.release)) { |
@@ -47,3 +47,7 @@ export interface ProductUIDevConfig { | ||
custom: CustomPanelConfig; | ||
timeProject?: ProductUIDevTimeProjectConfig; | ||
} | ||
export interface ProductUIDevTimeProjectConfig { | ||
supportDataProperties?: string[]; | ||
} | ||
interface CustomPanelConfig { | ||
@@ -50,0 +54,0 @@ panelDefine?: string; |
{ | ||
"name": "iotexplorer-ui-dev-config", | ||
"version": "3.0.0-alpha.20240205b006", | ||
"version": "3.0.0-alpha.20240630b012", | ||
"description": "", | ||
@@ -26,3 +26,3 @@ "bugs": { | ||
}, | ||
"gitHead": "ecd9aba34b464b7508208b5fbe1e0743be9b1218" | ||
"gitHead": "3d5f500f61468996500ac8c3d811410bf50c4143" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
71243
1188