diff --git a/repo/js/CD-Aware-AutoGather/CooldownData.txt b/repo/js/CD-Aware-AutoGather/CooldownData.txt index ab2964e84..70a8d867b 100644 --- a/repo/js/CD-Aware-AutoGather/CooldownData.txt +++ b/repo/js/CD-Aware-AutoGather/CooldownData.txt @@ -11,6 +11,11 @@ 兽肉: 12小时 蜥蜴尾巴: 12小时 鱼肉: 12小时 +白灵果: 12小时 +夏槲果: 12小时 + +沉玉仙茗: 24小时 + 白萝卜: 每天0点 薄荷: 每天0点 澄晶实: 每天0点 @@ -44,7 +49,9 @@ 枣椰: 每天0点 竹笋: 每天0点 烛伞蘑菇: 每天0点 -沉玉仙茗: 24小时 +宿影花: 每天0点 +寒涌石: 每天0点 + 晶蝶: 每天4点 铁块: 每天0点 @@ -54,6 +61,8 @@ 萃凝晶: 每3天0点 水晶块: 每3天0点 紫晶块: 每3天0点 +虹滴晶: 每3天0点 + 奇异的「牙齿」: 46小时 冰雾花花朵: 46小时 冰雾花: 46小时 diff --git a/repo/js/CD-Aware-AutoGather/main.js b/repo/js/CD-Aware-AutoGather/main.js index 7d4fdfd76..3d5f75a8d 100644 --- a/repo/js/CD-Aware-AutoGather/main.js +++ b/repo/js/CD-Aware-AutoGather/main.js @@ -73,7 +73,7 @@ async function runScanMode() { let config = JSON.parse(templateText); // 将地方特产按照国家顺序排序 - const countryList = ["蒙德", "璃月", "稻妻", "须弥", "枫丹", "纳塔", "至冬"]; + const countryList = ["蒙德", "璃月", "稻妻", "须弥", "枫丹", "纳塔", "挪德卡莱", "至冬"]; const sortedList = pathList.slice().sort((a, b) => { const getRegion = (p) => p.split("\\")[2]; const aIndex = countryList.indexOf(getRegion(a)); @@ -92,6 +92,7 @@ async function runScanMode() { log.info("{0}内无json文件,跳过", path); } else if (info.coolType === null) { log.warn("路径{0}未匹配到对应的刷新机制,跳过", path); + await sleep(100); } else { config.push({ name: info.name, diff --git a/repo/js/CD-Aware-AutoGather/manifest.json b/repo/js/CD-Aware-AutoGather/manifest.json index 66ecee185..83b65e549 100644 --- a/repo/js/CD-Aware-AutoGather/manifest.json +++ b/repo/js/CD-Aware-AutoGather/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "带CD管理的自动采集", - "version": "1.6", + "version": "1.7", "bgi_version": "0.45.0", "description": "自动同步你通过BetterGI订阅的地图追踪任务,执行采集任务,并管理材料刷新时间(支持多账号)。\n首次使用前请先简单阅读说明(可在`全自动`——`JS脚本`页面,点击本脚本名称查看)", "authors": [