litian
2024-05-14 68eee6caeec1753bfba8c937ab862ef05cb42bb8
1
2
3
4
5
6
7
8
9
10
11
const state = {
  state: 0,
  bookName:"",
  bookId:0,
  windowSelection: null,
  fontSizeNum: 16,
  bgColor: '#FBF9F4'
}
 
 
export default state