Files
Genarrative/apps/ai-game-creator-shell/src-tauri/capabilities/main.json
T
k88936 044c6b6baf
Project CI / Frontend tests (pull_request) Failing after 1m0s
Project CI / Repository checks (pull_request) Failing after 1m2s
Project CI / Native shell tests (pull_request) Failing after 2m12s
Project CI / Backend tests (pull_request) Successful in 3m47s
合并 AGC 平台编辑器运行时改动
保留 UI 编辑器资源工作台入口与保存身份传递

整合直连运行时、平台会话刷新与资源预览更新

合并预览部署、契约、测试与运维改动
2026-08-19 15:48:05 +08:00

26 lines
769 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",
"dialog:allow-open"
]
}