🔊 完善用户页面的 log,其他的再说吧

close #83
This commit is contained in:
目棃
2024-01-23 19:48:18 +08:00
parent 8aaf18dbe2
commit 3ee9bf74f1
7 changed files with 160 additions and 52 deletions

View File

@@ -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 {