From e881af358017042209a076554c333bd5e58d1b68 Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期四, 30 五月 2024 09:19:16 +0800
Subject: [PATCH] 1

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

diff --git a/src/qiankunState/state.ts b/src/qiankunState/state.ts
index 9de3155..43bce93 100644
--- a/src/qiankunState/state.ts
+++ b/src/qiankunState/state.ts
@@ -1,12 +1,15 @@
 const state = {
   state: 0,
-  bookName:"",
-  bookId:0,
+  getBookConfig: null,
   windowSelection: null,
+  chooseWords:null,
   showCatalogList:[],
   gotoPage:null,
-  renderSign: null
+  initTestBook:null,
+  renderSign: null,
+  delSign:null,
+  scale:100,
+  fontSize:16,
 }
-
 
 export default state
\ No newline at end of file

--
Gitblit v1.9.1