🐛 补充缺失权限,修复opener打开URL异常

This commit is contained in:
BTMuli
2026-01-03 18:12:16 +08:00
parent ea89503761
commit 051c300a34
2 changed files with 2 additions and 0 deletions

View File

@@ -40,6 +40,7 @@
{ "identifier": "fs:allow-write-file", "allow": [{ "path": "**" }] },
{ "identifier": "fs:allow-write-text-file", "allow": [{ "path": "**" }] },
{ "identifier": "opener:allow-open-path", "allow": [{ "path": "**" }] },
{ "identifier": "opener:allow-open-url", "allow": [{ "url": "**" }] },
{
"identifier": "http:default",
"allow": [

View File

@@ -46,6 +46,7 @@
{ "identifier": "fs:allow-write-file", "allow": [{ "path": "**" }] },
{ "identifier": "fs:allow-write-text-file", "allow": [{ "path": "**" }] },
{ "identifier": "opener:allow-open-path", "allow": [{ "path": "**" }] },
{ "identifier": "opener:allow-open-url", "allow": [{ "url": "**" }] },
{
"identifier": "http:default",
"allow": [