Skip to content

Commit

Permalink
Support
Browse files Browse the repository at this point in the history
  • Loading branch information
Adu committed Nov 11, 2020
1 parent 780ffb0 commit 40a7214
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ public AduSkinSupportViewModel()
AllSupports.Add(new SupportUser("关关", "tencent://message/?uin=2453966523&Site=&Menu=yes", "http://q.qlogo.cn/headimg_dl?bs=qq&dst_uin=2453966523&spec=100", "", new string[] { SupportType.Skill.ToString(), SupportType.Extension.ToString() }));
AllSupports.Add(new SupportUser("Tom", "tencent://message/?uin=17379620&Site=&Menu=yes", "http://q.qlogo.cn/headimg_dl?bs=qq&dst_uin=17379620&spec=100", "", new string[] { SupportType.Skill.ToString(), SupportType.Extension.ToString(),SupportType.Money.ToString() + ":350元" }));
AllSupports.Add(new SupportUser("KING", "tencent://message/?uin=1061973727&Site=&Menu=yes", "http://q.qlogo.cn/headimg_dl?bs=qq&dst_uin=1061973727&spec=100", "", new string[] { SupportType.Skill.ToString()}));
AllSupports.Add(new SupportUser("CJ", "tencent://message/?uin=836904362&Site=&Menu=yes", "http://q.qlogo.cn/headimg_dl?bs=qq&dst_uin=836904362&spec=100", "", new string[] { SupportType.Skill.ToString() }));
AllSupports.Add(new SupportUser("FOX-Yu", "", "http://q.qlogo.cn/headimg_dl?bs=qq&dst_uin=435892115&spec=100", "", new string[] { SupportType.Money.ToString() + ":88元" }));
AllSupports.Add(new SupportUser("不愿意透露姓名的网友", "", "http://q.qlogo.cn/headimg_dl?bs=qq&dst_uin=2603473237&spec=100", "", new string[] { SupportType.Money.ToString() + ":300元" }));
AllSupports.Add(new SupportUser("飘逸", "", "http://q.qlogo.cn/headimg_dl?bs=qq&dst_uin=1827152663&spec=100", "", new string[] { SupportType.Money.ToString() + ":8.88元" }));
AllSupports.Add(new SupportUser("那年", "", "http://q.qlogo.cn/headimg_dl?bs=qq&dst_uin=407564418&spec=100", "", new string[] { SupportType.Money.ToString() + ":100元" }));
}
private ObservableCollection<SupportUser> _AllSupports =new ObservableCollection<SupportUser>();
/// <summary>
Expand Down

0 comments on commit 40a7214

Please sign in to comment.