refactor: remove syncing

This commit is contained in:
2026-03-16 13:56:10 +08:00
parent 58f42de9df
commit 8d30a0419d
18 changed files with 25 additions and 954 deletions

View File

@@ -38,8 +38,6 @@ class PermissionSeeder extends Seeder
'terminal.create' => '创建终端',
'terminal.update' => '编辑终端',
'terminal.delete' => '删除终端',
'terminal.sync' => '同步终端配置',
// 操作指引权限
'guide.view' => '查看指引',
'guide.create' => '创建指引',
@@ -127,7 +125,6 @@ class PermissionSeeder extends Seeder
'terminal.create',
'terminal.update',
'terminal.delete',
'terminal.sync',
// 操作指引
'guide.view',