|
1 | | -#if !DISABLEDISCORD |
2 | 1 | using CollapseLauncher.DiscordPresence; |
3 | | -#endif |
4 | 2 | using CollapseLauncher.CustomControls; |
5 | 3 | using CollapseLauncher.Extension; |
6 | 4 | using CollapseLauncher.Helper; |
7 | 5 | using CollapseLauncher.Helper.Animation; |
8 | 6 | using CollapseLauncher.Helper.Database; |
9 | 7 | using CollapseLauncher.Helper.Image; |
| 8 | +using CollapseLauncher.Helper.LauncherApiLoader.HoYoPlay; |
| 9 | +using CollapseLauncher.Helper.Loading; |
10 | 10 | using CollapseLauncher.Helper.Metadata; |
11 | 11 | using CollapseLauncher.Statics; |
12 | | -using CommunityToolkit.WinUI; |
13 | 12 | using CommunityToolkit.WinUI.Animations; |
14 | 13 | using Hi3Helper; |
15 | 14 | using Hi3Helper.Data; |
|
23 | 22 | using Microsoft.UI.Xaml.Controls; |
24 | 23 | using Microsoft.UI.Xaml.Controls.Primitives; |
25 | 24 | using Microsoft.UI.Xaml.Input; |
| 25 | +using Microsoft.UI.Xaml.Media; |
26 | 26 | using Microsoft.UI.Xaml.Media.Animation; |
27 | 27 | using Microsoft.UI.Xaml.Media.Imaging; |
28 | | -using PhotoSauce.MagicScaler; |
29 | 28 | using System; |
30 | 29 | using System.Collections.Concurrent; |
31 | 30 | using System.Collections.Generic; |
32 | 31 | using System.Diagnostics; |
33 | 32 | using System.IO; |
34 | 33 | using System.IO.Hashing; |
35 | | -using System.Linq; |
36 | 34 | using System.Numerics; |
37 | 35 | using System.Threading.Tasks; |
38 | | -using Microsoft.UI.Xaml.Media; |
| 36 | +using WinRT; |
| 37 | + |
39 | 38 | using static CollapseLauncher.Dialogs.SimpleDialogs; |
40 | 39 | using static CollapseLauncher.InnerLauncherConfig; |
41 | 40 | using static Hi3Helper.Data.ConverterTool; |
|
44 | 43 | using static Hi3Helper.Shared.Region.LauncherConfig; |
45 | 44 | using Brush = Microsoft.UI.Xaml.Media.Brush; |
46 | 45 | using Image = Microsoft.UI.Xaml.Controls.Image; |
47 | | -using Point = Windows.Foundation.Point; |
48 | 46 | using UIElementExtensions = CollapseLauncher.Extension.UIElementExtensions; |
49 | | -using CollapseLauncher.Helper.LauncherApiLoader.HoYoPlay; |
50 | | -using WinRT; |
51 | | -using CollapseLauncher.Helper.Loading; |
52 | | - |
53 | 47 | // ReSharper disable InconsistentNaming |
54 | 48 | // ReSharper disable SwitchStatementHandlesSomeKnownEnumValuesWithDefault |
55 | 49 | // ReSharper disable AsyncVoidMethod |
|
0 commit comments