@cloudbase/framework-plugin-low-code 0.6.58-alpha.0 → 0.6.58-alpha.1
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.6.58-alpha.
|
|
3
|
+
"version": "0.6.58-alpha.1",
|
|
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",
|
|
@@ -411,15 +411,12 @@
|
|
|
411
411
|
const isPrivate = sessionStorage.getItem('__URL_QUERY_IS_PRIVATE');
|
|
412
412
|
if (isPrivate === 'true') {
|
|
413
413
|
document.write(
|
|
414
|
-
`<script src="//static.cloudbase.net/cloudbase-js-sdk/2.0.1-alpha.
|
|
414
|
+
`<script src="//static.cloudbase.net/cloudbase-js-sdk/2.0.1-alpha.0/cloudbase.full.js?v=1><\/script>`
|
|
415
415
|
);
|
|
416
416
|
} else {
|
|
417
417
|
document.write(
|
|
418
|
-
`<script src="//static.cloudbase.net/cloudbase-js-sdk/
|
|
418
|
+
`<script src="//static.cloudbase.net/cloudbase-js-sdk/1.5.3-alpha.0/cloudbase.full.js?v=1"><\/script>`
|
|
419
419
|
);
|
|
420
|
-
// document.write(
|
|
421
|
-
// `<script src="//static.cloudbase.net/cloudbase-js-sdk/1.5.3-alpha.0/cloudbase.full.js?v=1"><\/script>`
|
|
422
|
-
// );
|
|
423
420
|
}
|
|
424
421
|
})();
|
|
425
422
|
</script>
|
|
@@ -482,7 +479,7 @@
|
|
|
482
479
|
></script>
|
|
483
480
|
<script
|
|
484
481
|
crossorigin="anonymous"
|
|
485
|
-
src="https://cdn.
|
|
482
|
+
src="https://qbase.cdn-go.cn/lcap/lcap-resource-cdngo/-/release/_npm/@cloudbase/weda-cloud-sdk@1.0.5/dist/h5.browser.js?v=1"
|
|
486
483
|
></script>
|
|
487
484
|
<script>
|
|
488
485
|
// zxing polifill
|