js: CD-Aware-AutoGather: 同步订阅的地图追踪任务,执行采集,并管理刷新时间 (#967)

This commit is contained in:
Patrick-Ze
2025-06-03 00:40:19 +08:00
committed by GitHub
parent f6d668cd82
commit acd8ca4a36
10 changed files with 758 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
{
"manifest_version": 1,
"name": "带CD管理的自动采集",
"version": "1.0",
"bgi_version": "0.45.0",
"description": "自动同步你通过BetterGI订阅的地图追踪任务执行采集任务并管理材料刷新时间支持多账号。\n首次运行前请先简单阅读说明推荐在线版 https://github.com/babalae/bettergi-scripts-list/tree/main/repo/js/CD-Aware-AutoGather \n本地版说明见脚本目录内的 README.md 文件",
"authors": [
{
"name": "Ayaka-Main",
"link": "https://github.com/Patrick-Ze"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}