fix: 添加剿灭模式特殊适配
This commit is contained in:
@@ -515,6 +515,8 @@ class AppConfig:
|
|||||||
data["drop_statistics"][current_stage] = stage_drops
|
data["drop_statistics"][current_stage] = stage_drops
|
||||||
|
|
||||||
current_stage = drop_match.group(1)
|
current_stage = drop_match.group(1)
|
||||||
|
if current_stage == "WE":
|
||||||
|
current_stage = "剿灭模式"
|
||||||
stage_drops = {}
|
stage_drops = {}
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user