更新blog界面
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user