* 绑定所有事件
()
| 888 | * 绑定所有事件 |
| 889 | */ |
| 890 | bindAllEvents() { |
| 891 | this.bindBookSelects(); |
| 892 | this.bindUnitList(); |
| 893 | this.bindUnitSelect(); |
| 894 | this.bindLyrics(); |
| 895 | this.bindPlayerControls(); |
| 896 | this.bindNavigation(); |
| 897 | this.bindTranslationToggle(); |
| 898 | this.bindWindowEvents(); |
| 899 | } |
| 900 | |
| 901 | /** |
| 902 | * 绑定课本选择事件 |
no test coverage detected