From 473e7b3f2874e3196a8e4af5cdb0086091639ecd Mon Sep 17 00:00:00 2001 From: ikun-11451 <334495606@qq.com> Date: Wed, 20 Aug 2025 03:10:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E5=96=B5~?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/config.py | 2 +- src/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/config.py b/src/config/config.py index f3c5674ec..3036698a6 100644 --- a/src/config/config.py +++ b/src/config/config.py @@ -66,7 +66,7 @@ TEMPLATE_DIR = os.path.join(PROJECT_ROOT, "template") # 考虑到,实际上配置文件中的mai_version是不会自动更新的,所以采用硬编码 # 对该字段的更新,请严格参照语义化版本规范:https://semver.org/lang/zh-CN/ -MMC_VERSION = "0.10.0-snapshot.5" +MMC_VERSION = "0.10.0-Pro-Max喵~" def get_key_comment(toml_table, key): diff --git a/src/main.py b/src/main.py index 526bd44ad..e5c1ef9cd 100644 --- a/src/main.py +++ b/src/main.py @@ -92,7 +92,7 @@ class MainSystem: ("你的bug就像星星一样多,而我的代码像太阳一样,一出来就看不见了。", 10), ("温馨提示:请不要在代码中留下任何魔法数字,除非你知道它的含义。", 10), ("世界上有10种人:懂二进制的和不懂的。", 10), - ("喵喵~你的麦麦被猫娘入侵了喵~", 5), + ("喵喵~你的麦麦被猫娘入侵了喵~", 15), ("恭喜你触发了稀有彩蛋:诺狐嗷呜~ ~", 1) ] from random import choices