From 4bad8a92a62b84eba6eeb8ca02a1c0fb700af4ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E7=91=97=E6=9D=B0?= <3695888@qq.com> Date: Sat, 28 Nov 2020 15:17:44 +0800 Subject: [PATCH] mods --- Difficult_Rocket/mods/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Difficult_Rocket/mods/__init__.py b/Difficult_Rocket/mods/__init__.py index 82858f2..c034145 100644 --- a/Difficult_Rocket/mods/__init__.py +++ b/Difficult_Rocket/mods/__init__.py @@ -39,7 +39,9 @@ class MODInfo(Serializable): """作者、描述""" writer: str # 作者 + link: str = "" # 作者链接 description: str = "" # 描述 + info: str = "" # 其他信息 (可以很多很多) """版本兼容信息""" write_version: str # mod编写版本