feat: rename system to 有音个性化教学系统; update docs

This commit is contained in:
hmo
2026-04-30 20:56:54 +08:00
parent 2a8d8a87d7
commit 90e93bb2b0
18 changed files with 285 additions and 27 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %}首页 - 钢琴练习方案系统{% endblock %}
{% block title %}首页 - 有音个性化教学系统{% endblock %}
{% block content %}
<div class="row g-4 mb-4">
@@ -39,7 +39,7 @@
<div class="card">
<div class="card-body text-center py-5">
<i class="bi bi-music-note-beamed text-muted" style="font-size: 48px;"></i>
<h4 class="mt-3 text-muted">欢迎使用钢琴练习方案管理系统</h4>
<h4 class="mt-3 text-muted">欢迎使用有音个性化教学系统</h4>
<p class="text-muted">从左侧菜单选择功能</p>
</div>
</div>