Files
LanMountainDesktop/airapp/LanMountainDesktop.AirAppTemplate/content/airapp.json

28 lines
559 B
JSON
Raw Normal View History

2026-08-11 23:03:55 +08:00
{
"id": "__AIRAPP_ID__",
"name": "__AIRAPP_NAME__",
"description": "__AIRAPP_DESCRIPTION__",
"author": "__AIRAPP_AUTHOR__",
"version": "1.0.0",
"apiVersion": "1.0.0",
"entranceAssembly": "LanMountainDesktop.AirAppTemplate.dll",
"sharedContracts": [],
"runtime": {
"mode": "in-process"
},
"components": [
{
"id": "__COMPONENT_ID__",
"name": "__COMPONENT_NAME__",
"defaultWidth": 2,
"defaultHeight": 2
}
],
"windows": [
{
"id": "__WINDOW_ID__",
"name": "__WINDOW_NAME__"
}
]
}