API: torrents upload/list

This commit is contained in:
xiaomlove
2025-04-17 01:39:40 +07:00
parent 0d3a46231d
commit 2b029eba10
72 changed files with 2332 additions and 507 deletions
+8
View File
@@ -223,4 +223,12 @@ return [
'text' => '获取种子列表',
'desc' => '获取种子列表',
],
'torrent:view' => [
'text' => '查看种子详情',
'desc' => '查看种子详情',
],
'user:view' => [
'text' => '查看用户基本信息',
'desc' => '查看用户基本信息',
],
];