From 77cf17d71746e6e45a2c3b814044fc97e686b823 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期五, 24 一月 2025 11:35:53 +0800
Subject: [PATCH] 弹窗答题器样式引入

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

diff --git a/src/qiankunState/state.ts b/src/qiankunState/state.ts
index 0297e0d..8a6b532 100644
--- a/src/qiankunState/state.ts
+++ b/src/qiankunState/state.ts
@@ -1,11 +1,20 @@
 const state = {
   state: 0,
-  bookName:"",
-  bookId:0,
+  getBookConfig: null,
   windowSelection: null,
+  chooseWords:null,
   showCatalogList:[],
-  gotoPage:null
+  gotoPage:null,
+  initTestBook:null,
+  renderSign: null,
+  delSign:null,
+  scale:100,
+  fontSize:null,
+  bgColor:'#FBF9F4',
+  disableSign:false,
+  searchBookByKeyword: null,
+  jumpSearchItem:null,
+  openPDF:null
 }
-
 
 export default state
\ No newline at end of file

--
Gitblit v1.9.1