add queue monitor menu

This commit is contained in:
xiaomlove
2025-05-04 02:20:18 +07:00
parent 9f3730b9ac
commit ddd079f4fc
7 changed files with 25 additions and 1 deletions
+1
View File
@@ -44,6 +44,7 @@ return [
'oauth_refresh_token' => '刷新令牌',
'token' => '訪問令牌',
'oauth_provider' => '身份驗證',
'queue_monitor' => '隊列監控',
],
'resources' => [
'agent_allow' => [
+4
View File
@@ -17,4 +17,8 @@ return [
'sum' => '累計',
'do_not_repeat' => '請不要重復操作!',
'no_permission' => '無權限!',
'sort' => '排序字段',
'order' => '排序',
'asc' => '正序',
'desc' => '倒序',
];