@blocklet/ui-react 2.12.14 → 2.12.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.
@@ -52,6 +52,7 @@ function Dashboard({
52
52
  }
53
53
  }
54
54
  return {
55
+ id: item.id,
55
56
  title: item.title,
56
57
  url: item.link,
57
58
  icon,
@@ -69,7 +69,7 @@ export const translations = {
69
69
  },
70
70
  provideNFT: {
71
71
  title: "\u8BF7\u4E3A {appName} \u51FA\u793A DID Spaces NFT",
72
- scan: "\u4F7F\u7528\u4F60\u7684 DID Wallet \u626B\u63CF\u4E0B\u9762\u7684\u4E8C\u7EF4\u7801\u4E3A\u5E94\u7528 {appName} \u51FA\u793A DID Spaces NFT",
72
+ scan: "\u4F7F\u7528\u4F60\u7684 DID Wallet \u4E3A\u5E94\u7528 {appName} \u51FA\u793A DID Spaces NFT",
73
73
  success: "\u8FDE\u63A5\u6210\u529F"
74
74
  },
75
75
  connect: {
@@ -203,7 +203,7 @@ export const translations = {
203
203
  },
204
204
  provideNFT: {
205
205
  title: "Please show the DID Spaces NFT for {appName}",
206
- scan: "Use your DID Wallet to scan the QR code below to allow the app {appName} show DID space NFT",
206
+ scan: "Use your DID Wallet to allow the app {appName} show DID space NFT",
207
207
  success: "Connected successfully"
208
208
  },
209
209
  connect: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/ui-react",
3
- "version": "2.12.14",
3
+ "version": "2.12.15",
4
4
  "description": "Some useful front-end web components that can be used in Blocklets.",
5
5
  "keywords": [
6
6
  "react",
@@ -33,10 +33,10 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@abtnode/constant": "^1.16.39",
36
- "@arcblock/bridge": "^2.12.14",
37
- "@arcblock/react-hooks": "^2.12.14",
36
+ "@arcblock/bridge": "^2.12.15",
37
+ "@arcblock/react-hooks": "^2.12.15",
38
38
  "@arcblock/ws": "^1.19.15",
39
- "@blocklet/did-space-react": "^1.0.26",
39
+ "@blocklet/did-space-react": "^1.0.30",
40
40
  "@iconify-icons/logos": "^1.2.36",
41
41
  "@iconify-icons/material-symbols": "^1.2.58",
42
42
  "@iconify/react": "^4.1.1",
@@ -87,5 +87,5 @@
87
87
  "jest": "^29.7.0",
88
88
  "unbuild": "^2.0.0"
89
89
  },
90
- "gitHead": "ac2b40cdc5ca3cf446e5a1ced41d5eada7860cbd"
90
+ "gitHead": "16a4f35c677fc2ca2118801dc62984b71734df70"
91
91
  }
@@ -63,6 +63,7 @@ function Dashboard({
63
63
  }
64
64
 
65
65
  return {
66
+ id: item.id,
66
67
  title: item.title,
67
68
  url: item.link,
68
69
  icon,
@@ -69,7 +69,7 @@ export const translations = {
69
69
  },
70
70
  provideNFT: {
71
71
  title: '请为 {appName} 出示 DID Spaces NFT',
72
- scan: '使用你的 DID Wallet 扫描下面的二维码为应用 {appName} 出示 DID Spaces NFT',
72
+ scan: '使用你的 DID Wallet 为应用 {appName} 出示 DID Spaces NFT',
73
73
  success: '连接成功',
74
74
  },
75
75
  connect: {
@@ -205,7 +205,7 @@ export const translations = {
205
205
  },
206
206
  provideNFT: {
207
207
  title: 'Please show the DID Spaces NFT for {appName}',
208
- scan: 'Use your DID Wallet to scan the QR code below to allow the app {appName} show DID space NFT',
208
+ scan: 'Use your DID Wallet to allow the app {appName} show DID space NFT',
209
209
  success: 'Connected successfully',
210
210
  },
211
211
  connect: {