From 5ecbf626c8beeb9eb0efbb910715e8f8a74df9f2 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 9 Sep 2025 20:31:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=94=A8=E6=88=B7=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=90=91=E5=AF=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/components/UserProfile.vue | 2 +- src/locales/en-US.ts | 5 ++-- src/locales/zh-CN.ts | 5 ++-- src/locales/zh-TW.ts | 5 ++-- src/pages/setup.vue | 38 +++++++++++++------------- 5 files changed, 29 insertions(+), 26 deletions(-) diff --git a/src/layouts/components/UserProfile.vue b/src/layouts/components/UserProfile.vue index d239315a..3cfe9c99 100644 --- a/src/layouts/components/UserProfile.vue +++ b/src/layouts/components/UserProfile.vue @@ -526,7 +526,7 @@ onUnmounted(() => { - {{ isAdvancedMode ? t('user.systemSettings') : t('setupWizard.title') }} + {{ t('user.systemSettings') }} diff --git a/src/locales/en-US.ts b/src/locales/en-US.ts index 7d009a50..de9e2f60 100644 --- a/src/locales/en-US.ts +++ b/src/locales/en-US.ts @@ -51,6 +51,7 @@ export default { noDataText: 'No data', next: 'Next', previous: 'Previous', + skip: 'Skip', loadingText: 'Loading...', networkRequired: 'This feature requires network connection', networkDisconnected: 'Network connection lost', @@ -2881,8 +2882,8 @@ export default { pluginCount: '{count} Plugins', }, setupWizard: { - title: 'Setup Wizard', - subtitle: 'Quickly configure MoviePilot basic settings', + title: 'Welcome to MoviePilot!', + subtitle: 'Complete the configuration by the wizard, and start using it immediately.', completed: 'Setup Wizard completed!', failed: 'Setup Wizard failed, please try again', complete: 'Complete Configuration', diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index e21a67da..bfbcb4e2 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -51,6 +51,7 @@ export default { noDataText: '没有数据', next: '下一步', previous: '上一步', + skip: '跳过', loadingText: '加载中...', networkRequired: '此功能需要网络连接', networkDisconnected: '网络连接已断开', @@ -2848,8 +2849,8 @@ export default { pluginCount: '{count} 个插件', }, setupWizard: { - title: '配置向导', - subtitle: '快速配置 MoviePilot 的基础设置', + title: '欢迎使用 MoviePilot !', + subtitle: '按向导完成配置,即刻开始使用。', completed: '配置向导完成!', failed: '配置向导失败,请重试', complete: '完成配置', diff --git a/src/locales/zh-TW.ts b/src/locales/zh-TW.ts index e8eb13dd..b9738f9e 100644 --- a/src/locales/zh-TW.ts +++ b/src/locales/zh-TW.ts @@ -51,6 +51,7 @@ export default { noDataText: '沒有數據', next: '下一步', previous: '上一步', + skip: '跳過', loadingText: '加載中...', networkRequired: '此功能需要網絡連接', networkDisconnected: '網絡連接已斷開', @@ -2847,8 +2848,8 @@ export default { pluginCount: '{count} 個插件', }, setupWizard: { - title: '設定精靈', - subtitle: '快速設定 MoviePilot 的基礎設定', + title: '歡迎使用 MoviePilot !', + subtitle: '按向導完成配置,即刻開始使用。', completed: '設定精靈完成!', failed: '設定精靈失敗,請重試', complete: '完成設定', diff --git a/src/pages/setup.vue b/src/pages/setup.vue index 844abd94..62f889aa 100644 --- a/src/pages/setup.vue +++ b/src/pages/setup.vue @@ -330,14 +330,12 @@ onMounted(() => {
-
- +
-

{{ t('setupWizard.title') }}

+

{{ t('setupWizard.title') }}

{{ t('setupWizard.subtitle') }}

-
@@ -525,8 +523,7 @@ onMounted(() => { - - {{ t('setupWizard.downloader.config') }} + @@ -775,7 +772,7 @@ onMounted(() => { width="48" class="mx-auto mb-2" /> -
TrimeMedia
+
飞牛影视
@@ -785,8 +782,7 @@ onMounted(() => { - - {{ t('setupWizard.mediaServer.config') }} + @@ -1195,8 +1191,7 @@ onMounted(() => { - - {{ t('setupWizard.notification.config') }} + @@ -1534,7 +1529,7 @@ onMounted(() => { - + {{ t('setupWizard.preferences.presetRules') }} @@ -1584,7 +1579,7 @@ onMounted(() => { - + {{ t('setupWizard.preferences.detailedConfig') }} @@ -1645,7 +1640,7 @@ onMounted(() => { - + {{ t('setupWizard.preferences.presetRules') }} @@ -1695,7 +1690,7 @@ onMounted(() => { - + {{ t('setupWizard.preferences.detailedConfig') }} @@ -1741,9 +1736,14 @@ onMounted(() => { - - {{ t('common.previous') }} - +
+ + {{ t('common.previous') }} + + + {{ t('common.skip') }} + +
@@ -1788,7 +1788,7 @@ onMounted(() => { padding: 20px; margin-block: 0; margin-inline: auto; - max-inline-size: 1200px; + max-inline-size: 800px; } .cursor-pointer {