闫增涛
2025-01-24 77cf17d71746e6e45a2c3b814044fc97e686b823
src/qiankunState/state.ts
@@ -1,14 +1,20 @@
const state = {
  state: 0,
  bookId:0,
  getBookConfig: null,
  windowSelection: null,
  chooseWords:null,
  showCatalogList:[],
  gotoPage:null,
  initTestBook:null,
  renderSign: null,
  delSign:null,
  scale:100,
  fontSize:16,
  fontSize:null,
  bgColor:'#FBF9F4',
  disableSign:false,
  searchBookByKeyword: null,
  jumpSearchItem:null,
  openPDF:null
}
export default state