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' => '設置',
],
];