优化
This commit is contained in:
@@ -13,7 +13,7 @@ const messages = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// 当前语言,默认中文
|
// 当前语言,默认中文
|
||||||
export const locale = ref<string>(config.locale);
|
export const locale = ref<string>("");
|
||||||
|
|
||||||
// 设置当前语言
|
// 设置当前语言
|
||||||
export const setLocale = (value: string) => {
|
export const setLocale = (value: string) => {
|
||||||
|
|||||||
@@ -380,6 +380,7 @@
|
|||||||
"navigationBarBackgroundColor": "@navBgColor"
|
"navigationBarBackgroundColor": "@navBgColor"
|
||||||
},
|
},
|
||||||
"tabBar": {
|
"tabBar": {
|
||||||
|
"custom": true,
|
||||||
"color": "@tabColor",
|
"color": "@tabColor",
|
||||||
"selectedColor": "@tabSelectedColor",
|
"selectedColor": "@tabSelectedColor",
|
||||||
"backgroundColor": "@tabBgColor",
|
"backgroundColor": "@tabBgColor",
|
||||||
|
|||||||
Reference in New Issue
Block a user