更新登录
Change-Id: I0b2663f4291f573625222995b09a99ac53c2a081
diff --git a/src/pages/Torrent/torrentDetail.tsx b/src/pages/Torrent/torrentDetail.tsx
index 7e194a9..e27be12 100644
--- a/src/pages/Torrent/torrentDetail.tsx
+++ b/src/pages/Torrent/torrentDetail.tsx
@@ -285,6 +285,17 @@
<div style={{ color: '#cbd5e1', marginBottom: 8 }}>
上传者:{torrent?.owner} | 上传时间:{torrent?.createdAt}
</div>
+ <div
+ style={{
+ background: '#f6f8fa',
+ padding: 16,
+ borderRadius: 8,
+ marginBottom: 24,
+ minHeight: 80,
+ color: '#333',
+ }}
+ dangerouslySetInnerHTML={{ __html: torrent.description || '' }}
+ />
<Button
type="primary"
icon={<DownloadOutlined />}