fix: bgiVersion, 首个点位不是传送修复,必须字段缺失修复 (#517)

This commit is contained in:
秋云
2025-04-04 03:25:12 +08:00
committed by GitHub
parent 04cf4536c6
commit 17b335f471
2145 changed files with 2320 additions and 2222 deletions

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{
@@ -21,7 +21,8 @@
"id": 2,
"x": 4880.75,
"y": 2244.13,
"move_mode": "walk"
"move_mode": "walk",
"type": "path"
},
{
"id": 3,

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{
@@ -48,13 +48,15 @@
"id": 5,
"x": 4273.25,
"y": 2655.75,
"move_mode": "walk"
"move_mode": "walk",
"type": "path"
},
{
"id": 6,
"x": 4336.5,
"y": 2654.0,
"move_mode": "run"
"move_mode": "run",
"type": "path"
},
{
"id": 7,

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{
@@ -35,48 +35,57 @@
"id": 4,
"x": 3814.94,
"y": 3727.42,
"move_mode": "run"
"move_mode": "run",
"type": "path"
},
{
"id": 5,
"x": 3841.5,
"y": 3703.75,
"move_mode": "walk"
"move_mode": "walk",
"type": "path"
},
{
"id": 6,
"x": 3868.0,
"y": 3649.26,
"move_mode": "fly"
"move_mode": "fly",
"type": "path"
},
{
"id": 7,
"x": 3875.88,
"y": 3624.38,
"move_mode": "swim"
"move_mode": "swim",
"type": "path"
},
{
"id": 8,
"x": 3883.75,
"y": 3599.5,
"move_mode": "swim"
"move_mode": "swim",
"type": "path"
},
{
"id": 9,
"x": 3893.37,
"y": 3567.13,
"move_mode": "swim"
"move_mode": "swim",
"type": "path"
},
{
"id": 10,
"x": 3899.56,
"y": 3552.32
"y": 3552.32,
"type": "path",
"move_mode": "walk"
},
{
"id": 11,
"x": 3904.5,
"y": 3541.0,
"move_mode": "run"
"move_mode": "run",
"type": "path"
},
{
"id": 12,

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{
@@ -27,7 +27,9 @@
{
"id": 3,
"x": 4934.62,
"y": 4442.37
"y": 4442.37,
"type": "path",
"move_mode": "walk"
},
{
"id": 4,

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "龙弗山权",
"version": "1.0",
"description": "枫丹-卡布南钓点",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "龙弗山权",
"version": "1.0",
"description": "枫丹-歌剧院钓点",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "龙弗山权",
"version": "1.0",
"description": "枫丹-厄里那斯右上钓点",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "龙弗山权",
"version": "1.0",
"description": "枫丹-厄里那斯右下钓点",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "龙弗山权",
"version": "1.0",
"description": "枫丹-实验室钓点",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "龙弗山权",
"version": "1.0",
"description": "枫丹-幽林南钓点",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "龙弗山权",
"version": "1.0",
"description": "枫丹-歌剧院钓点",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "龙弗山权",
"version": "1.0",
"description": "枫丹-白淞镇钓点",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "龙弗山权",
"version": "1.0",
"description": "枫丹-秋分山北",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "龙弗山权",
"version": "1.0",
"description": "枫丹-芒索斯山东钓点",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{
@@ -29,7 +29,9 @@
{
"id": 3,
"x": 532.38,
"y": 1767.75
"y": 1767.75,
"type": "path",
"move_mode": "walk"
},
{
"id": 4,

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "可能会奖励一个突发事件",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "钓鱼点附近有丘丘人打手",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "需要开启周本“伏龙树之底”",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{
@@ -38,7 +38,9 @@
{
"id": 4,
"x": 1697.99,
"y": 582.75
"y": 582.75,
"type": "path",
"move_mode": "walk"
},
{
"id": 5,

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "右后方可能会有一只<大伟丘>",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{
@@ -65,7 +65,9 @@
{
"id": 7,
"x": 1322.75,
"y": 144.37
"y": 144.37,
"type": "path",
"move_mode": "walk"
}
]
}

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "需完成解谜“渌华池之影”并开启副本风场",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{
@@ -27,7 +27,9 @@
{
"id": 3,
"x": -3781.5,
"y": -2567.62
"y": -2567.62,
"type": "path",
"move_mode": "walk"
},
{
"id": 4,
@@ -40,31 +42,36 @@
"id": 5,
"x": -3732.75,
"y": -2568.88,
"move_mode": "run"
"move_mode": "run",
"type": "path"
},
{
"id": 6,
"x": -3712.25,
"y": -2567.75,
"move_mode": "walk"
"move_mode": "walk",
"type": "path"
},
{
"id": 7,
"x": -3706.12,
"y": -2567.13,
"move_mode": "walk"
"move_mode": "walk",
"type": "path"
},
{
"id": 8,
"x": -3701.37,
"y": -2564.87,
"move_mode": "walk"
"move_mode": "walk",
"type": "path"
},
{
"id": 9,
"x": -3695.25,
"y": -2564.88,
"move_mode": "walk"
"move_mode": "walk",
"type": "path"
},
{
"id": 10,

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{
@@ -48,7 +48,8 @@
"id": 5,
"x": -3948.13,
"y": -3230.44,
"move_mode": "walk"
"move_mode": "walk",
"type": "path"
},
{
"id": 6,

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{
@@ -29,7 +29,9 @@
{
"id": 3,
"x": -2561.87,
"y": -6480.37
"y": -6480.37,
"type": "path",
"move_mode": "walk"
},
{
"id": 4,

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{
@@ -74,7 +74,9 @@
{
"id": 8,
"x": 10321.37,
"y": -489.99
"y": -489.99,
"type": "path",
"move_mode": "walk"
},
{
"id": 9,

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{
@@ -39,7 +39,8 @@
"id": 4,
"x": 10124.75,
"y": -9.75,
"move_mode": "run"
"move_mode": "run",
"type": "path"
},
{
"id": 5,

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{
@@ -23,7 +23,8 @@
"y": -357.25,
"move_mode": "walk",
"action": "",
"action_params": ""
"action_params": "",
"type": "path"
},
{
"id": 3,
@@ -31,7 +32,8 @@
"y": -351.5,
"move_mode": "fly",
"action": "",
"action_params": ""
"action_params": "",
"type": "path"
},
{
"id": 4,

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.42.0"
"bgiVersion": "0.42.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er&起个名字好难的喵",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er&起个名字好难的喵",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er&起个名字好难的喵",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er&起个名字好难的喵",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er&起个名字好难的喵",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{
@@ -39,13 +39,15 @@
"id": 4,
"x": 52.19,
"y": 651.69,
"move_mode": "walk"
"move_mode": "walk",
"type": "path"
},
{
"id": 5,
"x": 52.35,
"y": 650.34,
"move_mode": "climb"
"move_mode": "climb",
"type": "path"
},
{
"id": 6,

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er&起个名字好难的喵",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er&起个名字好难的喵",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{
@@ -20,7 +20,9 @@
{
"id": 2,
"x": -2791.62,
"y": -6049.88
"y": -6049.88,
"type": "path",
"move_mode": "walk"
},
{
"id": 3,

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er&起个名字好难的喵",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er&起个名字好难的喵",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er&起个名字好难的喵",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er&起个名字好难的喵",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er&起个名字好难的喵",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{

View File

@@ -5,7 +5,7 @@
"author": "鸿羽er",
"version": "1.0",
"description": "",
"bgiVersion": "v0.43.0"
"bgiVersion": "0.43.0"
},
"positions": [
{