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