优化博客评论显示

This commit is contained in:
2024-08-31 23:43:57 +08:00
parent 19f949090a
commit b2cf669b29

View File

@@ -45,7 +45,7 @@ const loadComment = async () => {
<div class="name">{{ blogcomment.name }}</div> <div class="name">{{ blogcomment.name }}</div>
<div style="font-size: 12px;color: #888;">IP属地{{ blogcomment.ip_address }}</div> <div style="font-size: 12px;color: #888;">IP属地{{ blogcomment.ip_address }}</div>
<div class="time">{{ timestampToString(blogcomment.time) }}</div> <div class="time">{{ timestampToString(blogcomment.time) }}</div>
<div class="content">{{ blogcomment.content }}</div> <div class="content">{{ blogcomment.content }}</div>
</div> </div>
<div class="status"> {{ getStatusText }} </div> <div class="status"> {{ getStatusText }} </div>
</div> </div>