mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 15:44:25 +08:00
786 B
786 B
LanMountainDesktop.AirApp.ComponentTemplate
A desktop component AirApp for LanMountainDesktop.
Build
dotnet build -c Release
This will produce a .laapp package in bin/Release/net10.0/.
Install
Copy the .laapp file to LanMountainDesktop's plugins directory or install via the AirApp Market.
Development
To test your component during development:
- Build the project
- Run LanMountainDesktop with debug mode:
dotnet run --project path/to/LanMountainDesktop.csproj -- --debug-airapp path/to/your/bin/Debug/net10.0
Customize
- Edit
MyWidget.csto modify the component UI and behavior - Edit
airapp.jsonto change metadata - Add more components by creating additional widget classes and registering them in
MyAirApp.cs