From 8ec41080eccbd6300cb253daea7ad299a7965c13 Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期二, 05 十一月 2024 17:58:16 +0800 Subject: [PATCH] mb --- src/qiankunState/state.ts | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/qiankunState/state.ts b/src/qiankunState/state.ts index 629dfe4..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, + initTestBook:null, renderSign: null, - signClick: 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