From 11433c56279d667305b0b627e205000851bc0456 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 25 六月 2024 15:34:55 +0800
Subject: [PATCH] 新增pdf预览功能

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

diff --git a/src/qiankunState/state.ts b/src/qiankunState/state.ts
index 9de3155..202c962 100644
--- a/src/qiankunState/state.ts
+++ b/src/qiankunState/state.ts
@@ -1,12 +1,20 @@
 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,
+  bgColor:'#FBF9F4',
+  disableSign:false,
+  searchBookByKeyword: null,
+  jumpSearchItem:null,
+  openPDF:null
 }
-
 
 export default state
\ No newline at end of file

--
Gitblit v1.9.1