@cloudbase/lowcode-builder 1.8.92-ide.1 → 1.8.93

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.
@@ -43,9 +43,9 @@ exports.appTemplateDir = path.resolve(__dirname, '../../../template');
43
43
  exports.materialsDirName = 'materials'; // materials diretory of current project
44
44
  /**
45
45
  * miniprogram的代码,IDE插件后续会提供端功能
46
- * 存放在大账号:100015939275。访问地址:https://console.cloud.tencent.com/cos/bucket?bucket=comp-public-1303824488&region=ap-shanghai&path=%252Flcap-builder%252F
46
+ * 存放在大账号:100015939275。访问地址:https://console.cloud.tencent.com/cos/bucket?bucket=comp-public-replace-1303824488&region=ap-shanghai&path=%252Flcap-builder%252F
47
47
  */
48
- const COMP_PUBLIC_DOMAIN = 'comp-public-1303824488.file.myqcloud.com';
48
+ const COMP_PUBLIC_DOMAIN = 'comp-public-replace-1303824488-cos.weda.tencent.com';
49
49
  exports.miniprogramURL = `https://${COMP_PUBLIC_DOMAIN}/lcap-builder/miniprogram_npm.1.8.57.zip`;
50
50
  exports.cloudbaseMiniprogramURL = `https://${COMP_PUBLIC_DOMAIN}/lcap-builder/cloudbase_miniprogram_npm.1.8.57.zip`;
51
51
  exports.systemSubpackageMiniprogramURL = `https://${COMP_PUBLIC_DOMAIN}/lcap-builder/wd_system_miniprogram_npm.zip`;