feat: simple cargo

This commit is contained in:
river
2024-09-24 21:19:45 +08:00
parent 2758ea5ddd
commit cb6576ec04
5 changed files with 698 additions and 1416 deletions

View File

@@ -4,13 +4,24 @@
"local": true,
"windows": ["main"],
"permissions": [
"dialog:default",
"dialog:allow-ask",
"dialog:allow-message",
"updater:default",
"updater:allow-check",
"updater:allow-download-and-install",
"core:event:allow-listen",
"core:event:default"
"core:default",
"core:window:allow-start-dragging",
"core:window:allow-maximize",
"http:default",
"http:allow-fetch",
"http:allow-fetch-cancel",
"http:allow-fetch-read-body",
"http:allow-fetch-send",
{
"identifier": "http:allow-fetch",
"allow": [
{
"url": "https://*"
},
{
"url": "http://*"
}
]
}
]
}