feat: build framework

This commit is contained in:
2024-03-20 13:33:18 +08:00
parent afb892c5e9
commit 73998976a2
30 changed files with 4186 additions and 342 deletions

7
locales/zh.ts Normal file
View File

@@ -0,0 +1,7 @@
// zh.ts
export default {
login: {
username: '账号',
password: '密码'
}
}