初始化

This commit is contained in:
李志鹏
2026-04-20 11:21:21 +08:00
commit 8d28482783
58 changed files with 16867 additions and 0 deletions

6
src/lang/zh-cn.ts Normal file
View File

@@ -0,0 +1,6 @@
export default {
Login: {
login: '登录',
register: '注册',
}
}