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

修复主要开发者链接错误 #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions PixivFSUWP/SettingsPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ async Task loadContentsAsync()
List<ViewModels.ContributorViewModel> mainDevs = new List<ViewModels.ContributorViewModel>();
mainDevs.Add(new ViewModels.ContributorViewModel()
{
Account = "@tobiichiamane",
Account = "@sovetskyfish",
DisplayName = "Communist Fish",
AvatarUrl = "https://avatars2.githubusercontent.com/u/14824064?v=4&s=45",
ProfileUrl = "https://github.com/tobiichiamane",
AvatarUrl = "https://avatars1.githubusercontent.com/u/76583116",
ProfileUrl = "https://github.com/sovetskyfish",
Contributions = new List<Data.Contribution>()
{
Data.Contribution.bug,
Expand Down