refactor: 将项目名称从 MaiBot 重命名为 MoFox-Bot

本次更新在整个代码库范围内将项目名称 "MaiBot" 及其相关变体(如 "maibot")统一重命名为 "MoFox-Bot"。

主要变更包括:
- 修改配置文件、模板和日志输出中的项目名称。
- 更新文档、注释和用户可见的字符串,以反映新的品牌名称。
- 调整插件元数据和描述。
This commit is contained in:
minecraft1024a
2025-10-11 20:46:00 +08:00
committed by Windpicker-owo
parent db1dc596d7
commit cca07bd16e
18 changed files with 43 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
"""
MaiBot模块系统
MoFox-Bot模块系统
包含聊天、情绪、记忆、日程等功能模块
"""

View File

@@ -1,5 +1,5 @@
"""
MaiBot 反注入系统模块
MoFox-Bot 反注入系统模块
本模块提供了一个完整的LLM反注入检测和防护系统用于防止恶意的提示词注入攻击。

View File

@@ -880,7 +880,7 @@ class StatisticOutputTask(AsyncTask):
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MaiBot运行统计报告</title>
<title>MoFox-Bot运行统计报告</title>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
body {
@@ -982,7 +982,7 @@ class StatisticOutputTask(AsyncTask):
"""
+ f"""
<div class="container">
<h1>MaiBot运行统计报告</h1>
<h1>MoFox-Bot运行统计报告</h1>
<p class="info-item"><strong>统计截止时间:</strong> {now.strftime("%Y-%m-%d %H:%M:%S")}</p>
<div class="tabs">