From 17aeea8359deec29bf9e1aec51e5a06239056877 Mon Sep 17 00:00:00 2001 From: zikai <1621362626@qq.com> Date: Thu, 23 Jul 2026 04:04:16 +0000 Subject: [PATCH] =?UTF-8?q?refactor:=20App.vue=20=E5=8E=BB=E6=8E=89=20defi?= =?UTF-8?q?neOptions=20name=EF=BC=8C=E4=BF=9D=E6=8C=81=E5=AD=90=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E7=BA=AF=E5=87=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit KeepAlive 匹配名改由 mainPage 侧包装器(Timetable.vue)持有, 子项目不再依赖宿主的缓存约定。独立运行不受影响(42 测试通过)。 --- src/App.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index 2f85d99..b8ffdc9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,4 @@