From e7b6e50b7863945b061a7cf2633fbaaa9e7f98ab Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Sat, 12 Jul 2025 12:59:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E9=B8=A3=E8=B0=A2?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=B9=B6=E6=94=B9=E8=BF=9B=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增鸣谢页面感谢贡献者,扩展平台图标显示支持更多系统版本 设置邮件字符编码为utf-8,修复可能出现的乱码问题 --- app.php | 16 +++++++++------ developer/upload_app.php | 1 + index.php | 3 +++ thanks.php | 44 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 58 insertions(+), 6 deletions(-) create mode 100644 thanks.php diff --git a/app.php b/app.php index 0be4490..a0d2e3e 100644 --- a/app.php +++ b/app.php @@ -180,18 +180,22 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['rating'])) {

年龄分级:

- -
-

年龄分级说明

-

-
- + +
+

年龄分级说明

+

+
+

适用平台: '', + 'windows_win7' => '', + 'windows_xp' => '', 'macos' => '', 'linux' => '', + 'linux_arch' => '', + 'linux_ubuntu' => '', 'android' => '', 'ios' => '' ]; diff --git a/developer/upload_app.php b/developer/upload_app.php index eac9273..3048964 100644 --- a/developer/upload_app.php +++ b/developer/upload_app.php @@ -215,6 +215,7 @@ if (!($conn instanceof mysqli)) { $mail->addAddress(ADMIN_EMAIL); $mail->isHTML(false); + $mail->CharSet = 'utf-8'; $mail->Subject = $subject; $mail->Body = $body; diff --git a/index.php b/index.php index d4e4549..51dd733 100644 --- a/index.php +++ b/index.php @@ -73,6 +73,9 @@ if (!isset($conn) || !$conn instanceof mysqli) { 开发者登录 +

diff --git a/thanks.php b/thanks.php new file mode 100644 index 0000000..39bd5bb --- /dev/null +++ b/thanks.php @@ -0,0 +1,44 @@ + + + + + + + + 鸣谢页面 + + + + + +

鸣谢

+ + + + \ No newline at end of file