Files
DevReport/src-tauri/capabilities/default.json

22 lines
521 B
JSON
Raw Permalink Normal View History

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",
"dialog:default",
{
"identifier": "http:default",
"allow": [
{ "url": "https://api.deepseek.com" },
{ "url": "http://192.168.1.105:*" },
{ "url": "http://im.congshangyun.com:*" }
],
"deny": [{ "url": "https://private.tauri.app" }]
}
2025-04-24 19:13:20 +08:00
]
}