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/en.ts Normal file
View File

@@ -0,0 +1,7 @@
// en.ts
export default {
login: {
username: 'Username',
password: 'Password'
}
}