From e13f2f0963a1b84271fe8ca767654614186b606c Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期四, 13 六月 2024 18:10:49 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TextbookReader --- src/qiankunState/state.ts | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/qiankunState/state.ts b/src/qiankunState/state.ts index 8f7e4ee..5ed050b 100644 --- a/src/qiankunState/state.ts +++ b/src/qiankunState/state.ts @@ -1,6 +1,19 @@ 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, } - export default state \ No newline at end of file -- Gitblit v1.9.1