diff --git a/EULA.md b/EULA.md index b8ba3ab24..f34235dae 100644 --- a/EULA.md +++ b/EULA.md @@ -2,7 +2,7 @@ **版本:V1.1** **更新日期:2025年8月26日** **生效日期:2025年8月26日** -**适用的MaiMbot-Pro-Max版本号:所有版本** +**适用的MoFox_Bot版本号:所有版本** **2025© MoFox_Bot项目团队** diff --git a/README.md b/README.md index 2017f28d3..698bba594 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ [![Python](https://img.shields.io/badge/Python-3.10+-3776ab?logo=python&logoColor=white&style=for-the-badge)](https://www.python.org/) [![License](https://img.shields.io/badge/License-GPLv3-d73a49?logo=gnu&logoColor=white&style=for-the-badge)](https://github.com/MoFox-Studio/MoFox_Bot/blob/master/LICENSE) [![Contributors](https://img.shields.io/badge/Contributors-Welcome-brightgreen?logo=github&logoColor=white&style=for-the-badge)](https://github.com/MoFox-Studio/MoFox_Bot/graphs/contributors) -[![Stars](https://img.shields.io/github/stars/MaiBot-Plus/MaiMbot-Pro-Max?style=for-the-badge&logo=star&logoColor=white&color=yellow&label=Stars)](https://github.com/MoFox-Studio/MoFox_Bot/stargazers) -[![Release](https://img.shields.io/github/v/release/MaiBot-Plus/MaiMbot-Pro-Max?style=for-the-badge&logo=github&logoColor=white&color=orange)](https://github.com/MaiBot-Plus/MaiMbot-Pro-Max/releases) +[![Stars](https://img.shields.io/github/stars/MoFox-Studio/MoFox_Bot?style=for-the-badge&logo=star&logoColor=white&color=yellow&label=Stars)](https://github.com/MoFox-Studio/MoFox_Bot/stargazers) +[![Release](https://img.shields.io/github/v/release/MoFox-Studio/MoFox_Bot?style=for-the-badge&logo=github&logoColor=white&color=orange)](https://github.com/MoFox-Studio/MoFox_Bot/releases) [![QQ](https://img.shields.io/badge/QQ-Bot-blue?style=for-the-badge&logo=tencentqq&logoColor=white)](https://github.com/NapNeko/NapCatQQ) @@ -114,8 +114,8 @@ ```bash # 克隆项目 -git clone https://github.com/MaiBot-Plus/MaiMbot-Pro-Max.git -cd MaiMbot-Pro-Max +git clone https://github.com/MoFox-Studio/MoFox_Bot.git +cd MoFox_Bot # 安装依赖 pip install -r requirements.txt diff --git a/src/main.py b/src/main.py index f51d2bc63..eea276c87 100644 --- a/src/main.py +++ b/src/main.py @@ -138,10 +138,10 @@ class MainSystem: logger.info(f""" 全部系统初始化完成,{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 ========================================================= 这是基于原版MMC的社区改版,包含增强功能和优化(同时也有更多的'特性') diff --git a/src/plugins/built_in/poke_plugin/_manifest.json b/src/plugins/built_in/poke_plugin/_manifest.json index 432743857..3aae7f727 100644 --- a/src/plugins/built_in/poke_plugin/_manifest.json +++ b/src/plugins/built_in/poke_plugin/_manifest.json @@ -12,8 +12,8 @@ "host_application": { "min_version": "0.8.0" }, - "homepage_url": "https://github.com/MaiBot-Plus/MaiMbot-Pro-Max", - "repository_url": "https://github.com/MaiBot-Plus/MaiMbot-Pro-Max", + "homepage_url": "https://github.com/MoFox-Studio/MoFox_Bot", + "repository_url": "https://github.com/MoFox-Studio/MoFox_Bot", "keywords": ["poke", "interaction", "fun", "social", "ai-reply", "auto-response"], "categories": ["Social", "Interactive", "Fun"],