- backend: FastAPI 后端服务 (Python) - frontend: React + Tauri 前端应用 - docker-compose.yml: 容器编排配置
10 lines
156 B
JSON
10 lines
156 B
JSON
{
|
|
"identifier": "default",
|
|
"description": "默认权限配置",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"shell:default"
|
|
]
|
|
}
|