diff --git a/README.md b/README.md index ceafd8c43..f9e643ee8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ - MaiBot + MaiBot # 麦麦!MaiCore-MaiBot (编辑中) @@ -14,6 +14,7 @@ ![issues](https://img.shields.io/github/issues/MaiM-with-u/MaiBot) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/DrSmoothl/MaiBot) +
🌟 演示视频 | 🚀 快速入门 | @@ -21,6 +22,7 @@ 💬 讨论 | 🙋 贡献指南 +
## 🎉 介绍 diff --git a/src/config/config.py b/src/config/config.py index fc4ea0fca..4557c6d39 100644 --- a/src/config/config.py +++ b/src/config/config.py @@ -46,7 +46,7 @@ TEMPLATE_DIR = "template" # 考虑到,实际上配置文件中的mai_version是不会自动更新的,所以采用硬编码 # 对该字段的更新,请严格参照语义化版本规范:https://semver.org/lang/zh-CN/ -MMC_VERSION = "0.7.0-snapshot.2" +MMC_VERSION = "0.7.0" def update_config():