Skip to content

Commit

Permalink
添加Telegram群组连接到“关于”页面。
Browse files Browse the repository at this point in the history
  • Loading branch information
SIXiaolong1117 committed Aug 13, 2023
1 parent b2f101e commit d35de0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions WinWoL/About.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
<TextBlock Text="⚖️License:" FontSize="14" HorizontalAlignment="Center" VerticalAlignment="Center"/>
<HyperlinkButton Content="GPL-3.0 License" FontSize="14" NavigateUri="https://github.com/Direct5dom/WinWoL/blob/master/LICENSE" HorizontalAlignment="Center" VerticalAlignment="Center"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left" VerticalAlignment="Center">
<TextBlock Text="✈️Telegram:" FontSize="14" HorizontalAlignment="Center" VerticalAlignment="Center"/>
<HyperlinkButton Content="Wake on LAN" FontSize="14" NavigateUri="https://t.me/winuiwol" HorizontalAlignment="Center" VerticalAlignment="Center"/>
</StackPanel>
</StackPanel>
</Grid>
</Page>
2 changes: 1 addition & 1 deletion WinWoL/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="fe263fa7-295e-4f47-a1e3-87f6be98f05e"
Publisher="CN=SI Xiaolong"
Version="1.0.6.0" />
Version="1.0.7.0" />

<Properties>
<DisplayName>网络唤醒 (Wake on LAN)</DisplayName>
Expand Down

0 comments on commit d35de0a

Please sign in to comment.