From 21355f184422494a4d4da3ce77b89377dbb9d402 Mon Sep 17 00:00:00 2001 From: iHeyTang Date: Mon, 29 Sep 2025 11:45:12 +0800 Subject: [PATCH] fix: update titles in multiple language files to BestAiBest and adjust font size --- src/i18n/locales/en-US.ts | 2 +- src/i18n/locales/ja-JP.ts | 2 +- src/i18n/locales/ko-KR.ts | 2 +- src/i18n/locales/zh-CN.ts | 2 +- src/pages/friends-photo/components/UploadCard/index.css | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 906f83a..af2c69c 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -24,7 +24,7 @@ export const enUS: LanguageResources = { home: 'Home', }, home: { - title: 'Image to Video', + title: 'BestAiBest', loadTemplatesFailed: 'Failed to load templates', refreshSuccess: 'Refresh successful', refreshFailed: 'Refresh failed', diff --git a/src/i18n/locales/ja-JP.ts b/src/i18n/locales/ja-JP.ts index a81e1bf..098e4d3 100644 --- a/src/i18n/locales/ja-JP.ts +++ b/src/i18n/locales/ja-JP.ts @@ -24,7 +24,7 @@ export const jaJP: LanguageResources = { home: 'ホーム', }, home: { - title: '画像から動画', + title: 'BestAiBest', loadTemplatesFailed: 'テンプレートの読み込みに失敗しました', refreshSuccess: '更新が成功しました', refreshFailed: '更新に失敗しました', diff --git a/src/i18n/locales/ko-KR.ts b/src/i18n/locales/ko-KR.ts index c61676a..859e647 100644 --- a/src/i18n/locales/ko-KR.ts +++ b/src/i18n/locales/ko-KR.ts @@ -24,7 +24,7 @@ export const koKR: LanguageResources = { home: '홈', }, home: { - title: '이미지에서 비디오로', + title: 'BestAiBest', loadTemplatesFailed: '템플릿 로드 실패', refreshSuccess: '새로고침 성공', refreshFailed: '새로고침 실패', diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 2fc135a..4c7b925 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -24,7 +24,7 @@ export const zhCN: LanguageResources = { home: '首页', }, home: { - title: '图生视频', + title: 'BestAiBest', loadTemplatesFailed: '加载模板失败', refreshSuccess: '刷新成功', refreshFailed: '刷新失败', diff --git a/src/pages/friends-photo/components/UploadCard/index.css b/src/pages/friends-photo/components/UploadCard/index.css index 0631004..c83b8e7 100644 --- a/src/pages/friends-photo/components/UploadCard/index.css +++ b/src/pages/friends-photo/components/UploadCard/index.css @@ -52,7 +52,7 @@ /* 标题 */ .upload-title { - font-size: 11px; + font-size: 16px; font-weight: 500; color: #666; text-align: center;