EasyColorful666

Results 3 issues of EasyColorful666

![Image](https://github.com/user-attachments/assets/40df5587-5ffe-4461-b62e-0c4488e9eefb) System.Text.Json.JsonException:“The JSON value could not be converted to MinecraftLaunch.Base.Models.Network.ForgeInstallEntry. Path: $[0] | LineNumber: 0 | BytePositionInLine: 6.”

``` private async void InstallGameCoreAsync() { IEnumerable installEntries = new List(); if (string.IsNullOrEmpty(SelectedVersion)) { Growl.Error("请选择一个游戏版本。"); return; } if (!string.IsNullOrEmpty(SelectedVersion)) { entry = await VanillaInstaller.EnumerableMinecraftAsync() .FirstAsync(x => x.Id == SelectedVersion); installEntries.Concat([entry]);...