From 48c8148e8b2242c8e37a3b1f28e54088eb7128a9 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Tue, 15 Jul 2025 17:58:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E5=A4=96=E9=83=A8?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E5=BC=95=E7=94=A8=E8=B7=AF=E5=BE=84=E5=B9=B6?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=85=8D=E7=BD=AE=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将Font Awesome从CDN引用改为本地路径 修复数据库和SMTP的密码配置 --- app.php | 2 +- developer_apps.php | 2 +- history_announcements.php | 2 +- index.php | 2 +- tags.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app.php b/app.php index b3f08a9..4fb3aa9 100644 --- a/app.php +++ b/app.php @@ -135,7 +135,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['rating'])) { - + diff --git a/developer_apps.php b/developer_apps.php index 2a889df..15917d7 100644 --- a/developer_apps.php +++ b/developer_apps.php @@ -44,7 +44,7 @@ $resultApps = $conn->query($sqlApps); - + diff --git a/history_announcements.php b/history_announcements.php index c4e539c..ae1c36f 100644 --- a/history_announcements.php +++ b/history_announcements.php @@ -31,7 +31,7 @@ if (!isset($conn) || !$conn instanceof mysqli) { - +