Skip to content

Commit

Permalink
up 删除内置背景图
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed Feb 10, 2024
1 parent 638e9a6 commit 0c642c1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/ColorMC.Gui/App.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ public static async Task LoadImage()
var file = GuiConfigUtils.Config.BackImage;
if (string.IsNullOrWhiteSpace(file))
{
file = "ColorMC.Gui.Resource.Pic.bg.jpeg";
file = "https://www.todaybing.com/api/today/cn";
}

if (GuiConfigUtils.Config.EnableBG)
Expand Down
2 changes: 0 additions & 2 deletions src/ColorMC.Gui/ColorMC.Gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@
<None Remove="Resource\Icon\user.svg" />
<None Remove="Resource\Language\gui_en-us.json" />
<None Remove="Resource\Language\gui_zh-cn.json" />
<None Remove="Resource\Pic\bg.jpeg" />
<None Remove="Resource\Pic\game.png" />
<None Remove="Resource\Pic\launch.png" />
<None Remove="Resource\Pic\load.png" />
Expand Down Expand Up @@ -279,7 +278,6 @@
<EmbeddedResource Include="macicon.ico" />
<EmbeddedResource Include="Resource\Language\gui_zh-cn.json" />
<EmbeddedResource Include="Resource\Language\gui_en-us.json" />
<EmbeddedResource Include="Resource\Pic\bg.jpeg" />
<EmbeddedResource Include="Resource\Pic\game.png" />
<EmbeddedResource Include="Resource\Pic\launch.png" />
<EmbeddedResource Include="Resource\Pic\load.png" />
Expand Down
Binary file removed src/ColorMC.Gui/Resource/Pic/bg.jpeg
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ColorMC.Test/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static void Main(string[] args)
ColorMCCore.OnProcessLog += Log;
ColorMCCore.OnGameLog += Log;

TestItem.Item34();
//TestItem.Item34();

GetSha1();

Expand Down
8 changes: 4 additions & 4 deletions src/TODO
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
⚫2024.2.8
在初始界面添加语言选择
调整UI
添加游戏实例信息生成
在初始界面添加语言选择 okl
调整UI okl
添加游戏实例信息生成 okl

⚫2024.1.30
各项细节优化调整
各项细节优化调整 okl
调整导出设置 okl

⚫2024.1.21
Expand Down

0 comments on commit 0c642c1

Please sign in to comment.