From 1a6896dd660024b4ca2605a809f0f285f19929f0 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 04 七月 2024 15:31:25 +0800 Subject: [PATCH] 计算器插件 --- src/qiankunState/state.ts | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/qiankunState/state.ts b/src/qiankunState/state.ts index 186f2c5..202c962 100644 --- a/src/qiankunState/state.ts +++ b/src/qiankunState/state.ts @@ -1,15 +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, + bgColor:'#FBF9F4', + disableSign:false, + searchBookByKeyword: null, + jumpSearchItem:null, + openPDF:null } export default state \ No newline at end of file -- Gitblit v1.9.1