commit | 56cbf663d2badffebde7cdb648ab1614c794cc31 | [log] [tgz] |
---|---|---|
author | Jiarenxiang <SingalJia@outlook.com> | Mon Jun 09 21:46:47 2025 +0800 |
committer | Jiarenxiang <SingalJia@outlook.com> | Mon Jun 09 23:57:12 2025 +0800 |
tree | da3d75c2006120de4727f05e3ba57bcd08f52919 | |
parent | 8d736711d9889dbe4bff11a5fb92d7b63ebe5da2 [diff] [blame] |
更新登录 Change-Id: I0b2663f4291f573625222995b09a99ac53c2a081
diff --git a/config/routes.ts b/config/routes.ts index d380d7c..95e9653 100644 --- a/config/routes.ts +++ b/config/routes.ts
@@ -156,6 +156,12 @@ component: './Torrent/torrentList.tsx', hideInMenu: true, }, + { + name: '我的种子列表', + path: '/torrent-list-my', + component: './Torrent/torrentListMy.tsx', + hideInMenu: true, + }, { name: '种子详情界面', path: '/torrent-detail/:id',