@cloudbase/lowcode-builder 1.8.69 → 1.8.70
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/lowcode-builder",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.70",
|
|
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",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@babel/core": "7.21.4",
|
|
48
48
|
"@babel/preset-env": "7.21.4",
|
|
49
|
-
"@cloudbase/cals": "^1.0.
|
|
50
|
-
"@cloudbase/lowcode-generator": "^1.8.
|
|
49
|
+
"@cloudbase/cals": "^1.0.57",
|
|
50
|
+
"@cloudbase/lowcode-generator": "^1.8.24",
|
|
51
51
|
"axios": "^0.21.0",
|
|
52
52
|
"browserfs": "^1.4.3",
|
|
53
53
|
"browserify-zlib": "^0.2.0",
|
|
@@ -543,7 +543,7 @@
|
|
|
543
543
|
crossorigin
|
|
544
544
|
src="<%=
|
|
545
545
|
cdnEndpoints.cdngo
|
|
546
|
-
%>/lcap/lcap-resource-cdngo/-/0.1.4/_files/static/weda-render/main.
|
|
546
|
+
%>/lcap/lcap-resource-cdngo/-/0.1.4/_files/static/weda-render/main.5d28c337dc394d80cf5d.bundle.js"
|
|
547
547
|
></script>
|
|
548
548
|
</body>
|
|
549
549
|
</html>
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<view class="wd-status__content">
|
|
11
11
|
<view class="wd-status__title" style="text-align: center; margin-bottom: 5px; font-size: 28rpx; font-weight: 600;">
|
|
12
12
|
{{message}}
|
|
13
|
-
<block wx:if="{{type === 'expired'}}"><text style="text-decoration: underline" bind:tap="showCustomService">添加客服</text
|
|
13
|
+
<block wx:if="{{type === 'expired'}}"><text style="text-decoration: underline" bind:tap="showCustomService">添加客服</text>可获得付费套餐折扣优惠。</block>
|
|
14
14
|
</view>
|
|
15
15
|
<view class="tea-status__detail" wx:if="{{error}}">
|
|
16
16
|
<view class="stack">
|
|
@@ -810,9 +810,9 @@ export async function getExpiredMessage(createdTime = 0) {
|
|
|
810
810
|
createdTime = date.getTime()
|
|
811
811
|
}
|
|
812
812
|
if (Date.now() - createdTime > expLifeTime) {
|
|
813
|
-
return
|
|
813
|
+
return `该版本为微搭免费套餐(长期免费,按月续期),需要再次发布激活,每次发布应用活跃时间为${formatLifecycle(
|
|
814
814
|
expLifeTime,
|
|
815
|
-
)}
|
|
815
|
+
)},可多次发布。您也可以升级为付费套餐,无应用活跃时间限制。`;
|
|
816
816
|
}
|
|
817
817
|
}
|
|
818
818
|
} catch (e) {
|