diff --git a/src/locales/en.ts b/src/locales/en.ts index 9ffbfe8..a739565 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -720,6 +720,8 @@ export default { today: 'Today', last7Days: 'Last 7 Days', 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!' } } diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index 76f1437..deb9d3e 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -721,6 +721,8 @@ export default { today: '当日', last7Days: '近7日', todayAnchorCount: '当日建联主播数量', - todayBigBrotherCount: '当日建联大哥数量' + todayBigBrotherCount: '当日建联大哥数量', + yoloAssistant: 'YOLO助手', + yoloDescription: '全球TikTok经纪人必备高效管理神器!' } } diff --git a/src/views/Home/Index.vue b/src/views/Home/Index.vue index e90f025..4564e45 100644 --- a/src/views/Home/Index.vue +++ b/src/views/Home/Index.vue @@ -366,10 +366,10 @@ let projects = reactive([]) const getProject = async () => { const data = [ { - name: 'YOLO助手', + name: t('home.yoloAssistant'), icon: 'simple-icons:springboot', message: 'www.yolozs.com/', - personal: '全球tiktok经纪人必备高效管理神器!', + personal: t('home.yoloDescription'), time: new Date('2025-01-02'), color: '#6DB33F' },