From 752ed00ca8085cd8bb7e602d55fde39d45f487be Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期五, 14 六月 2024 11:19:24 +0800
Subject: [PATCH] web1

---
 src/qiankunState/state.ts |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/qiankunState/state.ts b/src/qiankunState/state.ts
index 16a8632..5ed050b 100644
--- a/src/qiankunState/state.ts
+++ b/src/qiankunState/state.ts
@@ -1,14 +1,19 @@
 const state = {
   state: 0,
-  bookName:"",
-  bookId:0,
+  getBookConfig: null,
   windowSelection: null,
+  chooseWords:null,
   showCatalogList:[],
   gotoPage:null,
+  initTestBook:null,
   renderSign: null,
   delSign:null,
   scale:100,
   fontSize:16,
+  bgColor:'#FBF9F4',
+  disableSign:false,
+  searchBookByKeyword: null,
+  jumpSearchItem:null,
 }
 
 export default state
\ No newline at end of file

--
Gitblit v1.9.1