litian
2024-05-17 30605ea2c8e9683e8202cd531de84ce98fd7be75
src/qiankunState/state.ts
@@ -1,7 +1,14 @@
const state = {
  state: 0,
  windowSelection: null
  bookName:"",
  bookId:0,
  windowSelection: null,
  showCatalogList:[],
  gotoPage:null,
  renderSign: null,
  delSign:null,
  scale:100,
  fontSize:16,
}
export default state