Merge pull request #5 from padoru233/test

更新战备名称
This commit is contained in:
sansenhoshi 2024-12-25 10:26:43 +08:00 committed by GitHub
commit 2a3520634b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -180,8 +180,8 @@
"backpack": 1 "backpack": 1
}, },
{ {
"name": "EXO-45 爱国者装甲者)", "name": "EXO-45 爱国者外骨骼装甲",
"path": "img/helldivers/EXO-45 爱国者装甲.png", "path": "img/helldivers/EXO-45 爱国者外骨骼装甲.png",
"type": "blue", "type": "blue",
"backpack": 0 "backpack": 0
}, },
@ -306,8 +306,8 @@
"backpack": 1 "backpack": 1
}, },
{ {
"name": "EXO-49 解放者装甲", "name": "EXO-49 解放者外骨骼装甲",
"path": "img/helldivers/EXO-49 解放者装甲.png", "path": "img/helldivers/EXO-49 解放者外骨骼装甲.png",
"type": "blue", "type": "blue",
"backpack": 0 "backpack": 0
}, },

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "nonebot_plugin_helldivers_tools" name = "nonebot_plugin_helldivers_tools"
version = "0.0.1" version = "0.1.0"
description = "NoneBot2 绝地潜兵助手" description = "NoneBot2 绝地潜兵助手"
readme = "README.md" readme = "README.md"
packages = [{include = "nonebot_plugin_helldivers_tools"}] packages = [{include = "nonebot_plugin_helldivers_tools"}]