mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-06-01 13:50:09 +08:00
feat(hermes): add channel configuration editor
This commit is contained in:
@@ -507,6 +507,8 @@ export const api = {
|
||||
hermesFsWrite: (path, content) => invoke('hermes_fs_write', { path, content }),
|
||||
hermesReadConfig: () => invoke('hermes_read_config'),
|
||||
hermesReadConfigFull: () => invoke('hermes_read_config_full'),
|
||||
hermesChannelConfigRead: () => invoke('hermes_channel_config_read'),
|
||||
hermesChannelConfigSave: (platform, form) => invoke('hermes_channel_config_save', { platform, form }),
|
||||
hermesLazyDepsFeatures: () => cachedInvoke('hermes_lazy_deps_features', {}, 600000),
|
||||
hermesLazyDepsStatus: (features) => invoke('hermes_lazy_deps_status', { features }),
|
||||
hermesLazyDepsEnsure: (feature) => invoke('hermes_lazy_deps_ensure', { feature }),
|
||||
|
||||
Reference in New Issue
Block a user