更新战备名称与游戏内对应,名字我自己都搞晕了

修改版本号为0.1.0,打上这个tag然后push就可以提交到pypi了
要提交的变更:
	修改:     nonebot_plugin_helldivers_tools/data/equipment.json
	重命名:   "nonebot_plugin_helldivers_tools/img/helldivers/EXO-45 \347\210\261\345\233\275\350\200\205\350\243\205\347\224\262\350\200\205.png" -> "nonebot_plugin_helldivers_tools/img/helldivers/EXO-45 \347\210\261\345\233\275\350\200\205\345\244\226\351\252\250\351\252\274\350\243\205\347\224\262.png"
	重命名:   "nonebot_plugin_helldivers_tools/img/helldivers/EXO-49 \350\247\243\346\224\276\350\200\205\350\243\205\347\224\262.png" -> "nonebot_plugin_helldivers_tools/img/helldivers/EXO-49 \350\247\243\346\224\276\350\200\205\345\244\226\351\252\250\351\252\274\350\243\205\347\224\262.png"
	删除:     "nonebot_plugin_helldivers_tools/img/helldivers/\347\210\261\345\233\275\350\200\205\345\244\226\351\252\250\351\252\274\346\234\272\347\224\262\357\274\210EXO44\350\270\217\346\255\245\350\200\205\357\274\211.png"
	修改:     pyproject.toml
This commit is contained in:
padoru233 2024-12-25 02:39:22 +08:00
parent 0292bd9af6
commit 7de636178f
5 changed files with 5 additions and 5 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

View File

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