mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-16 03:33:25 +08:00
js: CD-Aware-AutoGather: 更新文档,修复saved_files配置 (#2575)
This commit is contained in:
@@ -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新增或删除地图追踪任务后,脚本这边看到的也是修改后的。
|
||||
|
||||
**订阅或者更新本脚本后需要重新执行一次**
|
||||
|
||||
# 运行模式
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB |
@@ -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/"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user