From c813f35347449511211cac72f3fb90bf43e0c4cb Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期四, 21 十一月 2024 16:15:36 +0800
Subject: [PATCH] 预览

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

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

--
Gitblit v1.9.1