From 8923ebf534d28cb777605c547786db28c9fdb8f6 Mon Sep 17 00:00:00 2001 From: UnCLAS-Prommer Date: Wed, 2 Jul 2025 16:25:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=82star?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__init__.py b/src/__init__.py index bc1f63b..b8e354e 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -21,4 +21,4 @@ class CommandType(Enum): pyproject_path = os.path.join(os.path.dirname(os.path.dirname(__file__)), "pyproject.toml") toml_data = tomlkit.parse(open(pyproject_path, "r", encoding="utf-8").read()) version = toml_data["project"]["version"] -logger.info(f"版本\n\nMaiBot-Napcat-Adapter 版本: {version}\n") +logger.info(f"版本\n\nMaiBot-Napcat-Adapter 版本: {version}\n喜欢的话点个star喵~\n") \ No newline at end of file