feat(admin): merge invites + copyright into system admin page with SystemConfig table

This commit is contained in:
2026-07-07 11:35:57 +08:00
parent 8a4500f723
commit ba56fc6e6b

View File

@@ -42,7 +42,7 @@
{% set _c = get_copyright() %} {% set _c = get_copyright() %}
{% if _c %} {% if _c %}
<footer style="text-align:center;padding:2rem 1rem;color:var(--text-muted);font-size:.8rem;border-top:1px solid var(--border);margin-top:2rem"> <footer style="text-align:center;padding:2rem 1rem;color:var(--text-muted);font-size:.8rem;border-top:1px solid var(--border);margin-top:2rem">
{{ _c }} {{ _c|safe }}
</footer> </footer>
{% endif %} {% endif %}
</body> </body>