@cloudbase/lowcode-builder 1.8.67 → 1.8.69

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.67",
3
+ "version": "1.8.69",
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.54",
50
- "@cloudbase/lowcode-generator": "^1.8.20",
49
+ "@cloudbase/cals": "^1.0.55",
50
+ "@cloudbase/lowcode-generator": "^1.8.22",
51
51
  "axios": "^0.21.0",
52
52
  "browserfs": "^1.4.3",
53
53
  "browserify-zlib": "^0.2.0",
@@ -514,7 +514,7 @@
514
514
  crossorigin="anonymous"
515
515
  src="<%=
516
516
  cdnEndpoints.cdngo
517
- %>/lcap/lcap-resource-cdngo/-/release/_npm/@cloudbase/weda-cloud-sdk@1.0.49/dist/h5.browser.js"
517
+ %>/lcap/lcap-resource-cdngo/-/release/_npm/@cloudbase/weda-cloud-sdk@1.0.53/dist/h5.browser.js"
518
518
  ></script>
519
519
  <script
520
520
  crossorigin
@@ -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.60fc8d66d8b46f3c1b33.bundle.js"
546
+ %>/lcap/lcap-resource-cdngo/-/0.1.4/_files/static/weda-render/main.63e880ca66d3a20e76e3.bundle.js"
547
547
  ></script>
548
548
  </body>
549
549
  </html>
@@ -38,6 +38,12 @@ Component({
38
38
  } else {
39
39
  getApp()?.app?.relaunchHome()
40
40
  }
41
+ },
42
+ showCustomService() {
43
+ wx.previewImage({
44
+ urls: ['https://weda.cloud.tencent.com/img/customer_service.jpeg'],
45
+ showmenu:true
46
+ })
41
47
  }
42
48
  },
43
49
  lifetimes: {
@@ -10,6 +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>可获得正式版本折扣优惠。</block>
13
14
  </view>
14
15
  <view class="tea-status__detail" wx:if="{{error}}">
15
16
  <view class="stack">
@@ -6,7 +6,7 @@
6
6
  "@cloudbase/js-sdk": "2.5.6-beta.1",<% } %>
7
7
  "@cloudbase/oauth": "0.1.1-alpha.5",
8
8
  "@cloudbase/weda-client": "1.0.20",
9
- "@cloudbase/weda-cloud-sdk": "1.0.51",
9
+ "@cloudbase/weda-cloud-sdk": "1.0.53",
10
10
  "mobx": "^5.15.4",
11
11
  "lodash.get": "^4.4.2",
12
12
  "lodash.set": "^4.3.2",