diff --git a/tools/CopilotDesinger/CopilotJsonConverter.html b/tools/CopilotDesinger/自动战斗作业生成器.html similarity index 99% rename from tools/CopilotDesinger/CopilotJsonConverter.html rename to tools/CopilotDesinger/自动战斗作业生成器.html index 7ff23a95ef..7498199820 100644 --- a/tools/CopilotDesinger/CopilotJsonConverter.html +++ b/tools/CopilotDesinger/自动战斗作业生成器.html @@ -538,7 +538,7 @@ var jsonString = JSON.stringify(obj); var jsonPretty = JSON.stringify(JSON.parse(jsonString), null, 4); var file = new Blob([jsonPretty], { type: 'text/plain' }); - var fileName = obj.stage_name + '.json'; + var fileName = obj.stage_name + '_' + opers.map(o => o.name).join('+') + '.json'; const url = window.URL.createObjectURL(file); const link = document.createElement('a'); link.href = url;