refactor: Use Tauri Http API

This commit is contained in:
MystiPanda
2024-01-14 18:35:10 +08:00
parent 71103bb7b9
commit d01ef48bf0
5 changed files with 67 additions and 55 deletions

View File

@@ -54,6 +54,10 @@
},
"notification": {
"all": true
},
"http": {
"all": true,
"scope": ["http://**", "https://**"]
}
},
"windows": [],