Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
FHWWC authored Jul 17, 2024
1 parent 37978e7 commit eb18594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FCLiveToolApplication/AppShell.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:FCLiveToolApplication"
Shell.NavBarIsVisible="{ OnPlatform False,Android=True}" Shell.BackgroundColor="LightSkyBlue" Title="FCLiveTool 直播源预览+下载"
Shell.NavBarIsVisible="{ OnPlatform False,Android=True}" Shell.BackgroundColor="LightSkyBlue" Title="FCLiveTool"
Loaded="Shell_Loaded" Navigating="Shell_Navigating">


Expand Down Expand Up @@ -32,7 +32,7 @@
<Shell.FlyoutHeader>
<VerticalStackLayout Padding="0,10,0,20">
<Image Source="fclive_logo.png" HeightRequest="100" />
<Label HorizontalTextAlignment="Center">FCLiveTool 直播源预览+下载</Label>
<Label HorizontalTextAlignment="Center">FCLiveTool 直播源管理工具</Label>
</VerticalStackLayout>
</Shell.FlyoutHeader>

Expand Down

0 comments on commit eb18594

Please sign in to comment.