@cloudbase/lowcode-builder 1.8.107 → 1.8.109
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.
|
@@ -48,8 +48,8 @@ exports.materialsDirName = 'materials'; // materials diretory of current project
|
|
|
48
48
|
* 存放在大账号:100015939275。访问地址:https://console.cloud.tencent.com/cos/bucket?bucket=comp-public-replace-1303824488®ion=ap-shanghai&path=%252Flcap-builder%252F
|
|
49
49
|
*/
|
|
50
50
|
const COMP_PUBLIC_DOMAIN = 'comp-public-replace-1303824488-cos.weda.tencent.com';
|
|
51
|
-
exports.miniprogramURL = `https://${COMP_PUBLIC_DOMAIN}/lcap-builder/miniprogram_npm.1.8.
|
|
52
|
-
exports.cloudbaseMiniprogramURL = `https://${COMP_PUBLIC_DOMAIN}/lcap-builder/cloudbase_miniprogram_npm.1.8.
|
|
51
|
+
exports.miniprogramURL = `https://${COMP_PUBLIC_DOMAIN}/lcap-builder/miniprogram_npm.1.8.107.zip`;
|
|
52
|
+
exports.cloudbaseMiniprogramURL = `https://${COMP_PUBLIC_DOMAIN}/lcap-builder/cloudbase_miniprogram_npm.1.8.107.zip`;
|
|
53
53
|
exports.systemSubpackageMiniprogramURL = `https://${COMP_PUBLIC_DOMAIN}/lcap-builder/wd_system_miniprogram_npm.zip`;
|
|
54
54
|
exports.RUNTIME_CONFIG_URL = `https://${COMP_PUBLIC_DOMAIN}/release_config/runtime/exp_runtime.json`;
|
|
55
55
|
/**
|
|
@@ -69,6 +69,7 @@ enableLoading = undefined, publicPath = '/', }) {
|
|
|
69
69
|
await fs_extra_1.default.writeFile(dstFilePath, (0, lodash_1.template)(packageTpl)({
|
|
70
70
|
appId,
|
|
71
71
|
title: '',
|
|
72
|
+
envId,
|
|
72
73
|
desc: description,
|
|
73
74
|
canUseVite: (0, util_1.canUseVite)(mode, devTool),
|
|
74
75
|
jsApis: Array.from(new Set(jsApis.filter((item) => !!item))),
|