mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
改成中文名
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user