From 971e3b8d58e2b86ead8573ed2b8957a2aca31bcc Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Mon, 7 Jul 2025 16:40:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor(assets):=20=E5=B0=86CDN=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E6=9B=BF=E6=8D=A2=E4=B8=BA=E6=9C=AC=E5=9C=B0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=B9=B6=E6=B7=BB=E5=8A=A0=E6=8E=A8=E8=8D=90=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将Bootstrap和Font Awesome从CDN引用改为本地文件引用,提高加载可靠性 在首页为登录用户添加基于标签的个性化应用推荐功能 使用SweetAlert2替换原生alert提升用户体验 --- admin/addapp.php | 17 +++++-- admin/editapp.php | 17 +++++-- admin/index.php | 2 +- admin/login.php | 2 +- admin/manage_tags.php | 2 +- admin/manage_versions.php | 2 +- admin/review_apps.php | 2 +- app.php | 4 +- css/all.min.css | 9 ++++ css/bootstrap.min.css | 6 +++ developer/dashboard.php | 2 +- developer/upload_app.php | 17 +++++-- index.php | 97 ++++++++++++++++++++++++++++++++++++++- tags.php | 2 +- version_list.php | 2 +- 15 files changed, 162 insertions(+), 21 deletions(-) create mode 100644 css/all.min.css create mode 100644 css/bootstrap.min.css diff --git a/admin/addapp.php b/admin/addapp.php index 3730e4e..a85a6de 100644 --- a/admin/addapp.php +++ b/admin/addapp.php @@ -102,9 +102,10 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['add_app'])) { 添加App - <?php echo APP_STORE_NAME; ?> - + +