Merge remote-tracking branch 'refs/remotes/origin/php8' into php8

This commit is contained in:
xiaomlove
2024-03-13 02:09:13 +08:00
22 changed files with 459 additions and 10 deletions

View File

@@ -38,6 +38,10 @@ return [
'bonus_log' => 'Bonus logs',
'torrent_buy_log' => 'Torrent buy logs',
'attendance_log' => 'Attendance logs',
'oauth_client' => 'Client',
'oauth_access_token' => 'Access tokens',
'oauth_auth_code' => 'Auth codes',
'oauth_refresh_token' => 'Refresh tokens',
],
'resources' => [
'agent_allow' => [

View File

@@ -0,0 +1,9 @@
<?php
return [
'client' => 'Client',
'redirect' => 'Redirect URL',
'secret' => 'Secret',
'revoked' => 'Valid',
'access_token' => 'Access token',
'refresh_token' => 'Refresh token',
];

View File

@@ -36,6 +36,10 @@ return [
'bonus_log' => '魔力记录',
'torrent_buy_log' => '种子购买',
'attendance_log' => '签到记录',
'oauth_client' => '客户端',
'oauth_access_token' => '访问令牌',
'oauth_auth_code' => '授权码',
'oauth_refresh_token' => '刷新令牌',
],
'resources' => [
'agent_allow' => [

View File

@@ -0,0 +1,9 @@
<?php
return [
'client' => '客户端',
'redirect' => '回调地址',
'secret' => '密钥',
'revoked' => '有效',
'access_token' => '访问令牌',
'refresh_token' => '刷新令牌',
];

View File

@@ -38,6 +38,10 @@ return [
'bonus_log' => '魔力記錄',
'torrent_buy_log' => '種子購買',
'attendance_log' => '簽到記錄',
'oauth_client' => '客戶端',
'oauth_access_token' => '訪問令牌',
'oauth_auth_code' => '授權碼',
'oauth_refresh_token' => '刷新令牌',
],
'resources' => [
'agent_allow' => [

View File

@@ -0,0 +1,9 @@
<?php
return [
'client' => '客戶端',
'redirect' => '回調地址',
'secret' => '密鑰',
'revoked' => '有效',
'access_token' => '訪問令牌',
'refresh_token' => '刷新令牌',
];