mirror of
https://github.com/snailyp/gemini-balance.git
synced 2026-07-08 00:01:32 +08:00
fix: 修复 error_logs.html 中的脚本路径错误
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user