* 获取当前视图状态 * @returns {string} 当前视图 ('cover' | 'toc' | 'chapter')
()
| 1443 | * @returns {string} 当前视图 ('cover' | 'toc' | 'chapter') |
| 1444 | */ |
| 1445 | function getCurrentView() { |
| 1446 | return AppState.currentView; |
| 1447 | } |
| 1448 | |
| 1449 | /** |
| 1450 | * 设置当前视图状态 |
nothing calls this directly
no outgoing calls
no test coverage detected