refactor: rename project from MaiMbot-Pro-Max to MoFox_Bot
This commit renames the project from "MaiMbot-Pro-Max" to "MoFox_Bot" across the entire codebase. The change reflects the new project identity and ownership under the MoFox-Studio organization. Key changes include updating: - EULA and README documentation - Project URLs and repository links - Startup messages and display names - Plugin manifest metadata
This commit is contained in:
2
EULA.md
2
EULA.md
@@ -2,7 +2,7 @@
|
|||||||
**版本:V1.1**
|
**版本:V1.1**
|
||||||
**更新日期:2025年8月26日**
|
**更新日期:2025年8月26日**
|
||||||
**生效日期:2025年8月26日**
|
**生效日期:2025年8月26日**
|
||||||
**适用的MaiMbot-Pro-Max版本号:所有版本**
|
**适用的MoFox_Bot版本号:所有版本**
|
||||||
|
|
||||||
**2025© MoFox_Bot项目团队**
|
**2025© MoFox_Bot项目团队**
|
||||||
|
|
||||||
|
|||||||
@@ -11,8 +11,8 @@
|
|||||||
[](https://www.python.org/)
|
[](https://www.python.org/)
|
||||||
[](https://github.com/MoFox-Studio/MoFox_Bot/blob/master/LICENSE)
|
[](https://github.com/MoFox-Studio/MoFox_Bot/blob/master/LICENSE)
|
||||||
[](https://github.com/MoFox-Studio/MoFox_Bot/graphs/contributors)
|
[](https://github.com/MoFox-Studio/MoFox_Bot/graphs/contributors)
|
||||||
[](https://github.com/MoFox-Studio/MoFox_Bot/stargazers)
|
[](https://github.com/MoFox-Studio/MoFox_Bot/stargazers)
|
||||||
[](https://github.com/MaiBot-Plus/MaiMbot-Pro-Max/releases)
|
[](https://github.com/MoFox-Studio/MoFox_Bot/releases)
|
||||||
[](https://github.com/NapNeko/NapCatQQ)
|
[](https://github.com/NapNeko/NapCatQQ)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -114,8 +114,8 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 克隆项目
|
# 克隆项目
|
||||||
git clone https://github.com/MaiBot-Plus/MaiMbot-Pro-Max.git
|
git clone https://github.com/MoFox-Studio/MoFox_Bot.git
|
||||||
cd MaiMbot-Pro-Max
|
cd MoFox_Bot
|
||||||
|
|
||||||
# 安装依赖
|
# 安装依赖
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|||||||
@@ -138,10 +138,10 @@ class MainSystem:
|
|||||||
logger.info(f"""
|
logger.info(f"""
|
||||||
全部系统初始化完成,{global_config.bot.nickname}已成功唤醒
|
全部系统初始化完成,{global_config.bot.nickname}已成功唤醒
|
||||||
=========================================================
|
=========================================================
|
||||||
MaiMbot-Pro-Max(第三方修改版)
|
MoFox_Bot(第三方修改版)
|
||||||
全部组件已成功启动!
|
全部组件已成功启动!
|
||||||
=========================================================
|
=========================================================
|
||||||
🌐 项目地址: https://github.com/MaiBot-Plus/MaiMbot-Pro-Max
|
🌐 项目地址: https://github.com/MoFox-Studio/MoFox_Bot
|
||||||
🏠 官方项目: https://github.com/MaiM-with-u/MaiBot
|
🏠 官方项目: https://github.com/MaiM-with-u/MaiBot
|
||||||
=========================================================
|
=========================================================
|
||||||
这是基于原版MMC的社区改版,包含增强功能和优化(同时也有更多的'特性')
|
这是基于原版MMC的社区改版,包含增强功能和优化(同时也有更多的'特性')
|
||||||
|
|||||||
@@ -12,8 +12,8 @@
|
|||||||
"host_application": {
|
"host_application": {
|
||||||
"min_version": "0.8.0"
|
"min_version": "0.8.0"
|
||||||
},
|
},
|
||||||
"homepage_url": "https://github.com/MaiBot-Plus/MaiMbot-Pro-Max",
|
"homepage_url": "https://github.com/MoFox-Studio/MoFox_Bot",
|
||||||
"repository_url": "https://github.com/MaiBot-Plus/MaiMbot-Pro-Max",
|
"repository_url": "https://github.com/MoFox-Studio/MoFox_Bot",
|
||||||
"keywords": ["poke", "interaction", "fun", "social", "ai-reply", "auto-response"],
|
"keywords": ["poke", "interaction", "fun", "social", "ai-reply", "auto-response"],
|
||||||
"categories": ["Social", "Interactive", "Fun"],
|
"categories": ["Social", "Interactive", "Fun"],
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user