feat.airapp与融合桌面

This commit is contained in:
lincube
2026-05-14 19:44:01 +08:00
parent ada0cd4a3a
commit a5abda62dc
64 changed files with 3617 additions and 362 deletions

View File

@@ -0,0 +1,10 @@
namespace LanMountainDesktop.AirAppHost;
public enum AirAppWindowChromeMode
{
Standard,
Borderless,
FullScreen,
Tool,
BackgroundOnly
}