首页官网信息国际化

This commit is contained in:
2026-01-16 21:23:28 +08:00
parent 1974be0a55
commit c8a11a6d78
3 changed files with 8 additions and 4 deletions

View File

@@ -720,6 +720,8 @@ export default {
today: 'Today', today: 'Today',
last7Days: 'Last 7 Days', last7Days: 'Last 7 Days',
todayAnchorCount: "Today's Anchor Contact Count", todayAnchorCount: "Today's Anchor Contact Count",
todayBigBrotherCount: "Today's Big Brother Contact Count" todayBigBrotherCount: "Today's Big Brother Contact Count",
yoloAssistant: 'YOLO Assistant',
yoloDescription: 'Global TikTok Agent Essential Efficient Management Tool!'
} }
} }

View File

@@ -721,6 +721,8 @@ export default {
today: '当日', today: '当日',
last7Days: '近7日', last7Days: '近7日',
todayAnchorCount: '当日建联主播数量', todayAnchorCount: '当日建联主播数量',
todayBigBrotherCount: '当日建联大哥数量' todayBigBrotherCount: '当日建联大哥数量',
yoloAssistant: 'YOLO助手',
yoloDescription: '全球TikTok经纪人必备高效管理神器!'
} }
} }

View File

@@ -366,10 +366,10 @@ let projects = reactive<Project[]>([])
const getProject = async () => { const getProject = async () => {
const data = [ const data = [
{ {
name: 'YOLO助手', name: t('home.yoloAssistant'),
icon: 'simple-icons:springboot', icon: 'simple-icons:springboot',
message: 'www.yolozs.com/', message: 'www.yolozs.com/',
personal: '全球tiktok经纪人必备高效管理神器!', personal: t('home.yoloDescription'),
time: new Date('2025-01-02'), time: new Date('2025-01-02'),
color: '#6DB33F' color: '#6DB33F'
}, },