Skip to content

Commit

Permalink
feat: 代码生成器支持配置新增和批量删除按钮
Browse files Browse the repository at this point in the history
  • Loading branch information
slowlyo committed Sep 20, 2024
1 parent 59a13dc commit 30b2311
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 73 deletions.
1 change: 1 addition & 0 deletions lang/en/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
'edit' => 'Edit',
'show' => 'Show',
'delete' => 'Delete',
'batch_delete' => 'Batch Delete',
'copy' => 'Copy',
'confirm_delete' => 'Confirm Delete Selected Items?',
'back' => 'Back',
Expand Down
1 change: 1 addition & 0 deletions lang/zh_CN/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
'edit' => '编辑',
'show' => '查看',
'delete' => '删除',
'batch_delete' => '批量删除',
'copy' => '复制',
'confirm_delete' => '确认删除选中项?',
'back' => '返回',
Expand Down
Loading

0 comments on commit 30b2311

Please sign in to comment.