9070c0760b
- 允许 release 客户端安全访问 custom HTTPS 与本机 loopback HTTP - 修复 Tauri WebView 请求传输与无效 URLPattern - 按服务器 origin 隔离本机 External Editor 凭据 - 保留登录请求底层错误并补充路由与凭据隔离测试
25 lines
744 B
JSON
25 lines
744 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "main",
|
|
"description": "AI 游戏创作主窗口允许读取系统剪贴板图片,用于粘贴素材附件。",
|
|
"windows": ["client"],
|
|
"permissions": [
|
|
"clipboard-manager:allow-read-image",
|
|
"clipboard-manager:allow-read-text",
|
|
"core:image:allow-rgba",
|
|
"core:image:allow-size",
|
|
"core:resources:allow-close",
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [
|
|
{ "url": "https://dev.genarrative.world/api/*" },
|
|
{ "url": "https://www.genarrative.world/api/*" },
|
|
{ "url": "https://*/api/*" },
|
|
{ "url": "http://localhost:*/*" },
|
|
{ "url": "http://127.0.0.1:*/*" }
|
|
]
|
|
},
|
|
"opener:default"
|
|
]
|
|
}
|