From 3a5849bad3110d403873419edcb4a81ce71621e7 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Sat, 12 Jul 2025 22:13:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=BD=91=E7=AB=99?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E5=B9=B6=E6=9B=B4=E6=96=B0=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加favicon.ico文件并在所有页面中引用 更新config.php中的数据库和SMTP配置 将favicon.jpeg替换为favicon.ico 优化部分页面的字体引用方式 --- 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 + favicon.ico | Bin 0 -> 4286 bytes index.php | 5 +++-- tags.php | 5 +++-- thanks.php | 3 ++- version_list.php | 3 ++- 29 files changed, 55 insertions(+), 25 deletions(-) create mode 100644 favicon.ico diff --git a/admin/addapp.php b/admin/addapp.php index 6551185..43a1e0d 100644 --- a/admin/addapp.php +++ b/admin/addapp.php @@ -103,6 +103,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['add_app'])) { 添加App - <?php echo APP_STORE_NAME; ?> + @@ -140,7 +141,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['add_app'])) {