usercp token management

This commit is contained in:
xiaomlove
2025-03-29 14:32:31 +07:00
parent 4b2f933806
commit edc9e56d7d
21 changed files with 218 additions and 122 deletions

View File

@@ -217,12 +217,10 @@ return [
'text' => '允许个性条',
'desc' => '允许用户使用个性条',
],
// 'not-counting-downloaded' => [
// 'text' => '不计下载量',
// 'desc' => '用户下载量不增加',
// ],
// 'not-counting-hit-and-run' => [
// 'text' => '不计 H&R',
// 'desc' => '下载带 H&R 标记的种子不记 H&R。注意等级为 VIP 是固定不计的',
// ],
//新加
'torrent:list' => [
'text' => '获取种子列表',
'desc' => '获取种子列表',
],
];

View File

@@ -2,4 +2,5 @@
return [
"label" => "访问令牌",
"permission" => "权限",
];