c5eaebdfdd
支持从本地或云端导入图片素材,包含预览, 限制检查。
20 lines
571 B
JSON
20 lines
571 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/*" }]
|
|
},
|
|
"opener:default",
|
|
"dialog:allow-open"
|
|
]
|
|
}
|