From 6ffc8b1872a5f34712bad7fa6a258628e6f6d883 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 07 一月 2025 18:06:12 +0800 Subject: [PATCH] refactor(qiankunState): 重置字体大小为 null --- src/qiankunState/state.ts | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/qiankunState/state.ts b/src/qiankunState/state.ts index 16a8632..8a6b532 100644 --- a/src/qiankunState/state.ts +++ b/src/qiankunState/state.ts @@ -1,14 +1,20 @@ const state = { state: 0, - bookName:"", - bookId:0, + getBookConfig: null, windowSelection: null, + chooseWords:null, showCatalogList:[], gotoPage:null, + initTestBook:null, renderSign: null, delSign:null, scale:100, - fontSize:16, + 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