feat.数字时钟,白板功能修复

This commit is contained in:
lincube
2026-05-18 08:30:40 +08:00
parent 9404a0b347
commit 93758fc083
28 changed files with 1729 additions and 81 deletions

View File

@@ -25,7 +25,11 @@ public sealed record AirAppWindowDescriptor(
return Standard(
"World Clock - Air APP",
"World Clock",
"Air APP");
"Air APP",
width: 360,
height: 220,
minWidth: 320,
minHeight: 220);
}
if (string.Equals(options.AppId, AirAppLaunchOptions.WhiteboardAppId, StringComparison.OrdinalIgnoreCase))