Static CDN采用了全球CDN(墙内使用腾讯云、墙外使用Zeit Smart CDN)目前支持静态资源加速、Github RAW加速、图片加速等服务! 官网:https://www.staticdn.net
CDNJS反代
- 将
cdnjs.cloudflare.com - 替换为
cdn.staticdn.net - 例如:https://cdn.staticdn.net/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.min.js
 
Google Libraries反代
- 将
ajax.googleapis.com/ajax - 替换为
cdn.staticdn.net/gajax - 例如:https://cdn.staticdn.net/gajax/libs/d3js/5.7.0/d3.min.js
 
Gravatar反代
- 将
*.gravatar.com - 替换为
cdn.staticdn.net - 例如:https://cdn.staticdn.net/avatar/767fc9c115a1b989744c755db47feb60
 
Github RAW反代
- 将
raw.githubusercontent.com - 替换为
raw.staticdn.net - 例如:https://raw.staticdn.net/openrepos/instant-page/master/instant-page.js
 
Imgur反代
- 将
i.imgur.com - 替换为
cdn.staticdn.net/img - 例如:https://cdn.staticdn.net/img/N3LZDO0.jpg
 
图片加速
- 在原图网址前加上
i.staticdn.net/即可 - 例如原图片网址为:
https://i.imgur.com/3QrPToe.jpg - 修改后的图片网址为:
https://i.staticdn.net/i.imgur.com/3QrPToe.jpg