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, delSign:null delSign:null, scale:100, fontSize:null, bgColor:'#FBF9F4', disableSign:false, searchBookByKeyword: null, jumpSearchItem:null, openPDF:null } export default state