YM
2024-11-20 ea48465dfc539cbc8b77c6b11ab30a636e5496a2
src/qiankunState/state.ts
@@ -1,12 +1,20 @@
const state = {
  state: 0,
  bookName:"",
  bookId:0,
  getBookConfig: null,
  windowSelection: null,
  chooseWords:null,
  showCatalogList:[],
  gotoPage:null,
  renderSign: null
  initTestBook:null,
  renderSign: null,
  delSign:null,
  scale:100,
  fontSize:16,
  bgColor:'#FBF9F4',
  disableSign:false,
  searchBookByKeyword: null,
  jumpSearchItem:null,
  openPDF:null
}
export default state