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
+6 -4
View File
@@ -1,6 +1,8 @@
<?php
return [
"label" => "訪問令牌",
"permission" => "權限",
];
return array (
'label' => '訪問令牌',
'permission' => '權限',
'maximum_allow_number_reached' => '數量達到上限',
'create_success_tip' => 'token 創建成功,此數據只展示一次,請妥善保存<br/><br/>:token',
);