@blocklet/launcher-workflow 1.5.23 → 1.5.26

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/lib/locales/zh.js CHANGED
@@ -68,10 +68,10 @@ module.exports = {
68
68
  success: '兑换成功'
69
69
  }
70
70
  },
71
- addServer: {
72
- purchase: {
73
- title: '创建节点',
74
- scan: '用您的 DID 钱包扫描下面的二维码',
71
+ purchase: {
72
+ dialog: {
73
+ title: '购买节点',
74
+ scan: '用您的 DID 钱包扫描下面的二维码完成购买',
75
75
  confirm: '在您的 DID 钱包上确认',
76
76
  success: '支付成功'
77
77
  }
package/lib/purchase.js CHANGED
@@ -278,10 +278,10 @@ function PurchasePage() {
278
278
  webWalletUrl: (0, _utils.getWebWalletUrl)(),
279
279
  showDownload: false,
280
280
  messages: {
281
- title: t('launch.dialog.title'),
282
- scan: t('launch.dialog.scan'),
283
- confirm: t('launch.dialog.confirm'),
284
- success: t('launch.dialog.success')
281
+ title: t('purchase.dialog.title'),
282
+ scan: t('purchase.dialog.scan'),
283
+ confirm: t('purchase.dialog.confirm'),
284
+ success: t('purchase.dialog.success')
285
285
  }
286
286
  }), paymentInfo && /*#__PURE__*/_react.default.createElement(_checkout.default, {
287
287
  clientSecret: paymentInfo.clientSecret,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-workflow",
3
- "version": "1.5.23",
3
+ "version": "1.5.26",
4
4
  "description": "Purchase components for Launcher UI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "@arcblock/did-connect": "^1.16.30",
41
41
  "@arcblock/ux": "^1.16.30",
42
- "@blocklet/launcher-layout": "1.5.23",
42
+ "@blocklet/launcher-layout": "1.5.26",
43
43
  "@material-ui/core": "^4.12.3",
44
44
  "@material-ui/icons": "^4.11.2",
45
45
  "@material-ui/lab": "^4.0.0-alpha.60",
@@ -64,5 +64,5 @@
64
64
  "babel-plugin-inline-react-svg": "^2.0.1",
65
65
  "babel-plugin-styled-components": "^1.10.7"
66
66
  },
67
- "gitHead": "0f2d1059fb0e58759a012859a9f6b74bd7722eaf"
67
+ "gitHead": "dc81f2d65347a2d202573ae474c73c3e662a3da2"
68
68
  }