diff --git a/repo/js/CD-Aware-AutoGather/README.md b/repo/js/CD-Aware-AutoGather/README.md index c905c61e6..4e7693b39 100644 --- a/repo/js/CD-Aware-AutoGather/README.md +++ b/repo/js/CD-Aware-AutoGather/README.md @@ -1,5 +1,7 @@ **由于使用了尚处于测试版BetterGI中的API,使用稳定版BetterGI的用户请等待`0.54.1`或更高的版本发布后再订阅此脚本** +(在脚本仓库页面阅读此文档,会比在BGI的已订阅脚本界面获得更好的渲染效果) + # 功能特点 - 自动同步你订阅的地图追踪任务,无需手动复制文件夹 @@ -11,13 +13,13 @@ # 使用前准备 -(在脚本仓库页面阅读此文档,会比在BGI的已订阅脚本界面获得更好的渲染效果) - **双击运行脚本所在目录下的`SymLink.bat`文件,以创建符号链接。** (在BGI的`全自动——JS脚本`界面,右键点击本脚本,选择`打开目录`可快速打开脚本所在目录) -此操作只需要一次。运行后,脚本下的`pathing`文件夹将指向Better GI的地图追踪文件夹`User\AutoPathing`,你通过Better GI新增或删除地图追踪任务后,脚本这边看到的也是修改后的。 +运行后,脚本下的`pathing`文件夹将指向Better GI的地图追踪文件夹`User\AutoPathing`,你通过Better GI新增或删除地图追踪任务后,脚本这边看到的也是修改后的。 + +**订阅或者更新本脚本后需要重新执行一次** # 运行模式 diff --git a/repo/js/CD-Aware-AutoGather/assets/pic-1.png b/repo/js/CD-Aware-AutoGather/assets/pic-1.png deleted file mode 100644 index 7a9dfde01..000000000 Binary files a/repo/js/CD-Aware-AutoGather/assets/pic-1.png and /dev/null differ diff --git a/repo/js/CD-Aware-AutoGather/assets/pic-2.png b/repo/js/CD-Aware-AutoGather/assets/pic-2.png deleted file mode 100644 index 13454d8b8..000000000 Binary files a/repo/js/CD-Aware-AutoGather/assets/pic-2.png and /dev/null differ diff --git a/repo/js/CD-Aware-AutoGather/assets/pic-3.png b/repo/js/CD-Aware-AutoGather/assets/pic-3.png deleted file mode 100644 index 497ef6e40..000000000 Binary files a/repo/js/CD-Aware-AutoGather/assets/pic-3.png and /dev/null differ diff --git a/repo/js/CD-Aware-AutoGather/assets/pic-4.png b/repo/js/CD-Aware-AutoGather/assets/pic-4.png deleted file mode 100644 index 75745181c..000000000 Binary files a/repo/js/CD-Aware-AutoGather/assets/pic-4.png and /dev/null differ diff --git a/repo/js/CD-Aware-AutoGather/manifest.json b/repo/js/CD-Aware-AutoGather/manifest.json index bc12771c3..49539d1a0 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": "2.0.1", + "version": "2.0.2", "bgi_version": "0.54.1-alpha.1", "description": "自动同步你通过BetterGI订阅的地图追踪任务,执行采集任务,并管理材料采集目标和刷新时间。\n支持联机模式采集和多账号记录。\n首次使用前请先简单阅读说明", "authors": [ @@ -13,9 +13,6 @@ "settings_ui": "settings.json", "main": "main.js", "saved_files": [ - "pathing", - "record/*.csv", - "record/*.txt", - "record/*.json" + "record/" ] } \ No newline at end of file