diff --git a/script.js b/script.js index 32a763a2..4d6293cf 100644 --- a/script.js +++ b/script.js @@ -5777,9 +5777,12 @@ function refreshTeamAwokenCount(awokenDom, team) { //搜索等效觉醒 const equivalentAwoken = equivalent_awoken.find(eak => eak.small === ak || eak.big === ak); if (equivalentAwoken?.small === ak) - { //等效觉醒 + { //等效觉醒小 totalNum = awokenCountInTeam(team, equivalentAwoken.small, solo, teamsCount) + awokenCountInTeam(team, equivalentAwoken.big, solo, teamsCount) * equivalentAwoken.times; + } else if (equivalentAwoken?.big === ak) + { //等效觉醒大就跳过 + return; } else { //普通觉醒 totalNum = awokenCountInTeam(team, ak, solo, teamsCount); diff --git a/service-worker.js b/service-worker.js index 6582bfa1..062a0fb6 100644 --- a/service-worker.js +++ b/service-worker.js @@ -14563,7 +14563,7 @@ const cachesMap = new Map([ ], [ "script.js", - "269cc9a234450e31be34d11595acd6ea" + "7a87b43dc838bd85967e78d4fce2ab94" ], [ "solo.html",