diff --git a/developer_apps.php b/developer_apps.php index 679ce33..a500e0c 100644 --- a/developer_apps.php +++ b/developer_apps.php @@ -119,6 +119,7 @@ $resultApps = $conn->query($sqlApps);
查看详情 + diff --git a/index.php b/index.php index a0ccfd7..d029bf9 100644 --- a/index.php +++ b/index.php @@ -120,7 +120,7 @@ if (!isset($conn) || !$conn instanceof mysqli) {'. substr(htmlspecialchars($row['description']), 0, 100) . '...
'; echo '评分: '. round($row['avg_rating'] ?? 0, 1) . '/5
'; echo '查看详情'; + echo ''; echo ''; } } else { diff --git a/tags.php b/tags.php index 78726f0..2b135f4 100644 --- a/tags.php +++ b/tags.php @@ -129,7 +129,7 @@ $tagResult = $conn->query("SELECT id, name FROM tags ORDER BY name");