Skip to content

Commit

Permalink
更新定义文件
Browse files Browse the repository at this point in the history
  • Loading branch information
Richasy committed Dec 29, 2023
1 parent 9c78c48 commit 5687364
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App/Forms/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ private void OnTitleBarLoaded(object sender, RoutedEventArgs e)
{
await _appViewModel.InitializeAsync();

#if DEBUG
#if !DEBUG
_appViewModel.CheckUpdateCommand.Execute(default);
#endif
_appViewModel.CheckBBDownExistCommand.Execute(default);
Expand Down
9 changes: 7 additions & 2 deletions src/App/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,17 @@
<uap:VisualElements
DisplayName="ms-resource:AppName"
Description="App"
BackgroundColor="transparent"
BackgroundColor="#ffffff"
Square150x150Logo="Assets\Logo\Square150x150Logo.png"
Square44x44Logo="Assets\Logo\Square44x44Logo.png">
<uap:DefaultTile Wide310x150Logo="Assets\Logo\Wide310x150Logo.png" Square71x71Logo="Assets\Logo\SmallTile.png" Square310x310Logo="Assets\Logo\LargeTile.png" ShortName="ms-resource:AppName">
<uap:ShowNameOnTiles>
<uap:ShowOn Tile="square150x150Logo"/>
<uap:ShowOn Tile="square310x310Logo"/>
<uap:ShowOn Tile="wide310x150Logo"/>
</uap:ShowNameOnTiles>
</uap:DefaultTile >
<uap:SplashScreen Image="Assets\Logo\SplashScreen.png" />
<uap:SplashScreen Image="Assets\Logo\SplashScreen.png" BackgroundColor="#ffffff"/>
</uap:VisualElements>
</Application>
</Applications>
Expand Down

0 comments on commit 5687364

Please sign in to comment.