File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ public record LauncherSetting
311311/// 界面功能设置
312312/// </summary>
313313public record WindowUserStateObj
314- {
314+ {
315315 /// <summary>
316316 /// 主窗口状态
317317 /// </summary>
Original file line number Diff line number Diff line change 11using System ;
2- using Avalonia ;
32using Avalonia . Animation ;
43using Avalonia . Animation . Easings ;
54using Avalonia . Media ;
Original file line number Diff line number Diff line change 11using System ;
22using System . Collections . Generic ;
33using System . Collections . ObjectModel ;
4- using System . IO ;
54using System . Linq ;
65using System . Threading ;
76using System . Threading . Tasks ;
Original file line number Diff line number Diff line change 1- using System . Collections . Generic ;
2- using System . Collections . ObjectModel ;
31using Avalonia . Media . Imaging ;
4- using AvaloniaEdit . Utils ;
52using ColorMC . Core . Config ;
63using ColorMC . Core . LaunchPath ;
74using ColorMC . Gui . Manager ;
You can’t perform that action at this time.
0 commit comments