mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-06-29 19:51:32 +08:00
feat(hermes): add kanban dispatch config
This commit is contained in:
@@ -551,6 +551,8 @@ export const api = {
|
||||
hermesSecurityConfigSave: (form) => invoke('hermes_security_config_save', { form }),
|
||||
hermesDisplayConfigRead: () => invoke('hermes_display_config_read'),
|
||||
hermesDisplayConfigSave: (form) => invoke('hermes_display_config_save', { form }),
|
||||
hermesKanbanConfigRead: () => invoke('hermes_kanban_config_read'),
|
||||
hermesKanbanConfigSave: (form) => invoke('hermes_kanban_config_save', { form }),
|
||||
hermesHumanDelayConfigRead: () => invoke('hermes_human_delay_config_read'),
|
||||
hermesHumanDelayConfigSave: (form) => invoke('hermes_human_delay_config_save', { form }),
|
||||
hermesStreamingConfigRead: () => invoke('hermes_streaming_config_read'),
|
||||
|
||||
Reference in New Issue
Block a user