mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-22 20:37:19 -08:00
update<AvatarServer>: use geekzu.org for Chinese avatar server
This commit is contained in:
parent
2a5e243b67
commit
a36c00f68c
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue