-
![avatar]()
+
+
+
+
+
+
+
暂时没有帖子 :( 点击发帖发送第一篇相关帖子吧!
-
- {{ article.comments }}
-
-
- {{ article.views }}
-
-
- {{ article.time }}
+
+
+
+
+ {{ article.title }}
+
+
{{ sanitizeDescription(article.description) }}
+
+
+
+
+
+
![avatar]()
+
+
+
+ {{ article.comments }}
+
+
+ {{ article.views }}
+
+
+ {{ article.time }}
+
+
+
+ 排行榜功能开发中,敬请期待。
+
+
+ 热门帖子功能开发中,敬请期待。
+
+
+ 分类浏览功能开发中,敬请期待。
@@ -325,4 +342,13 @@ export default {
height: 100%;
object-fit: cover;
}
+
+.placeholder-container {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 200px;
+ font-size: 16px;
+ opacity: 0.7;
+}