admin add UserModifyLog

This commit is contained in:
xiaomlove
2025-05-07 20:01:29 +07:00
parent eb830ec869
commit 5164ee16a6
8 changed files with 118 additions and 4 deletions
+1
View File
@@ -43,6 +43,7 @@ return [
'token' => '访问令牌',
'oauth_provider' => '身份验证',
'queue_monitor' => '队列监控',
'user_modify_logs' => '修改记录',
],
'resources' => [
'agent_allow' => [
+5
View File
@@ -0,0 +1,5 @@
<?php
return [
'content' => '修改内容',
];