init:搭建基座框架

This commit is contained in:
liangdong
2025-12-29 19:20:21 +08:00
parent a360d36605
commit 6a2c315a87
35 changed files with 6313 additions and 2 deletions

7
src/locales/en.ts Normal file
View File

@@ -0,0 +1,7 @@
export default {
message: {
title: 'Hello World',
hello: 'Hello',
welcome: 'Welcome',
},
}

7
src/locales/zh.ts Normal file
View File

@@ -0,0 +1,7 @@
export default {
message: {
title: '你好世界',
hello: '你好',
welcome: '欢迎使用',
},
}