From 7979a7481e9f81d9b7dbdd578def245bccd8a48b Mon Sep 17 00:00:00 2001 From: SengokuCola <1026294844@qq.com> Date: Sun, 1 Jun 2025 01:22:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme=E5=92=8Cconfig?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- src/config/config.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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():