Files
vue-desktop/src/core/apps/photograph/app.json
2025-08-20 09:59:19 +08:00

18 lines
347 B
JSON

{
"name": "photograph",
"title": "照片",
"description": "照片",
"icon": "iconfont icon-setting",
"startName": "main",
"singleton": true,
"isJustProcess": false,
"windowFormConfigs": [
{
"name": "main",
"title": "照片",
"icon": "iconfont icon-setting",
"width": 800,
"height": 600
}
]
}