Skip to content

Commit 514aa36

Browse files
committed
data: 赛季配置
1 parent 512c0c9 commit 514aa36

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

server/data/misc/game-versions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"6.3": {
33
"id": "6.3",
4-
"seasonPhrase": "5.1",
4+
"seasonPhrase": "5.2",
55
"name": "月之四"
66
},
77
"6.2": {
88
"id": "6.2",
9-
"seasonPhrase": "5.0",
9+
"seasonPhrase": "5.1",
1010
"name": "月之三"
1111
},
1212
"6.1": {
1313
"id": "6.1",
14-
"seasonPhrase": "5.0",
14+
"seasonPhrase": "5.1",
1515
"name": "月之二"
1616
},
1717
"6.0": {
1818
"id": "6.0",
19-
"seasonPhrase": "5.0",
19+
"seasonPhrase": "5.1",
2020
"name": "月之一"
2121
},
2222
"5.8": {

server/data/misc/season-phrases.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@
145145
"en": ""
146146
}
147147
},
148-
"5.0": {
149-
"id": "5.0",
148+
"5.1": {
149+
"id": "5.1",
150150
"gameVersions": [
151151
"6.0", "6.1", "6.2"
152152
],
@@ -159,8 +159,8 @@
159159
"en": ""
160160
}
161161
},
162-
"5.1": {
163-
"id": "5.1",
162+
"5.2": {
163+
"id": "5.2",
164164
"gameVersions": [
165165
"6.3"
166166
],
@@ -172,5 +172,11 @@
172172
"zh": "闪耀着无尽光辉的黄金宫殿,承载着某位伟大王者的旧梦。当它作为牌手的象征之物时,则代表着对「胜利与荣誉」的渴望……",
173173
"en": ""
174174
}
175+
},
176+
"6.1": {
177+
"id": "6.1",
178+
"gameVersions": [
179+
"6.4", "6.5", "6.6", "6.7"
180+
]
175181
}
176182
}

0 commit comments

Comments
 (0)