噪音评分组件
This commit is contained in:
lincube
2026-03-04 19:16:51 +08:00
parent 59bfa8d564
commit 00a3c6a572
15 changed files with 1744 additions and 4 deletions

View File

@@ -140,6 +140,15 @@ public sealed class ComponentRegistry
MinHeightCells: 2,
AllowStatusBarPlacement: false,
AllowDesktopPlacement: true),
new DesktopComponentDefinition(
BuiltInComponentIds.DesktopStudyScoreOverview,
"Study Score Overview",
"DataLine",
"Study",
MinWidthCells: 4,
MinHeightCells: 4,
AllowStatusBarPlacement: false,
AllowDesktopPlacement: true),
new DesktopComponentDefinition(
BuiltInComponentIds.DesktopDailyPoetry,
"Daily Poetry",