From 45b2025ecf0fd18529b80abf50ff942b1933cbc3 Mon Sep 17 00:00:00 2001
From: Leonmmcoset
Date: Sat, 12 Jul 2025 21:53:35 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E6=A0=87=E7=AD=BE?=
=?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=BB=A3=E7=A0=81=E7=9A=84=E7=BC=A9=E8=BF=9B?=
=?UTF-8?q?=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
developer_apps.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/developer_apps.php b/developer_apps.php
index a2dcc22..62b41da 100644
--- a/developer_apps.php
+++ b/developer_apps.php
@@ -160,7 +160,7 @@ $resultApps = $conn->query($sqlApps);
// 获取应用适用平台
$platforms = json_decode($app['platforms'], true);
- 标签: '. implode(', ', $tags) . '
';
+ echo '标签: '. implode(', ', $tags) . '
';
echo '平台: ';
foreach ($platforms as $platform) {
$icon = '';