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) {
- +
@@ -201,6 +201,7 @@ if (!isset($conn) || !$conn instanceof mysqli) { echo '

'. 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");
- +
diff --git a/version_list.php b/version_list.php index 3096d04..45b746b 100644 --- a/version_list.php +++ b/version_list.php @@ -121,6 +121,7 @@ while ($row = $result->fetch_assoc()) {
版本
发布日期:

+ @@ -130,6 +131,23 @@ while ($row = $result->fetch_assoc()) { + + +