From c8a11a6d783454bdb1aae22aa808471aed390512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=A1=E5=A4=8D=E4=B9=A0?= <2353956224@qq.com> Date: Fri, 16 Jan 2026 21:23:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=AE=98=E7=BD=91=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/en.ts | 4 +++- src/locales/zh-CN.ts | 4 +++- src/views/Home/Index.vue | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) 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' },