refactor: 将项目名称从 MaiBot 重命名为 MoFox-Bot
本次更新在整个代码库范围内将项目名称 "MaiBot" 及其相关变体(如 "maibot")统一重命名为 "MoFox-Bot"。 主要变更包括: - 修改配置文件、模板和日志输出中的项目名称。 - 更新文档、注释和用户可见的字符串,以反映新的品牌名称。 - 调整插件元数据和描述。
This commit is contained in:
@@ -868,7 +868,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 {
|
||||
@@ -970,7 +970,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">
|
||||
|
||||
Reference in New Issue
Block a user