diff --git a/packages/temp_frontend/app/routes/home/MilestoneVideoCard.tsx b/packages/temp_frontend/app/routes/home/MilestoneVideoCard.tsx
index 9bfe815..86e6573 100644
--- a/packages/temp_frontend/app/routes/home/MilestoneVideoCard.tsx
+++ b/packages/temp_frontend/app/routes/home/MilestoneVideoCard.tsx
@@ -86,34 +86,39 @@ export const MilestoneVideoCard = ({
剩余播放: {remainingViews.toLocaleString()}
播放增速: {Math.round(video.eta.speed)}/小时
-
-
预计达成: {addHoursToNow(video.eta.eta)}({formatHours(video.eta.eta)})
+
+ 预计达成: {addHoursToNow(video.eta.eta)}({formatHours(video.eta.eta)})
+
-
- {video.bilibili_metadata.publishedAt && (
-
- 发布于: {formatDateTime(new Date(video.bilibili_metadata.publishedAt))}
-
- )}
-
数据更新于 {timeAgo(new Date(video.eta.updatedAt))}前
-
- 观看视频
-
-
- 查看详情
-
+
+
+ {video.bilibili_metadata.publishedAt && (
+
+ 发布于: {formatDateTime(new Date(video.bilibili_metadata.publishedAt))}
+
+ )}
+ 数据更新于 {timeAgo(new Date(video.eta.updatedAt))}前
+
+
);
diff --git a/turbo.json b/turbo.json
index c5da32e..ccf88ee 100644
--- a/turbo.json
+++ b/turbo.json
@@ -19,7 +19,7 @@
},
"test": {},
"deploy": {
- "cache": false,
+ "cache": true,
"dependsOn": ["temp_frontend#build"]
},
"build": {}