diff --git a/src/config/config.py b/src/config/config.py index 80a67604b..6cca5bada 100644 --- a/src/config/config.py +++ b/src/config/config.py @@ -64,7 +64,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 0ef1ca3fd..3719e4810 100644 --- a/src/main.py +++ b/src/main.py @@ -89,7 +89,7 @@ class MainSystem: ("你的bug就像星星一样多,而我的代码像太阳一样,一出来就看不见了。", 10), ("温馨提示:请不要在代码中留下任何魔法数字,除非你知道它的含义。", 10), ("世界上有10种人:懂二进制的和不懂的。", 10), - ("喵喵~你的麦麦被猫娘入侵了喵~", 5), + ("喵喵~你的麦麦被猫娘入侵了喵~", 15), ("恭喜你触发了稀有彩蛋:诺狐嗷呜~ ~", 1) ] from random import choices