mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
@@ -264,7 +264,8 @@ const themeTitle = computed(() => {
|
||||
});
|
||||
|
||||
watch(themeTitle, async (val) => {
|
||||
await TGLogger.Info(`[App][theme] 已切换到${val}`);
|
||||
const themeNow = val === "夜间模式" ? "浅色模式" : "深色模式";
|
||||
await TGLogger.Info(`[App][theme] 已切换到${themeNow}`);
|
||||
});
|
||||
|
||||
function collapse(): void {
|
||||
|
||||
Reference in New Issue
Block a user