feat:UI及切换后端为http

This commit is contained in:
Tianpao
2025-09-14 21:20:39 +08:00
parent c61563c484
commit ffdff97b44
20 changed files with 1450 additions and 473 deletions

View File

@@ -8,6 +8,20 @@
"permissions": [
"core:default",
"opener:default",
"store:default"
"store:default",
"shell:default",
"shell:allow-execute",
"shell:allow-spawn",
"shell:allow-open",
{
"identifier": "shell:allow-execute",
"allow": [
{
"name": "core",
"cmd": "core.exe",
"args": true
}
]
}
]
}