mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
refactor: url scheme implementation
This commit is contained in:
@@ -63,6 +63,7 @@ export async function saveProfileFile(index: string, fileData: string) {
|
||||
export async function importProfile(url: string) {
|
||||
return invoke<void>("import_profile", {
|
||||
url,
|
||||
name: null,
|
||||
option: { with_proxy: true },
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user