mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-31 05:59:51 +08:00
fix(FullyAutoAndSemiAutoTools): 解决记录路径排序问题
- 添加时间戳降序排序确保最新记录优先显示
This commit is contained in:
@@ -546,6 +546,7 @@ async function initRun(config_run) {
|
||||
recordPaths = Array.from(RecordPath.paths);
|
||||
} catch (e) {
|
||||
}
|
||||
recordPaths.sort((a, b) => b.timestamp - a.timestamp)
|
||||
|
||||
const timeConfigs = Array.from(timeJson);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user