Skip to content

Commit

Permalink
更新关于
Browse files Browse the repository at this point in the history
  • Loading branch information
EternalTimes committed Dec 28, 2023
1 parent 2c74a21 commit c6ddc26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tai/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="Tira.Tai"
Publisher="CN=Tira"
Version="1.5.0.5" />
Version="1.5.0.6" />

<Properties>
<DisplayName>Tai</DisplayName>
Expand Down
10 changes: 8 additions & 2 deletions UI/Views/SettingPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<TextBlock VerticalAlignment="Center">
<Run Text="Tai 版本号 "/><Run Text="{Binding Version}"/>
</TextBlock>
<Btn:Button Visibility="{Binding CheckUpdateBtnVisibility}" Command="{Binding CheckUpdate}" Margin="20,0,0,0" VerticalAlignment="Center" Width="120" Icon="SetlockScreen" Content="检查更新"/>
<Btn:Button Visibility="{Binding CheckUpdateBtnVisibility}" Command="{Binding CheckUpdate}" Margin="20,0,0,0" VerticalAlignment="Center" Width="100" Icon="SetlockScreen" Content="检查更新" FontWeight="Bold" Background="#CCFF5F5F"/>
</StackPanel>
<TextBlock Margin="0,30,0,0">
<Hyperlink Command="{Binding OpenURL}" CommandParameter="https://github.com/Planshit/Tai/discussions/279">浏览器统计插件</Hyperlink>
Expand All @@ -92,7 +92,13 @@
<TextBlock Margin="0,5,0,0">
<Run Text="讨论 "/><Hyperlink Command="{Binding OpenURL}" CommandParameter="https://github.com/Planshit/Tai/discussions">https://github.com/Planshit/Tai/discussions</Hyperlink>
</TextBlock>

<TextBlock Margin="0,15,0,0" Foreground="#CCFF5F5F" FontStyle="Italic" FontSize="14">
<Run Text="打包为UWP并修改 " />
<Hyperlink Command="{Binding OpenURL}" CommandParameter="https://github.com/EternalTimes/Tai/tree/pack">
<Run Text="https://github.com/EternalTimes/Tai/tree/pack" />
</Hyperlink>
</TextBlock>

<TextBlock Margin="0,10,0,0">
<Run Text="外部资源声明 "/>
</TextBlock>
Expand Down

0 comments on commit c6ddc26

Please sign in to comment.