介绍
用于对公共头像源的缓存加速,目前支持 QQ 头像、Gravatar 和 Github 头像
服务域名:avatar.mixcm.com
使用
调用方式:GET
请求:https://avatar.mixcm.com/qq/:qq?s=:size
示例:https://avatar.mixcm.com/qq/776194970?s=100
Gravatar
调用方式:GET
请求:https://avatar.mixcm.com/gravatar/:mailmd5?s=:size&d=:default&r=:ratings
示例:https://avatar.mixcm.com/gravatar/605f8c6c64b8fcd514a0b53c6cc3680c?s=100
https://avatar.mixcm.com/gravatar/941103ea99514f7c0f8c80df82563957?s=100&d=identicon
Github
调用方式:GET
请求:https://avatar.mixcm.com/github/:username?s=:size
示例:https://avatar.mixcm.com/github/nexmoe?s=100