Compare commits

...

3 Commits

Author SHA1 Message Date
physligl
a4072b9e8b update repo.json
Some checks failed
Build repo.json / build (18.x) (push) Has been cancelled
Build repo.json / upload (push) Has been cancelled
2025-05-16 10:26:38 +00:00
秋云
1c97f20818 fix: 配置远程仓库 2025-05-16 18:25:41 +08:00
GitHub Actions Bot
d17a9c5d08 自动修复 JSON 格式和版本号 [ci skip] 2025-05-16 10:21:09 +00:00
3093 changed files with 15012 additions and 14828 deletions

View File

@@ -62,11 +62,35 @@ jobs:
mkdir -p build
fi
- name: Setup Git and checkout branch
- name: Setup Git and repositories
run: |
git config --global user.name "GitHub Actions Bot"
git config --global user.email "actions@github.com"
# 确保远程仓库设置正确
echo "当前远程仓库配置:"
git remote -v
# 设置上游仓库(upstream)和origin
UPSTREAM_REPO="https://github.com/${{ github.repository }}.git"
ORIGIN_REPO="https://github.com/${{ github.event.pull_request.head.repo.full_name || github.repository }}.git"
echo "设置upstream指向主仓库: $UPSTREAM_REPO"
git remote remove upstream 2>/dev/null || true
git remote add upstream $UPSTREAM_REPO
echo "确保origin指向正确的仓库: $ORIGIN_REPO"
git remote set-url origin $ORIGIN_REPO 2>/dev/null || git remote add origin $ORIGIN_REPO
# 获取最新的主仓库和分支
echo "获取远程分支信息"
git fetch upstream
git fetch origin
# 显示远程仓库配置
echo "更新后的远程仓库配置:"
git remote -v
# 检查是否处于PR环境
if [ -n "${{ github.event.pull_request.head.ref }}" ]; then
echo "检测到PR切换到PR分支: ${{ github.event.pull_request.head.ref }}"
@@ -79,6 +103,19 @@ jobs:
git checkout -b temp-validation-branch
fi
- name: Prepare validation script
run: |
git show upstream/main:build/validate.py > build/validate.py 2>/dev/null
# 检查文件是否成功获取并且非空
if [ ! -s "build/validate.py" ]; then
echo "无法从上游仓库获取validate.py文件终止流程"
exit 1
else
echo "成功获取validate.py"
fi
- name: Get PR information
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.pr_number != '' }}
id: pr_info
@@ -118,8 +155,9 @@ jobs:
id: changed_files
if: github.event_name == 'pull_request_target'
run: |
CHANGED_FILES=$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }} | grep -E '^repo/pathing/.*\.json$' || true)
echo "Changed JSON files in repo/pathing:"
# 使用upstream/main作为比较基准
CHANGED_FILES=$(git diff --name-only upstream/main HEAD | grep -E '^repo/pathing/.*\.json$' || true)
echo "Changed JSON files in repo/pathing compared to upstream/main:"
echo "$CHANGED_FILES"
echo "changed_files=$CHANGED_FILES" >> $GITHUB_OUTPUT

Binary file not shown.

19234
repo.json

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@
"name": "01-奇异的龙牙-眠龙谷左-1个",
"type": "collect",
"author": "Tool_tingsu",
"version": "1.0",
"version": "1.1",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0"

View File

@@ -3,7 +3,7 @@
"name": "02-奇异的龙牙-眠龙谷右-1个",
"type": "collect",
"author": "Tool_tingsu",
"version": "1.0",
"version": "1.1",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0"

View File

@@ -3,7 +3,7 @@
"name": "03-奇异的龙牙-眠龙谷上-1个",
"type": "collect",
"author": "Tool_tingsu",
"version": "1.0",
"version": "1.1",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0"

View File

@@ -3,7 +3,7 @@
"name": "04-奇异的龙牙-寒天之钉右下-1个",
"type": "collect",
"author": "Tool_tingsu",
"version": "1.0",
"version": "1.1",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0"

View File

@@ -3,7 +3,7 @@
"name": "大伟丘-漓月-石门",
"type": "collect",
"author": "起个名字好难",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "大伟丘-璃月-云来海",
"type": "collect",
"author": "起个名字好难",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "大伟丘-璃月-天遒谷",
"type": "collect",
"author": "起个名字好难",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "大伟丘-璃月-庆云顶",
"type": "collect",
"author": "起个名字好难",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "大伟丘-璃月-明蕴镇",
"type": "collect",
"author": "起个名字好难",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "大伟丘-璃月-灵矩关",
"type": "collect",
"author": "起个名字好难",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "大伟丘-璃月-翠玦坡",
"type": "collect",
"author": "起个名字好难",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "大伟丘-璃月-轻策庄",
"type": "collect",
"author": "起个名字好难",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "大伟丘-蒙德-奔狼领",
"type": "collect",
"author": "起个名字好难",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "大伟丘-蒙德-望风山地",
"type": "collect",
"author": "起个名字好难",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "大伟丘-蒙德-誓言岬",
"type": "collect",
"author": "起个名字好难",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "大伟丘-蒙德-达达乌帕谷",
"type": "collect",
"author": "起个名字好难",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "大伟丘-蒙德-风起地",
"type": "collect",
"author": "起个名字好难",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "大伟丘-蒙德-风龙废墟",
"type": "collect",
"author": "起个名字好难",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "天降正义!",
"type": "collect",
"author": "花见木易",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "《哈南帕查记事·卷一》",
"type": "collect",
"author": "花见木易",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "《哈南帕查记事·卷三》",
"type": "collect",
"author": "花见木易",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "《哈南帕查记事·卷二》",
"type": "collect",
"author": "花见木易",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "《玛阿威与幻写灵·第一卷》",
"type": "collect",
"author": "花见木易",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "《玛阿威与幻写灵·第三卷》",
"type": "collect",
"author": "花见木易",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "《玛阿威与幻写灵·第二卷》",
"type": "collect",
"author": "花见木易",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "01-苍晶区西南",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "02-厄里那斯东",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "03-厄里那斯东北",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "04-秋分山西岸",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "05-(较远)枫丹庭南",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "06-(自己上桥)枫丹钓鱼协会",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "07-(自己进水圈)欧庇克莱歌剧院东游船",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "08-欧庇克莱歌剧院北",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "09-芒索斯山东麓",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "10-枫丹研究院神像西",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "11-佩特莉可镇西",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "枫丹-卡布南钓点",
"type": "collect",
"author": "龙弗山权",
"version": "1.0",
"version": "1.1",
"description": "枫丹-卡布南钓点",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "枫丹-厄里那斯南",
"type": "collect",
"author": "龙弗山权",
"version": "1.0",
"version": "1.1",
"description": "枫丹-歌剧院钓点",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "枫丹-厄里那斯右上钓点",
"type": "collect",
"author": "龙弗山权",
"version": "1.0",
"version": "1.1",
"description": "枫丹-厄里那斯右上钓点",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "枫丹-厄里那斯右下钓点",
"type": "collect",
"author": "龙弗山权",
"version": "1.0",
"version": "1.1",
"description": "枫丹-厄里那斯右下钓点",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "枫丹-实验室钓点",
"type": "collect",
"author": "龙弗山权",
"version": "1.0",
"version": "1.1",
"description": "枫丹-实验室钓点",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "枫丹-幽林南钓点",
"type": "collect",
"author": "龙弗山权",
"version": "1.0",
"version": "1.1",
"description": "枫丹-幽林南钓点",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "枫丹-歌剧院钓点",
"type": "collect",
"author": "龙弗山权",
"version": "1.0",
"version": "1.1",
"description": "枫丹-歌剧院钓点",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "枫丹-白淞镇钓点",
"type": "collect",
"author": "龙弗山权",
"version": "1.0",
"version": "1.1",
"description": "枫丹-白淞镇钓点",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "枫丹-秋分山北钓点",
"type": "collect",
"author": "龙弗山权",
"version": "1.0",
"version": "1.1",
"description": "枫丹-秋分山北",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "枫丹-芒索斯山东钓点",
"type": "collect",
"author": "龙弗山权",
"version": "1.0",
"version": "1.1",
"description": "枫丹-芒索斯山东钓点",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "01-轻策庄",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "02-璃月港",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "03-荻花洲",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "可能会奖励一个突发事件",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "04-碧水原",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "05-碧水原2",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "钓鱼点附近有丘丘人打手",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "06-奥藏山",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "07-琥牢山",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "需要开启周本“伏龙树之底”",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "08-天遒谷",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "右后方可能会有一只<大伟丘>",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "09-珉林",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "10-归离原",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "11-渌华池",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "需完成解谜“渌华池之影”并开启副本风场",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "12-沉玉谷上谷·东侧水域",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "13-古茶树坡·北侧水域",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "14-悬练山·西南水域",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "01-离岛",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "02-甘金岛",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "03-名椎滩",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "04-水月池",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "05-珊瑚宫",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "07-越石村",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "08-越石村2",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "09-千来神祠",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "10-逢岳之野(钓点处扫描雷鸟雕像)",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "01-烟谜主西·镜壁山",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "02-花羽会·西侧海岸",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "03-花羽会·北侧海岸",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "04-奥奇卡纳塔·东南水域",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "05-奥奇卡纳塔·南侧水域",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "06-奥奇卡纳塔·北岸",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "07-奥奇卡纳塔·拖佐兹之岛",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "08-奥奇卡纳塔·东侧水域",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "01-望风山地",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "02-果酒湖",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "03-风起地",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "04-果酒湖",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "05-晨曦酒庄",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "06-风龙废墟",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "07-风龙废墟2有怪",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "08-龙脊雪山",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "01-无郁稠林",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "02-须弥城",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "03-天臂池",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "04-二净甸",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "05-维摩庄",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "06-降诸魔山",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "07-奥摩斯港",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "08-阿如村",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "09-荒石苍漠",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "10-下风蚀地",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "11-(有怪)五绿洲的孑遗",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.42.0"
},

View File

@@ -3,7 +3,7 @@
"name": "自动钓鱼路线-枫丹-伊黎耶林区南岸",
"type": "collect",
"author": "鸿羽er",
"version": "1.0",
"version": "1.1",
"description": "",
"bgi_version": "0.43.0"
},

Some files were not shown because too many files have changed in this diff Show More