Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
完成QQ社区按钮的功能
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiichiamane committed Nov 18, 2019
1 parent 6ea5e16 commit 37db7b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PixivFSUWP/SettingsPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,9 @@ private async void lstMainDev_ItemClick(object sender, ItemClickEventArgs e)

private async void btnQQGroup_Click(object sender, RoutedEventArgs e)
{
//腾讯的一键加群
await Launcher.LaunchUriAsync(new
Uri(@"https://github.com/tobiichiamane/pixivfs-uwp"));
Uri(@"https://shang.qq.com/wpa/qunwpa?idkey=d6ba54103ced0e2d7c5bbf6422e4f9f6fa4849c91d4521fe9a1beec72626bbb6"));
}
}
}

0 comments on commit 37db7b8

Please sign in to comment.