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 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E7=89=88?= =?UTF-8?q?=E6=9C=AC=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 From 99970f9e5859039a96c6d99c4ebad5a3a5270f73 Mon Sep 17 00:00:00 2001 From: ikun-11451 <334495606@qq.com> Date: Wed, 20 Aug 2025 03:14:55 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=8F=91=E7=8E=B0=E4=BA=86=E4=B9=B1?= =?UTF-8?q?=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7=E4=BC=9A=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E7=88=86=E7=82=B8=E7=9A=84=E7=8C=AB=E7=8C=AB?= =?UTF-8?q?=E5=96=B5~?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/config.py b/src/config/config.py index 3036698a6..f3c5674ec 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-Pro-Max喵~" +MMC_VERSION = "0.10.0-snapshot.5" def get_key_comment(toml_table, key):