feat: 智捷ERP 自动化部署完成,包含 Docker 配置与品牌定制

This commit is contained in:
yi
2026-06-10 10:04:19 +08:00
parent 3e24e73b23
commit 5f25392908
9 changed files with 324 additions and 11 deletions
+6 -1
View File
@@ -28,6 +28,7 @@
{% block usertools %}
{% if has_permission %}
<div id="user-tools">
<a href="http://code.xinmi.cloud/" target="_blank" style="color: #ffeb3b; font-weight: bold;">新觅源码库</a> /
{% block welcome-msg %}
{% trans 'Welcome,' %}
<strong>{% firstof user.get_short_name user.get_username %}</strong>.
@@ -83,7 +84,11 @@
</div>
<!-- END Content -->
{% block footer %}<div id="footer"></div>{% endblock %}
{% block footer %}<div id="footer">
<div style="text-align: center; padding: 10px;">
<a href="http://code.xinmi.cloud/" target="_blank" style="color: #666; text-decoration: none;">智捷ERP - 新觅源码库</a>
</div>
</div>{% endblock %}
</div>
<!-- END Container -->