feat.AirApp重构工程

This commit is contained in:
lincube
2026-08-11 23:03:55 +08:00
parent 2e57ae04b7
commit b6fde8188d
394 changed files with 4484 additions and 5120 deletions

View File

@@ -23,7 +23,8 @@ public sealed record AirAppOpenRequest(
string? SourceComponentId,
string? SourcePlacementId,
int RequesterProcessId,
string? TargetEntryId = null);
string? TargetEntryId = null,
string? AppPackagePath = null);
public sealed record AirAppRegistrationRequest(
string InstanceKey,