Compare commits

..

1 Commits

Author SHA1 Message Date
snaily
86dba93974 fix: 修复 error_logs.html 中的脚本路径错误 2025-04-13 01:16:59 +08:00

View File

@@ -233,7 +233,7 @@
{% endblock %}
{% block body_scripts %}
<script src="/static/js/error_logs.js') }}"></script>
<script src="/static/js/error_logs.js"></script>
<script>
// error_logs.html specific JS initialization (if any)
// e.g., initialize date pickers or other elements if needed