see you later

This commit is contained in:
pa
2025-09-28 05:25:15 +09:00
committed by Natsumi
parent 90cc13875d
commit 7eb7eedd30
2 changed files with 25 additions and 25 deletions

View File

@@ -32,7 +32,7 @@ function changeAppThemeStyle(themeMode) {
const themeConfig = THEME_CONFIG[themeMode];
if (!themeConfig) {
console.error('Invalid theme mode:', themeMode);
return;
themeMode = 'light';
}
let filePathPrefix = 'file://vrcx/';