首页官网信息国际化
This commit is contained in:
@@ -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'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user