fix: update titles in multiple language files to BestAiBest and adjust font size

This commit is contained in:
iHeyTang 2025-09-29 11:45:12 +08:00
parent 941c143c6b
commit 21355f1844
5 changed files with 5 additions and 5 deletions

View File

@ -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',

View File

@ -24,7 +24,7 @@ export const jaJP: LanguageResources = {
home: 'ホーム',
},
home: {
title: '画像から動画',
title: 'BestAiBest',
loadTemplatesFailed: 'テンプレートの読み込みに失敗しました',
refreshSuccess: '更新が成功しました',
refreshFailed: '更新に失敗しました',

View File

@ -24,7 +24,7 @@ export const koKR: LanguageResources = {
home: '홈',
},
home: {
title: '이미지에서 비디오로',
title: 'BestAiBest',
loadTemplatesFailed: '템플릿 로드 실패',
refreshSuccess: '새로고침 성공',
refreshFailed: '새로고침 실패',

View File

@ -24,7 +24,7 @@ export const zhCN: LanguageResources = {
home: '首页',
},
home: {
title: '图生视频',
title: 'BestAiBest',
loadTemplatesFailed: '加载模板失败',
refreshSuccess: '刷新成功',
refreshFailed: '刷新失败',

View File

@ -52,7 +52,7 @@
/* 标题 */
.upload-title {
font-size: 11px;
font-size: 16px;
font-weight: 500;
color: #666;
text-align: center;