mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-06-28 03:01:54 +08:00
feat(hermes): add cron output settings
This commit is contained in:
@@ -541,6 +541,8 @@ export const api = {
|
||||
hermesIoSafetyConfigSave: (form) => invoke('hermes_io_safety_config_save', { form }),
|
||||
hermesCheckpointsConfigRead: () => invoke('hermes_checkpoints_config_read'),
|
||||
hermesCheckpointsConfigSave: (form) => invoke('hermes_checkpoints_config_save', { form }),
|
||||
hermesCronConfigRead: () => invoke('hermes_cron_config_read'),
|
||||
hermesCronConfigSave: (form) => invoke('hermes_cron_config_save', { form }),
|
||||
hermesApprovalsConfigRead: () => invoke('hermes_approvals_config_read'),
|
||||
hermesApprovalsConfigSave: (form) => invoke('hermes_approvals_config_save', { form }),
|
||||
hermesPrivacyConfigRead: () => invoke('hermes_privacy_config_read'),
|
||||
|
||||
Reference in New Issue
Block a user