fead.消息盒子组件

This commit is contained in:
lincube
2026-04-07 00:49:33 +08:00
parent 0662565dca
commit 5fa2031ad6
15 changed files with 1403 additions and 1 deletions

View File

@@ -267,6 +267,11 @@ public static class DesktopComponentEditorRegistryFactory
BuiltInComponentIds.DesktopZhiJiaoHub,
context => new ZhiJiaoHubComponentEditor(context),
preferredWidth: 480d,
preferredHeight: 520d),
[BuiltInComponentIds.DesktopNotificationBox] = new(
BuiltInComponentIds.DesktopNotificationBox,
context => new NotificationBoxComponentEditor(context),
preferredWidth: 480d,
preferredHeight: 520d)
};