首页官网信息国际化

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

@@ -366,10 +366,10 @@ let projects = reactive<Project[]>([])
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'
},