commit | 24d681bc0c0bf57cb6cede8c8493f16213f769ce | [log] [tgz] |
---|---|---|
author | Jiarenxiang <SingalJia@outlook.com> | Sun Jun 08 19:27:05 2025 +0800 |
committer | Jiarenxiang <SingalJia@outlook.com> | Sun Jun 08 19:27:05 2025 +0800 |
tree | 937e8640fdb89b89df3f1adf1b19b7578e36bc19 | |
parent | fe64fd36cfe5f7ca0912a91fc496daa60b83edf4 [diff] [blame] |
美化前端 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: '已上架修改重审中',