litian
3 天以前 8bb0a518dd4d9450370582c4d4ac3ae1dba1466b
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