From 4746ad5110684d132f7b7f39511af4eae87a0b15 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 30 四月 2025 15:25:25 +0800 Subject: [PATCH] 答题器样式及答案解析功能优化 --- src/qiankunState/state.ts | 19 ++++++++++++++----- 1 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/qiankunState/state.ts b/src/qiankunState/state.ts index 8adcda0..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, - fontSizeNum: 16, - bgColor: '#FBF9F4' + chooseWords:null, + showCatalogList:[], + 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