mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 02:40:24 +08:00
update<AvatarServer>: use geekzu.org for Chinese avatar server
This commit is contained in:
@@ -10,8 +10,8 @@ namespace SourceGit.Models {
|
||||
public string Url { get; set; }
|
||||
|
||||
public static List<AvatarServer> Supported = new List<AvatarServer>() {
|
||||
new AvatarServer("Gravatar官网", "https://www.gravatar.com/avatar/"),
|
||||
new AvatarServer("Gravatar中国CDN", "https://cdn.s.loli.top/avatar/"),
|
||||
new AvatarServer("Gravatar", "https://www.gravatar.com/avatar/"),
|
||||
new AvatarServer("Gravatar - 极客族", "https://sdn.geekzu.org/avatar/"),
|
||||
};
|
||||
|
||||
public AvatarServer(string name, string url) {
|
||||
|
||||
Reference in New Issue
Block a user