Introduce filament

This commit is contained in:
xiaomlove
2022-06-27 01:39:01 +08:00
parent aae45835ee
commit 1aca20070d
92 changed files with 3535 additions and 83 deletions
+15
View File
@@ -0,0 +1,15 @@
<?php
return [
'sidebar' => [
'exam_users' => '用户考核',
'hit_and_runs' => '用户 H&R',
'users_list' => '用户列表',
'tags_list' => '标签',
'agent_allows' => '允许客户端',
'agent_denies' => '拒绝客户端',
'exams_list' => '考核',
'medals_list' => '勋章',
'settings' => '设置',
],
];