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
@@ -144,5 +144,14 @@
}
});
</script>
<style>
.setup-footer { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,0.9); padding: 10px; text-align: center; }
.setup-footer img { height: 25px; width: auto; }
</style>
<div class="setup-footer">
<img src="/static/images/有音-logo和字.png" alt="有音教育" style="height:20px;margin-right:15px;">
<img src="/static/images/艺超-logo和字.png" alt="艺超音乐" style="height:20px;">
<p class="small text-muted mb-0 mt-1">&copy; 2024-2026 有音教育 &amp; 艺超音乐 联合开发</p>
</div>
</body>
</html>