mirror of
https://github.com/snailyp/gemini-balance.git
synced 2026-09-07 16:56:36 +08:00
fix: 修复 error_logs.html 中的脚本路径错误
This commit is contained in:
@@ -233,7 +233,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block body_scripts %}
|
{% block body_scripts %}
|
||||||
<script src="/static/js/error_logs.js') }}"></script>
|
<script src="/static/js/error_logs.js"></script>
|
||||||
<script>
|
<script>
|
||||||
// error_logs.html specific JS initialization (if any)
|
// error_logs.html specific JS initialization (if any)
|
||||||
// e.g., initialize date pickers or other elements if needed
|
// e.g., initialize date pickers or other elements if needed
|
||||||
|
|||||||
Reference in New Issue
Block a user