From 102bb7c365a3437128aabb3cb05295d6eeac476a Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期四, 24 七月 2025 17:54:55 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TextbookReader

---
 src/child.ts |   28 +++++++++++++++++++++++++---
 1 files changed, 25 insertions(+), 3 deletions(-)

diff --git a/src/child.ts b/src/child.ts
index 03c68ba..aafe19f 100644
--- a/src/child.ts
+++ b/src/child.ts
@@ -104,9 +104,20 @@
     entry: '//182.92.203.7:3007/books/book/MMVRTCMP',
     container: '#container',
     activeRule: '/home'
+  },
+  toddlerGameImplementation: {
+    name: 'app-content',
+    entry: '//182.92.203.7:3007/books/book/toddlerGameImplementation',
+    container: '#container',
+    activeRule: '/home' //鍖归厤鎵�鏈変互/subPath寮�澶寸殑涓哄瓙搴旂敤
+  },
+  regionalAnatomy: {
+    name: 'app-content',
+    entry: '//182.92.203.7:3007/books/book/regionalAnatomy',
+    container: '#container',
+    activeRule: '/home' //鍖归厤鎵�鏈変互/subPath寮�澶寸殑涓哄瓙搴旂敤
   }
 }
-
 
 const jsekBooks = {
   childHealth: {
@@ -205,9 +216,20 @@
     entry: '//jsek.bnuic.com/books/book/kindergartenActivitiesDesignGuidance',
     container: '#container',
     activeRule: '/home'
+  },
+  textToddlerSportsSafetyProtection: {
+    name: 'app-content',
+    entry: '//jsek.bnuic.com/books/book/textToddlerSportsSafetyProtection',
+    container: '#container',
+    activeRule: '/home'
+  },
+  OralAndBroadcasting: {
+    name: 'app-content',
+    entry: '//jsek.bnuic.com/books/book/OralAndBroadcasting',
+    container: '#container',
+    activeRule: '/home'
   }
 }
-
 
 const tourismBooks = {
   policiesAndRegulations: {
@@ -232,7 +254,7 @@
   }
 }
 
-export const microApps = jsekBooks
+export const microApps = testBooks
 
 window.qiankunActions = actions
 

--
Gitblit v1.9.1