更新blog界面

This commit is contained in:
2026-03-20 20:35:00 +08:00
parent b3a25ceb82
commit d30a2531a7
7 changed files with 87 additions and 94 deletions
+2 -1
View File
@@ -433,7 +433,8 @@ require_once __DIR__ . '/header.php';
}
// 文章详情链接
$articleUrl = $apiUrl . '/article_detail/' . ($item['id'] ?? 0);
// 文章详情链接必须走前台域名,否则 api.yunzer.cn 上租户解析不生效
$articleUrl = $baseUrl . '/article_detail/' . ($item['id'] ?? 0);
// 计算 AOS 动画延迟
$delay = ($i % 4) * 200;