Skip to content

Commit 24bb36c

Browse files
committed
perf: Replace empty content with NuxtUI components
1 parent 9e81531 commit 24bb36c

6 files changed

Lines changed: 1774 additions & 1421 deletions

File tree

i18n/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"Inactive": "Inactive",
1414
"Language": "Switch Language",
1515
"Login": "Login",
16-
"Connect": "Connect"
16+
"Connect": "Connect",
17+
"EmptyDescription": "No authorized assets are available for the current type"
1718
},
1819
"ToolTips": {
1920
"LightMode": "Light Mode",

i18n/locales/zh.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"Active": "激活",
1414
"Inactive": "未激活",
1515
"Login": "登录",
16-
"Connect": "连接"
16+
"Connect": "连接",
17+
"EmptyDescription": "当前类型下暂无可用的授权资产"
1718
},
1819
"ToolTips": {
1920
"LightMode": "亮色模式",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "1.4.0",
55
"private": true,
6-
"packageManager": "pnpm@10.18.3",
6+
"packageManager": "pnpm@10.19.0",
77
"description": "JumpServer client tool",
88
"author": "JumpServer",
99
"license": "MIT",
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@nuxt/fonts": "0.11.4",
3030
"@nuxt/icon": "2.0.0",
31-
"@nuxt/ui": "^4.0.1",
31+
"@nuxt/ui": "^4.1.0",
3232
"@nuxtjs/i18n": "10.0.2",
3333
"@pinia/nuxt": "^0.11.2",
3434
"@tauri-apps/api": "^2.8.0",
@@ -42,7 +42,7 @@
4242
"@tauri-apps/plugin-store": "^2.4.0",
4343
"@tauri-apps/plugin-updater": "^2.9.0",
4444
"mitt": "^3.0.1",
45-
"nuxt": "^4.1.2",
45+
"nuxt": "^4.2.0",
4646
"pinia": "^3.0.3",
4747
"pinia-plugin-persistedstate": "^4.5.0",
4848
"vue": "^3.5.17",

0 commit comments

Comments
 (0)