From 942c42793ccc26eba0b990ee525aaca7a10bdb41 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Sat, 12 Jul 2025 22:48:35 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4favicon.ico?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E5=B9=B6=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除多个页面中对favicon.ico的引用 - 将部分favicon引用更新为favicon.jpeg - 更新config.php中的数据库和SMTP配置 - 使用CDN替换本地Font Awesome引用 --- admin/addapp.php | 3 +-- admin/announcements.php | 3 +-- admin/editapp.php | 3 +-- admin/index.php | 3 +-- admin/login.php | 3 +-- admin/manage_developers.php | 3 +-- admin/manage_tags.php | 1 - admin/manage_versions.php | 1 - admin/review_apps.php | 3 +-- admin/system_info.php | 1 - app.php | 5 ++--- developer/dashboard.php | 3 +-- developer/edit_app.php | 1 - developer/login.php | 3 +-- developer/profile.php | 1 - developer/register.php | 3 +-- developer/upload_app.php | 1 - developer/verify_email.php | 3 +-- developer/version_control.php | 3 +-- developer_apps.php | 5 ++--- docs/app_review_standards.php | 3 +-- docs/privacy_policy.php | 7 ++----- error_pages/404.html | 1 - error_pages/500.html | 1 - index.php | 5 ++--- tags.php | 5 ++--- thanks.php | 3 +-- version_list.php | 3 +-- 28 files changed, 25 insertions(+), 55 deletions(-) diff --git a/admin/addapp.php b/admin/addapp.php index 43a1e0d..6551185 100644 --- a/admin/addapp.php +++ b/admin/addapp.php @@ -103,7 +103,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['add_app'])) { 添加App - <?php echo APP_STORE_NAME; ?> - @@ -141,7 +140,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['add_app'])) {