mirror of https://github.com/Mai-with-u/MaiBot.git
update:更新dev
parent
6dfc4552a6
commit
0583fe0aa1
|
|
@ -1,7 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
0.10.4饼 表达方式优化
|
||||
无了
|
||||
## [0.10.4] - 2025-9-22
|
||||
表达方式优化
|
||||
|
||||
|
||||
## [0.10.3] - 2025-9-22
|
||||
### 🌟 主要功能更改
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ TEMPLATE_DIR = os.path.join(PROJECT_ROOT, "template")
|
|||
|
||||
# 考虑到,实际上配置文件中的mai_version是不会自动更新的,所以采用硬编码
|
||||
# 对该字段的更新,请严格参照语义化版本规范:https://semver.org/lang/zh-CN/
|
||||
MMC_VERSION = "0.10.3"
|
||||
MMC_VERSION = "0.10.4-snapshot.1"
|
||||
|
||||
|
||||
def get_key_comment(toml_table, key):
|
||||
|
|
|
|||
Loading…
Reference in New Issue