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
+3 -3
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>{% block title %}钢琴练习方案管理系统{% endblock %}</title>
<title>{% block title %}有音个性化教学系统{% endblock %}</title>
<!-- 公共CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
@@ -70,7 +70,7 @@
<nav class="mobile-nav-toggle navbar navbar-dark bg-dark d-flex d-md-none" style="position:fixed;top:0;left:0;right:0;z-index:1050;padding:10px;">
<div class="container-fluid d-flex justify-content-between align-items-center">
<div>
<span class="navbar-brand mb-0"><i class="bi bi-music-note-beamed"></i> 钢琴方案</span>
<a href="/" class="navbar-brand mb-0 text-white text-decoration-none"><i class="bi bi-music-note-beamed"></i> 有音个性化教学系统</a>
<small id="mobileUserDisplay" class="d-block text-white-50" style="font-size:10px;"></small>
</div>
<button class="btn btn-outline-light btn-sm" onclick="toggleMobileNav()">
@@ -84,7 +84,7 @@
<!-- 侧边栏 -->
<div class="col-md-2 sidebar p-0 collapsed" id="sidebar">
<div class="p-3 text-center border-bottom border-secondary d-none d-md-block">
<h5><i class="bi bi-music-note-beamed"></i> 钢琴方案</h5>
<h5><a href="/" class="text-white text-decoration-none"><i class="bi bi-music-note-beamed"></i> 有音个性化教学系统</a></h5>
<small id="currentUserDisplay" class="text-light"></small>
</div>
<nav class="nav flex-column">