litian
2024-11-21 c813f35347449511211cac72f3fb90bf43e0c4cb
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:16,
  bgColor:'#FBF9F4',
  disableSign:false,
  searchBookByKeyword: null,
  jumpSearchItem:null,
  openPDF:null
}
export default state