feat.便签组件

This commit is contained in:
lincube
2026-04-12 12:14:25 +08:00
parent cb96180118
commit 4a89c2388b
9 changed files with 613 additions and 13 deletions

View File

@@ -142,6 +142,12 @@ public sealed class ComponentSettingsSnapshot
#endregion
#region Sticky Note Component Settings (便)
public string StickyNoteContent { get; set; } = string.Empty;
#endregion
public ComponentSettingsSnapshot Clone()
{
var clone = (ComponentSettingsSnapshot)MemberwiseClone();