Files
Genarrative/apps/ai-game-creator-shell/src-tauri/capabilities/events.json
T
AIGameCreator App a3769978a7 补齐总控聊天窗口事件权限
允许 supervisor-chat 窗口监听和取消监听 Runtime 事件

保证独立聊天窗口实时接收总控 Agent 状态与回复更新
2026-07-20 21:18:22 +08:00

11 lines
330 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "events",
"description": "允许客户端窗口订阅并取消订阅 Rust Runtime 事件。",
"windows": ["client", "developer", "main", "launcher", "supervisor-chat"],
"permissions": [
"core:event:allow-listen",
"core:event:allow-unlisten"
]
}