6.7.0 - Alpha12 - Fine tuning

This commit is contained in:
SuperMonster003
2025-12-08 23:30:11 +08:00
parent a99247b80c
commit 40443ae62a
22 changed files with 201 additions and 60 deletions

View File

@@ -248,7 +248,7 @@ async function getPRCommitStatsByAuthor(pr) {
* zh-CN: 要处理的输入项列表.
* @param {number} limit
* Maximum concurrency (>=1).<br>
* zh=CN: 最大并发数 (>=1).
* zh-CN: 最大并发数 (>=1).
* @param {(item: Item, idx: number) => Promise<MapperResult>} mapper
* Async function to process one item.<br>
* zh-CN: 处理单个项的异步函数.