revert: rollback Fluent UI and Blazor homepage to last successful state (3be3794)

This commit is contained in:
2026-06-30 20:29:42 +09:00
parent 488b8d11b7
commit 54c179b1eb
69 changed files with 3996 additions and 2904 deletions
+1 -6
View File
@@ -1,13 +1,8 @@
window.taxbaikAdminSession = {
syncRouteClass: function () {
const isLogin = window.location.pathname.toLowerCase().endsWith('/admin/login');
document.documentElement.classList.toggle(
'admin-login-route',
isLogin);
if (isLogin) {
document.title = '백원숙 세무회계 - 관리자 로그인';
}
window.location.pathname.toLowerCase().endsWith('/admin/login'));
},
getViewportWidth: function () {