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