feat.RSS阅读器

This commit is contained in:
lincube
2026-07-11 15:52:12 +09:00
parent 0cf6833876
commit b5dab55fe2
20 changed files with 269 additions and 14 deletions

View File

@@ -43,6 +43,20 @@ public sealed record AirAppWindowDescriptor(
"Air APP");
}
if (string.Equals(options.AppId, AirAppLaunchOptions.RssReaderAppId, StringComparison.OrdinalIgnoreCase))
{
return Standard(
"RSS Reader - Air APP",
"RSS Reader",
"Air APP",
width: 1100,
height: 720,
minWidth: 760,
minHeight: 520,
canResize: true,
showAsDialog: false);
}
return Standard(
"Air APP",
"Air APP",