chore: 项目更名为 HuiBrain
全局替换 EduBrain -> HuiBrain, edu-brain -> huibrain, edu_brain -> hui_brain, EDUBRAIN -> HUIBRAIN 涉及文件:README.md, pyproject.toml, docker-compose.yml, .env, .env.example, app/config.py, app/main.py, app/wework_bot.py, app/__init__.py, app/mcp/server.py, static/index.html, docs/IMAGE_API_GUIDE.md
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>EduBrain - 知识库管理</title>
|
||||
<title>HuiBrain - 知识库管理</title>
|
||||
<style>
|
||||
/* ═══════════════════════════════════════════════════════════════
|
||||
EduBrain — Stripe-inspired Design System
|
||||
HuiBrain — Stripe-inspired Design System
|
||||
系统字体栈,零外部依赖
|
||||
═══════════════════════════════════════════════════════════════ */
|
||||
|
||||
@@ -521,7 +521,7 @@
|
||||
<!-- Logo 区域 -->
|
||||
<div style="padding: 20px 20px 16px; border-bottom: 1px solid #e5edf5;">
|
||||
<div style="display:flex; align-items:center; gap:8px;">
|
||||
<span style="font-size:20px; font-weight:600; color:#061b31; letter-spacing:-0.02em;">EduBrain</span>
|
||||
<span style="font-size:20px; font-weight:600; color:#061b31; letter-spacing:-0.02em;">HuiBrain</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -551,7 +551,7 @@
|
||||
|
||||
<!-- 底部版本信息 -->
|
||||
<div style="padding:12px 20px; border-top:1px solid #e5edf5; color:#64748d; font-size:11px;">
|
||||
EduBrain v0.1.0
|
||||
HuiBrain v0.1.0
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
@@ -1068,7 +1068,7 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="form-label">服务地址</label>
|
||||
<input type="text" id="setting-edubrain-base-url" value="http://localhost:8765" class="input-field" style="color:var(--text-secondary); font-size:13px;" readonly>
|
||||
<input type="text" id="setting-huibrain-base-url" value="http://localhost:8765" class="input-field" style="color:var(--text-secondary); font-size:13px;" readonly>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user