@cloudbase/framework-plugin-low-code 0.5.14 → 0.5.15
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudbase/framework-plugin-low-code",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.15",
|
|
4
4
|
"description": "云开发 Tencent CloudBase Framework Low Code Plugin,将低码配置生成完整项目并一键部署云开发资源。",
|
|
5
5
|
"author": "yhsunshining@gmail.com",
|
|
6
6
|
"homepage": "https://github.com/TencentCloudBase/cloudbase-framework#readme",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
});
|
|
23
23
|
<% } else {%>
|
|
24
24
|
const _aegis = new Aegis({
|
|
25
|
-
id: '
|
|
25
|
+
id: 'lXHFsBpTrKcnOMqTRQ', // 项目ID,即上报key
|
|
26
26
|
reportApiSpeed: false, // 接口测速
|
|
27
27
|
reportAssetSpeed: false, // 静态资源测速
|
|
28
28
|
spa: true,
|
|
@@ -443,7 +443,7 @@
|
|
|
443
443
|
src="//qbase.cdn-go.cn/lcap/lcap-resource-cdngo/-/0.1.2/_url/ajax/libs/mobx/5.15.7/mobx.umd.js"
|
|
444
444
|
crossorigin="anonymous"
|
|
445
445
|
></script>
|
|
446
|
-
<script src="//qbase.cdn-go.cn/lcap/lcap-resource-cdngo/-/release/_npm/@cloudbase/weda-cloud-sdk@0.3.
|
|
446
|
+
<script src="//qbase.cdn-go.cn/lcap/lcap-resource-cdngo/-/release/_npm/@cloudbase/weda-cloud-sdk@0.3.15/dist/h5.browser.js"></script>
|
|
447
447
|
<script src="//qbase.cdn-go.cn/lcap/lcap-resource-cdngo/-/0.1.2/_url/npm/@zxing/library@0.18.6/umd/index.min.js"></script>
|
|
448
448
|
</body>
|
|
449
449
|
</html>
|