From 65b5cd16cc9d9ab4b346a37107a44011550f701b Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期五, 31 五月 2024 14:27:09 +0800
Subject: [PATCH] 全文检索

---
 src/App.vue |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index ae6f4ce..163a06e 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -63,6 +63,8 @@
     } else {
       this.activeBook = await this.config.getBookConfig(
         // childHealth
+        // lifeCare
+        // sportsAndHealth
         this.config.resourceCtx + "childHealth"
       );
       // 娴嬭瘯璇曡30椤�
@@ -165,4 +167,9 @@
   left: 0;
   margin: auto;
 }
+
+
+.openImgBox img{
+  cursor: zoom-in;
+}
 </style>

--
Gitblit v1.9.1