美化前端

Change-Id: I46437caf832dd8f18358354f024724f7e31524cb
diff --git a/src/pages/Torrent/torrentDetail.tsx b/src/pages/Torrent/torrentDetail.tsx
index d841b04..7a25162 100644
--- a/src/pages/Torrent/torrentDetail.tsx
+++ b/src/pages/Torrent/torrentDetail.tsx
@@ -77,7 +77,7 @@
 };
 
 const statusMap: Record<number, string> = {
-    0: '候选中',
+    0: '审核中',
     1: '已发布',
     2: '审核不通过',
     3: '已上架修改重审中',