重命名控件库

This commit is contained in:
GG Z
2026-01-02 17:30:41 +08:00
parent fa0d280130
commit 785e5de36e
277 changed files with 1068 additions and 1242 deletions

View File

@@ -39,7 +39,7 @@ public partial class AnyConnectViewModel : ObservableValidator
public partial double Angle { get; set; } = 90;
[ObservableProperty]
public partial NeoUI.Controls.Alert MessageQueue { get; set; } = new();
public partial Melskin.Controls.Alert MessageQueue { get; set; } = new();
[ObservableProperty]
public partial string Message { get; set; }