Skip to content

鼓励作者:欢迎 star 或打赏犒劳

使用 jsdelivr 加速 Github 仓库资源

当我们使用 Github 仓库资源时,会因为一些奇怪的原因而掉链子,但我们可以通过 jsdelivr 做 CDN 加速

jsdelivr 是一个免费的开源 CDN

使用方式

https://cdn.jsdelivr.net/gh/ Github 用户名/仓库名/资源路径

默认会访问 master 分支下的资源,可以通过 仓库名拼接 @ + release / commit / branch 来访问特定版本下的资源

例子

https://raw.githubusercontent.com/maomao1996/Vue-mmPlayer/master/screenshots/1.jpg

https://cdn.jsdelivr.net/gh/maomao1996/Vue-mmPlayer/screenshots/1.jpg

github 转 jsdelivr 链接 | 在线工具

如有转载或 CV 的请标注本站原文地址