separate route permission + token manage

This commit is contained in:
xiaomlove
2025-04-17 18:59:03 +07:00
parent 263901bc54
commit 432c57f886
27 changed files with 203 additions and 54 deletions
+1
View File
@@ -42,6 +42,7 @@ return [
'oauth_access_token' => '訪問令牌',
'oauth_auth_code' => '授權碼',
'oauth_refresh_token' => '刷新令牌',
'token' => '訪問令牌',
],
'resources' => [
'agent_allow' => [
-4
View File
@@ -217,8 +217,4 @@ return [
'text' => '允許個性條',
'desc' => '允許用戶使用個性條',
],
'torrent:list' => [
'text' => '獲取種子列表',
'desc' => '獲取種子列表',
],
];
+2
View File
@@ -5,4 +5,6 @@ return array (
'permission' => '權限',
'maximum_allow_number_reached' => '數量達到上限',
'create_success_tip' => 'token 創建成功,此數據只展示一次,請妥善保存<br/><br/>:token',
'last_used_at' => '最近使用時間',
'token' => '摘要',
);