2025-04-24 19:13:20 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
|
|
|
"identifier": "default",
|
|
|
|
|
"description": "Capability for the main window",
|
|
|
|
|
"windows": [
|
|
|
|
|
"main"
|
|
|
|
|
],
|
|
|
|
|
"permissions": [
|
|
|
|
|
"core:default",
|
|
|
|
|
"opener:default",
|
2025-04-25 18:15:48 +08:00
|
|
|
"dialog:default",
|
|
|
|
|
{
|
|
|
|
|
"identifier": "http:default",
|
2025-05-16 18:37:15 +08:00
|
|
|
"allow": [
|
|
|
|
|
{ "url": "https://api.deepseek.com" },
|
|
|
|
|
{ "url": "http://192.168.1.105:*" },
|
|
|
|
|
{ "url": "http://im.congshangyun.com:*" }
|
|
|
|
|
],
|
2025-04-25 18:15:48 +08:00
|
|
|
"deny": [{ "url": "https://private.tauri.app" }]
|
|
|
|
|
}
|
2025-04-24 19:13:20 +08:00
|
|
|
]
|
|
|
|
|
}
|