fix: restore missing window.App=App causing sidebar+logout broken

This commit is contained in:
2026-07-14 04:30:38 +08:00
parent 8c36314253
commit b4df827f0d

View File

@@ -159,3 +159,4 @@ window.InstallPage = InstallPage;
window.U = U;
window.Auth = Auth;
window.API = API;
window.App = App;