first commit:add basic layout

This commit is contained in:
2023-09-18 18:22:59 +08:00
parent 4298c6a50d
commit ad425d9614
37 changed files with 6412 additions and 0 deletions

10
assets/lang/en.json Normal file
View File

@@ -0,0 +1,10 @@
{
"Frpc Panel": "Frpc Panel",
"Username": "Username",
"Password": "Password",
"Login": "Login",
"Please input username": "Please input username",
"Please input password": "Please input password",
"Login success": "Login success",
"Username or password incorrect": "Username or password incorrect"
}

10
assets/lang/zh.json Normal file
View File

@@ -0,0 +1,10 @@
{
"Frpc Panel": "Frpc 面板",
"Username": "用户名",
"Password": "密码",
"Login": "登录",
"Please input username": "请填写用户名",
"Please input password": "请填写密码",
"Login success": "登录成功",
"Username or password incorrect": "用户名或密码错误"
}