From aacdce569ed7fa711b9b925b002e46a161fafb8d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=85=AC=E5=8F=B8git?= <240241002@qq.com>
Date: Tue, 13 Jan 2026 09:07:38 +0800
Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=E4=BF=AE=E6=AD=A3=20Sortable.?=
=?UTF-8?q?js=20=E8=84=9A=E6=9C=AC=E7=9A=84=E5=BC=95=E7=94=A8=E5=9C=B0?=
=?UTF-8?q?=E5=9D=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 将 Sortable.js 的 CDN 链接由 jsdelivr 更换为 staticfile
- 确保前端依赖加载的稳定性和速度优化
- 保持其他脚本和样式引用不变
---
templates/base.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/base.html b/templates/base.html
index a7ff840..7a75e7e 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -7,7 +7,7 @@
-
+
{% block head %}{% endblock %}