更新战备名称与游戏内对应,名字我自己都搞晕了
修改版本号为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:
parent
0292bd9af6
commit
7de636178f
@ -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
|
||||||
},
|
},
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.2 KiB |
@ -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"}]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user