@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.
package/lib/Dashboard/index.js
CHANGED
|
@@ -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 \
|
|
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
|
|
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.
|
|
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.
|
|
37
|
-
"@arcblock/react-hooks": "^2.12.
|
|
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.
|
|
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": "
|
|
90
|
+
"gitHead": "16a4f35c677fc2ca2118801dc62984b71734df70"
|
|
91
91
|
}
|
package/src/Dashboard/index.jsx
CHANGED
|
@@ -69,7 +69,7 @@ export const translations = {
|
|
|
69
69
|
},
|
|
70
70
|
provideNFT: {
|
|
71
71
|
title: '请为 {appName} 出示 DID Spaces NFT',
|
|
72
|
-
scan: '使用你的 DID Wallet
|
|
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
|
|
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: {
|