feat.airapp sdk

This commit is contained in:
lincube
2026-06-08 02:39:44 +08:00
parent 1a6f129e78
commit 7db72fbcd0
36 changed files with 2617 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "LanMountainDesktop Team",
"classifications": ["LanMountainDesktop", "AirApp", "Component"],
"identity": "LanMountainDesktop.AirApp.Component",
"name": "LanMountainDesktop AirApp - Desktop Component",
"shortName": "lmd-airapp-component",
"tags": {
"language": "C#",
"type": "project"
},
"sourceName": "LanMountainDesktop.AirApp.ComponentTemplate",
"preferNameDirectory": true,
"symbols": {
"ComponentId": {
"type": "parameter",
"datatype": "string",
"defaultValue": "my-widget",
"replaces": "my-widget",
"description": "The unique identifier for the component"
},
"ComponentName": {
"type": "parameter",
"datatype": "string",
"defaultValue": "My Widget",
"replaces": "My Widget",
"description": "The display name for the component"
},
"AuthorName": {
"type": "parameter",
"datatype": "string",
"defaultValue": "Your Name",
"replaces": "Your Name",
"description": "The author name"
}
}
}