From c4c21cf0ff5f9fffd25db2a171c92fbfaa976a14 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Tue, 15 Jul 2025 18:41:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(developer):=20=E6=B7=BB=E5=8A=A0=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E5=88=A0=E9=99=A4=E5=8A=9F=E8=83=BD=E5=B9=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加开发者应用删除功能,包括前端确认对话框和后端删除逻辑 更新配置文件中的数据库和SMTP密码 --- developer/dashboard.php | 55 +++++++++++++++++++++++++-- developer/delete_app.php | 81 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 132 insertions(+), 4 deletions(-) create mode 100644 developer/delete_app.php diff --git a/developer/dashboard.php b/developer/dashboard.php index b3ae495..185fc73 100644 --- a/developer/dashboard.php +++ b/developer/dashboard.php @@ -47,6 +47,8 @@ if (!($conn instanceof mysqli)) { + +