+ {/* 顶栏 */}
+
+
云超服 · 服务号(写文章)
+
+
+
+
+
+
+ {/* 左侧:封面 + 内容列表 */}
+
+
封面(900×383 或 3.35:1)
+
+ {cover
+ ?

+ :
无封面
}
+
+ {cover &&
}
+
+
+
标题
+
{title || "(空)"}
+
+
+
历史版本
+
+
+ {/* 中央:标题/作者/富文本 */}
+
+
+
+ {/* 底栏 */}
+
+
正文字数 {wordCount}
+
+
+
+
+
+
+
+ {err &&
{err}
}
+
+ {/* 预览 */}
+
+
+ );
+}
diff --git a/src/pages/content/index.tsx b/src/pages/content/index.tsx
index b277ba6..fe83697 100644
--- a/src/pages/content/index.tsx
+++ b/src/pages/content/index.tsx
@@ -4,6 +4,7 @@ import { StatusBadge } from "@/components/generic/StatusBadge";
import { contentApi } from "@/api/resources";
import { Button } from "@/components/ui/button";
import { formatDate } from "@/lib/utils";
+import { useNavigate } from "react-router-dom";
interface ContentItem {
id: string;
@@ -57,11 +58,12 @@ const fields: CrudField