feat: add copyright footer with logos for 有音教育 and 艺超音乐

This commit is contained in:
hmo
2026-04-30 23:32:36 +08:00
parent 90e93bb2b0
commit ed28c99e81
8 changed files with 39 additions and 0 deletions
+9
View File
@@ -90,5 +90,14 @@
}
});
</script>
<style>
.login-footer { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,0.9); padding: 10px; text-align: center; }
.login-footer img { height: 30px; width: auto; }
</style>
<div class="login-footer">
<img src="/static/images/有音-logo和字.png" alt="有音教育" style="height:25px;margin-right:20px;">
<img src="/static/images/艺超-logo和字.png" alt="艺超音乐" style="height:25px;">
<p class="small text-muted mb-0 mt-1">&copy; 2024-2026 有音教育 &amp; 艺超音乐 联合开发</p>
</div>
</body>
</html>