From a1b154abd79f0a53a1d9fe74bf22a50eaf00d19b Mon Sep 17 00:00:00 2001 From: mac Date: Tue, 16 Jun 2026 11:20:10 +0800 Subject: [PATCH] =?UTF-8?q?v1.7.2=20=E2=80=94=20=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=97=E8=A1=A8=E5=90=8E=20Lucide=20?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/app.js b/static/app.js index d703ad0..c5eb8e3 100644 --- a/static/app.js +++ b/static/app.js @@ -254,6 +254,7 @@ function renderProjects() { ${renderTable(["项目", "项目说明", "当前阶段", "项目金额", "负责人", "进展"], rows, items.map((x) => ({ resource: "operations", id: x.id })))} `; + if (window.lucide) window.lucide.createIcons(); } function renderProjectTasks(projectId) {