diff --git a/platform/frontend/topics.html b/platform/frontend/topics.html
index 369b88c..ede76f9 100644
--- a/platform/frontend/topics.html
+++ b/platform/frontend/topics.html
@@ -88,7 +88,7 @@
{{ formatDate(scope.row.created_at) }}
{{ scope.row.generated_at ? formatDate(scope.row.generated_at) : '-' }}
{{ scope.row.published_at ? formatDate(scope.row.published_at) : '-' }}
-
+
预览