From ff96a1b5320642e010221382bf95ce8f5efdbd1c Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期五, 25 十月 2024 17:27:28 +0800
Subject: [PATCH] 答题器重做功能修改

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

diff --git a/src/qiankunState/state.ts b/src/qiankunState/state.ts
index 6646904..202c962 100644
--- a/src/qiankunState/state.ts
+++ b/src/qiankunState/state.ts
@@ -1,7 +1,20 @@
 const state = {
   state: 0,
-  windowSelection: null
+  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,
+  openPDF:null
 }
-
 
 export default state
\ No newline at end of file

--
Gitblit v1.9.1