6.7.0 - Alpha6 - Scrapers 工具打印日志内容兼容窗口宽度不足的情况

This commit is contained in:
SuperMonster003
2025-10-03 16:15:21 +08:00
parent 9b06086a55
commit 9dd55a063d
7 changed files with 217 additions and 45 deletions

View File

@@ -157,4 +157,4 @@ export function printListDiffs(src, other) {
*/
function mapToLines(map) {
return Array.from(map.entries()).map(([ k, v ]) => `"${k}" to "${v}"`).join('\n');
}
}