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
+4
View File
@@ -17,4 +17,8 @@ return [
'sum' => '累計',
'do_not_repeat' => '請不要重復操作!',
'no_permission' => '無權限!',
'sort' => '排序字段',
'order' => '排序',
'asc' => '正序',
'desc' => '倒序',
];