Skip to content

Commit

Permalink
更新数据至7.1.282版本
Browse files Browse the repository at this point in the history
7.1.217 -> 7.1.282
舰娘
新增: 星座, 圣哈辛托, 第二代, 雪泉, 雪不归, 紫, 奇尔沙治
装备
修改: 链式装弹机
  • Loading branch information
AutumnSun1996 committed Dec 23, 2023
1 parent 6bc858d commit 052131e
Show file tree
Hide file tree
Showing 10 changed files with 397 additions and 14 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.so
*.egg
*.egg-info
.venv

# js
node_modules
Expand All @@ -17,5 +18,5 @@ node_modules
# build
/build
/resources/cache/
/http_cache
/archive
/cache
/vue/public/img/equips
24 changes: 12 additions & 12 deletions vue/public/data/equips.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
],
"id": 2240,
"img": "/img/equips/2200.png",
"max": "150191",
"max": "150211",
"name": "链式装弹机+0",
"rarity": 4,
"tech": 3,
Expand All @@ -70,7 +70,7 @@
],
"id": 2241,
"img": "/img/equips/2200.png",
"max": "150191",
"max": "150211",
"name": "链式装弹机+1",
"rarity": 4,
"tech": 3,
Expand All @@ -88,7 +88,7 @@
],
"id": 2242,
"img": "/img/equips/2200.png",
"max": "150191",
"max": "150211",
"name": "链式装弹机+2",
"rarity": 4,
"tech": 3,
Expand All @@ -106,7 +106,7 @@
],
"id": 2243,
"img": "/img/equips/2200.png",
"max": "150191",
"max": "150211",
"name": "链式装弹机+3",
"rarity": 4,
"tech": 3,
Expand All @@ -124,7 +124,7 @@
],
"id": 2244,
"img": "/img/equips/2200.png",
"max": "150191",
"max": "150211",
"name": "链式装弹机+4",
"rarity": 4,
"tech": 3,
Expand All @@ -142,7 +142,7 @@
],
"id": 2245,
"img": "/img/equips/2200.png",
"max": "150191",
"max": "150211",
"name": "链式装弹机+5",
"rarity": 4,
"tech": 3,
Expand All @@ -160,7 +160,7 @@
],
"id": 2246,
"img": "/img/equips/2200.png",
"max": "150191",
"max": "150211",
"name": "链式装弹机+6",
"rarity": 4,
"tech": 3,
Expand All @@ -178,7 +178,7 @@
],
"id": 2247,
"img": "/img/equips/2200.png",
"max": "150191",
"max": "150211",
"name": "链式装弹机+7",
"rarity": 4,
"tech": 3,
Expand All @@ -196,7 +196,7 @@
],
"id": 2248,
"img": "/img/equips/2200.png",
"max": "150191",
"max": "150211",
"name": "链式装弹机+8",
"rarity": 4,
"tech": 3,
Expand All @@ -214,7 +214,7 @@
],
"id": 2249,
"img": "/img/equips/2200.png",
"max": "150191",
"max": "150211",
"name": "链式装弹机+9",
"rarity": 4,
"tech": 3,
Expand All @@ -232,7 +232,7 @@
],
"id": 2250,
"img": "/img/equips/2200.png",
"max": "150191",
"max": "150211",
"name": "链式装弹机+10",
"rarity": 4,
"tech": 3,
Expand All @@ -250,7 +250,7 @@
],
"id": 2251,
"img": "/img/equips/2200.png",
"max": "150191",
"max": "150211",
"name": "链式装弹机+11",
"rarity": 4,
"tech": 3,
Expand Down
Loading

0 comments on commit 052131e

Please sign in to comment.