@blocklet/launcher-layout 1.6.15 → 1.6.18
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/wizard/wizard-desc.js +11 -2
- package/package.json +3 -3
|
@@ -55,7 +55,8 @@ const localeData = {
|
|
|
55
55
|
community: '社区地址',
|
|
56
56
|
documentation: '文档手册',
|
|
57
57
|
support: '服务支持',
|
|
58
|
-
overview: '概述'
|
|
58
|
+
overview: '概述',
|
|
59
|
+
requirements: '节点版本要求'
|
|
59
60
|
}
|
|
60
61
|
},
|
|
61
62
|
en: {
|
|
@@ -67,7 +68,8 @@ const localeData = {
|
|
|
67
68
|
community: 'Community',
|
|
68
69
|
documentation: 'Documentation',
|
|
69
70
|
support: 'Support',
|
|
70
|
-
overview: 'Overview'
|
|
71
|
+
overview: 'Overview',
|
|
72
|
+
requirements: 'Server requirements'
|
|
71
73
|
}
|
|
72
74
|
}
|
|
73
75
|
};
|
|
@@ -102,6 +104,13 @@ function WizardDesc(_ref) {
|
|
|
102
104
|
value: data.description
|
|
103
105
|
}];
|
|
104
106
|
|
|
107
|
+
if (data.requirements) {
|
|
108
|
+
infos.push({
|
|
109
|
+
key: (0, _lodash.default)(localeData[locale], 'appinfo.requirements'),
|
|
110
|
+
value: data.requirements.server
|
|
111
|
+
});
|
|
112
|
+
}
|
|
113
|
+
|
|
105
114
|
if (data.community) {
|
|
106
115
|
infos.push({
|
|
107
116
|
key: (0, _lodash.default)(localeData[locale], 'appinfo.community'),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/launcher-layout",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.18",
|
|
4
4
|
"description": "Common ux components of launcher",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@arcblock/did-connect": "^1.17.18",
|
|
41
41
|
"@arcblock/icons": "^1.17.18",
|
|
42
42
|
"@arcblock/ux": "^1.17.18",
|
|
43
|
-
"@blocklet/meta": "^1.7.
|
|
43
|
+
"@blocklet/meta": "^1.7.14",
|
|
44
44
|
"@material-ui/core": "^4.12.3",
|
|
45
45
|
"@material-ui/icons": "^4.11.2",
|
|
46
46
|
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"babel-plugin-inline-react-svg": "^2.0.1",
|
|
59
59
|
"babel-plugin-styled-components": "^1.10.7"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "5bd2d7e9b7273e496b186a0f5ffa75cb8ec7046e"
|
|
62
62
|
}
|