mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix(core): CopilotTask参数可选项存在性检查
This commit is contained in:
@@ -23,7 +23,7 @@ public:
|
||||
bool is_raid = false; // 是否是突袭
|
||||
bool is_paradox = false; // 是否是悖论模拟
|
||||
|
||||
MEO_JSONIZATION(filename, stage_name, is_raid, is_paradox);
|
||||
MEO_JSONIZATION(filename, stage_name, MEO_OPT is_raid, MEO_OPT is_paradox);
|
||||
};
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user