增加recover事件的一个finish

This commit is contained in:
Spmario233 2024-03-26 17:19:51 +08:00
parent f3bb86c5c4
commit 7044ba0a37
1 changed files with 2 additions and 0 deletions

View File

@ -5932,6 +5932,8 @@ export class Player extends HTMLDivElement {
next.filterStop = function(){
if (this.num <= 0 || this.player.isHealthy()){
delete this.filterStop;
this.finish();
this._triggered = null;
return true;
}
}