mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
🐛 修正label&子窗口回正异常
This commit is contained in:
@@ -51,7 +51,7 @@ export const useAppStore = defineStore(
|
||||
// 最近的咨讯类型
|
||||
const recentNewsType = ref("notice");
|
||||
// 是否开启分辨率回正
|
||||
const needResize = ref<boolean | undefined>(true);
|
||||
const needResize = ref<string>("true");
|
||||
|
||||
// 初始化
|
||||
function init(): void {
|
||||
@@ -63,7 +63,7 @@ export const useAppStore = defineStore(
|
||||
server.value = AnnoServer.CN_ISLAND;
|
||||
lang.value = "zh-cn";
|
||||
recentNewsType.value = "notice";
|
||||
needResize.value = true;
|
||||
needResize.value = "true";
|
||||
initDevice();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user