diff --git a/dashboard/src/components/shared/DailyQuote.vue b/dashboard/src/components/shared/DailyQuote.vue new file mode 100644 index 000000000..afb12d702 --- /dev/null +++ b/dashboard/src/components/shared/DailyQuote.vue @@ -0,0 +1,115 @@ + + + + + diff --git a/dashboard/src/i18n/locales/en-US/features/auth.json b/dashboard/src/i18n/locales/en-US/features/auth.json index f094e57b9..49b6eeda8 100644 --- a/dashboard/src/i18n/locales/en-US/features/auth.json +++ b/dashboard/src/i18n/locales/en-US/features/auth.json @@ -7,8 +7,7 @@ "linkCopied": "Link copied to clipboard", "linkCopyFailed": "Failed to copy link", "logo": { - "title": "AstrBot Dashboard", - "subtitle": "Welcome" + "title": "AstrBot Starlight Panel" }, "theme": { "switchToDark": "Switch to Dark Theme", diff --git a/dashboard/src/i18n/locales/ru-RU/features/auth.json b/dashboard/src/i18n/locales/ru-RU/features/auth.json index c3b294f21..657d0b42c 100644 --- a/dashboard/src/i18n/locales/ru-RU/features/auth.json +++ b/dashboard/src/i18n/locales/ru-RU/features/auth.json @@ -4,8 +4,7 @@ "password": "Пароль", "defaultHint": "Имя пользователя по умолчанию: astrbot. Перед первым входом выполните `astrbot conf admin`.", "logo": { - "title": "Панель управления AstrBot", - "subtitle": "Добро пожаловать" + "title": "AstrBot Starlight Panel" }, "theme": { "switchToDark": "Перейти на темную тему", diff --git a/dashboard/src/i18n/locales/zh-CN/features/auth.json b/dashboard/src/i18n/locales/zh-CN/features/auth.json index 37fd75325..9fd3bd26a 100644 --- a/dashboard/src/i18n/locales/zh-CN/features/auth.json +++ b/dashboard/src/i18n/locales/zh-CN/features/auth.json @@ -7,8 +7,7 @@ "linkCopied": "链接已复制到剪贴板", "linkCopyFailed": "复制链接失败", "logo": { - "title": "AstrBot WebUI", - "subtitle": "欢迎使用" + "title": "AstrBot Starlight Panel" }, "theme": { "switchToDark": "切换到深色主题", diff --git a/dashboard/src/views/authentication/auth/LoginPage.vue b/dashboard/src/views/authentication/auth/LoginPage.vue index b7a9a96fb..095a16c14 100644 --- a/dashboard/src/views/authentication/auth/LoginPage.vue +++ b/dashboard/src/views/authentication/auth/LoginPage.vue @@ -1,5 +1,6 @@