修改样式

This commit is contained in:
rain
2026-07-07 12:06:25 +08:00
parent c10aa5bc5d
commit 0f6ed0cad3
24 changed files with 1132 additions and 4287 deletions
+1 -1
View File
@@ -704,7 +704,7 @@ const ApiClient = {
shouldLoadMenuChildren() {
if (typeof window === 'undefined') return true;
return /\/(?:cai|fufei|duanzuhe|shazuhe)\.html(?:$|\?)/.test(
return /\/(?:cai|fufei)\.html(?:$|\?)/.test(
window.location.pathname + window.location.search
);
},