修改样式、功能完成,待测试

This commit is contained in:
rain
2026-07-08 11:46:09 +08:00
parent 8a6a8acab7
commit eca7992d03
40 changed files with 1025 additions and 596 deletions
+1 -1
View File
@@ -704,7 +704,7 @@ const ApiClient = {
shouldLoadMenuChildren() {
if (typeof window === 'undefined') return true;
return /\/(?:cai|fufei)\.html(?:$|\?)/.test(
return /\/(?:cai|caiinfo|fufei)\.html(?:$|\?)/.test(
window.location.pathname + window.location.search
);
},