feat: 完成主题切换,语言切换的本地存储

This commit is contained in:
MTrun
2021-12-17 11:55:42 +08:00
parent 7f67f482da
commit 557ddd6ee5
27 changed files with 446 additions and 102 deletions
+12
View File
@@ -0,0 +1,12 @@
import login from './login'
const global = {
doc_addr: "Doc Address",
form_account: "Please enter your account or email",
form_password: "Please enter your password"
}
export default {
global: global,
login: login
}
+7
View File
@@ -0,0 +1,7 @@
export default {
desc: "Log in to GoView",
form_auto: "Sign in automatically",
form_button: "Login",
login_success: "Login success",
login_message: "Please complete the letter",
}