This commit is contained in:
HolographicHat
2022-03-22 02:57:16 +08:00
parent 9b56cb683e
commit bcebaf979a
3 changed files with 37 additions and 40 deletions

View File

@@ -62,7 +62,7 @@ const exportToCocogoat = async proto => {
})
})
spawnSync("clip", { input: JSON.stringify(out,null,2) })
console.log("导出内容已复制到剪贴板.")
console.log("导出内容已复制到剪贴板")
}
const exportToCsv = async proto => {