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

Commit

Permalink
更合理的Uri
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiichiamane committed May 7, 2019
1 parent fa043ce commit 0f37346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PixivFSUWP/IllustDetailPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private void DataTransferManager_DataRequested(DataTransferManager sender, DataR
var request = args.Request;
request.Data.SetText(string.Format("Pixiv作品\n{0} by {1}\n" +
"网页链接:https://www.pixiv.net/member_illust.php?mode=medium&illust_id={2}\n" +
"PixivFSUWP:pixiv:illust:{2}", illust.Title, illust.Author, illustID));
"PixivFSUWP:pixiv://illust?id={2}", illust.Title, illust.Author, illustID));
request.Data.Properties.Title = string.Format("分享:{0}", illust.Title);
request.Data.Properties.Description = "该图片页面的链接将被分享";
}
Expand Down

0 comments on commit 0f37346

Please sign in to comment.