From a28963aa7e04322572a5a2628a855fe7799f45d3 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 19 六月 2024 20:01:45 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TextbookReader

---
 src/qiankunState/state.ts |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/src/qiankunState/state.ts b/src/qiankunState/state.ts
index 8adcda0..5ed050b 100644
--- a/src/qiankunState/state.ts
+++ b/src/qiankunState/state.ts
@@ -1,11 +1,19 @@
 const state = {
   state: 0,
-  bookName:"",
-  bookId:0,
+  getBookConfig: null,
   windowSelection: null,
-  fontSizeNum: 16,
-  bgColor: '#FBF9F4'
+  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