mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-19 14:33:25 +08:00
feat.AirApp重构工程
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace LanMountainDesktop.AirAppSdk;
|
||||
|
||||
public sealed record AirAppInstalledInfo(
|
||||
AirAppManifest Manifest,
|
||||
bool IsEnabled,
|
||||
bool IsLoaded,
|
||||
bool IsPackage,
|
||||
string? ErrorMessage);
|
||||
Reference in New Issue
Block a user