mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 05:33:45 +08:00
fix: cmds params
This commit is contained in:
parent
3a37075e71
commit
d759f48ee8
@ -33,7 +33,7 @@ export async function enhanceProfiles() {
|
||||
}
|
||||
|
||||
export async function patchProfilesConfig(profiles: CmdType.ProfilesConfig) {
|
||||
return invoke<void>("patch_profiles_config");
|
||||
return invoke<void>("patch_profiles_config", { profiles });
|
||||
}
|
||||
|
||||
export async function createProfile(
|
||||
|
Loading…
x
Reference in New Issue
Block a user