From 9efa8fff7cf8bfc3db7b420a399e89a73eea2e36 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Tue, 8 Jul 2025 19:25:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=AE=A1=E6=A0=B8=E9=A1=B5=E9=9D=A2):=20?= =?UTF-8?q?=E4=BD=BF=E7=94=A8SweetAlert2=E6=9B=BF=E6=8D=A2=E6=A8=A1?= =?UTF-8?q?=E6=80=81=E6=A1=86=E5=AE=9E=E7=8E=B0=E6=8B=92=E7=BB=9D=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模态框为SweetAlert2弹窗,提升用户体验和界面美观度。新增SweetAlert2的CSS和JS依赖,并实现拒绝原因输入和表单提交功能。 --- admin/review_apps.php | 62 +++++++++++++++++++++++++------------------ 1 file changed, 36 insertions(+), 26 deletions(-) diff --git a/admin/review_apps.php b/admin/review_apps.php index 507ec0d..7c7c101 100644 --- a/admin/review_apps.php +++ b/admin/review_apps.php @@ -72,6 +72,8 @@ if (!($conn instanceof mysqli)) { 应用审核 - <?php echo APP_STORE_NAME; ?> + + @@ -165,38 +167,44 @@ if (!($conn instanceof mysqli)) {
- +
- - + @@ -204,5 +212,7 @@ if (!($conn instanceof mysqli)) { + + \ No newline at end of file