404和底部页面

This commit is contained in:
李志鹏
2026-05-20 10:55:54 +08:00
parent 9f079107f7
commit 9f77810c9e
12 changed files with 542 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ export default {
Home: '首页',
AboutUs: '关于我们',
OurSolutions: '我们的产品',
AiDA31: 'AiDA 3.1',
AiDA: 'AiDA 3.1',
Mixi: 'Mixi',
Communities: '社区',
Events: '活动',
@@ -15,10 +15,14 @@ export default {
LoginOrSignin: '登入 / 注册',
},
MainFooter: {
Others: '其他',
Copyright: '©{year} {name} 有限公司',
PrivacyPolicy: '隐私政策',
TermsOfUse: '使用条款',
Disclaimer: '免责声明',
SiteMap: '网站地图',
}
},
PageNotFound: '页面不存在',
PageNotFoundTitle: '该页面不存在',
PageNotFoundDesc: '这里似乎没有任何发现。',
}