mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-22 00:54:26 +08:00
0.3.10
自习时段加入
This commit is contained in:
@@ -19,6 +19,7 @@ public static class BuiltInComponentIds
|
||||
public const string DesktopStudyScoreOverview = "DesktopStudyScoreOverview";
|
||||
public const string DesktopStudyDeductionReasons = "DesktopStudyDeductionReasons";
|
||||
public const string DesktopStudyInterruptDensity = "DesktopStudyInterruptDensity";
|
||||
public const string DesktopStudySessionControl = "DesktopStudySessionControl";
|
||||
public const string Blank2x4 = "Blank2x4";
|
||||
public const string Date = "Date";
|
||||
public const string MonthCalendar = "MonthCalendar";
|
||||
|
||||
@@ -131,6 +131,15 @@ public sealed class ComponentRegistry
|
||||
AllowStatusBarPlacement: false,
|
||||
AllowDesktopPlacement: true,
|
||||
ResizeMode: DesktopComponentResizeMode.Free),
|
||||
new DesktopComponentDefinition(
|
||||
BuiltInComponentIds.DesktopStudySessionControl,
|
||||
"Study Session",
|
||||
"Play",
|
||||
"Study",
|
||||
MinWidthCells: 2,
|
||||
MinHeightCells: 1,
|
||||
AllowStatusBarPlacement: false,
|
||||
AllowDesktopPlacement: true),
|
||||
new DesktopComponentDefinition(
|
||||
BuiltInComponentIds.DesktopStudyNoiseCurve,
|
||||
"Noise Curve",
|
||||
|
||||
Reference in New Issue
Block a user