* 销毁系统,清理资源
()
| 1140 | * 销毁系统,清理资源 |
| 1141 | */ |
| 1142 | destroy() { |
| 1143 | this.eventManager.clear(); |
| 1144 | this.lrcCache.clear(); |
| 1145 | this.audioPreload.clear(); |
| 1146 | this.resourceLoader.cancel(); |
| 1147 | this.lyricLineEls = []; |
| 1148 | this.dom = null; |
| 1149 | this.state = null; |
| 1150 | } |
| 1151 | } |