Add Command Version Control

Add more comments(zh)
Optimize code structure
Update the loading order to avoid repeated loading to optimize startup speed.
This commit is contained in:
2022-08-28 00:35:21 +08:00
parent eba9db1e35
commit aff13c2a97
11 changed files with 7756 additions and 5473 deletions

View File

@@ -81,6 +81,7 @@
<Compile Include="Forms\FormTextMapBrowser.Designer.cs">
<DependentUpon>FormTextMapBrowser.cs</DependentUpon>
</Compile>
<Compile Include="Game\CommandVersion.cs" />
<Compile Include="Game\Gacha\GachaBanner2.cs" />
<Compile Include="Game\GameCommand.cs" />
<Compile Include="Game\Gacha\BannerType.cs" />
@@ -103,6 +104,7 @@
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Settings.cs" />
<Compile Include="Utils\ArtifactUtils.cs" />
<Compile Include="Utils\HttpHelper.cs" />
<Compile Include="Utils\ReleaseAPI.cs" />