22ac1f4c0b
为主窗口补充 clipboard-manager 写文本权限 保留手动复制提示并继续抛出原始 Tauri 剪贴板错误
29 lines
1002 B
JSON
29 lines
1002 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",
|
|
"clipboard-manager:allow-write-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://agc-dev.oss-rg-china-mainland.aliyuncs.com/*" },
|
|
{ "url": "https://*/api/*" },
|
|
{ "url": "http://localhost:*/*" },
|
|
{ "url": "http://127.0.0.1:*/*" }
|
|
]
|
|
},
|
|
"opener:default",
|
|
"dialog:allow-open",
|
|
"dialog:allow-save"
|
|
]
|
|
}
|