bilicdn

这是一个公益性的JsDelivr镜像源CDN,你可以使用跟jsDelivr同样的路径去访问你的资源文件

Github

// load any GitHub release, commit, or branch

// note: we recommend using npm for projects that support it

https://cdn.bilicdn.tk/gh/user/repo@version/file

// load jQuery v3.2.1

https://cdn.bilicdn.tk/gh/jquery/jquery@3.2.1/dist/jquery.min.js

// use a version range instead of a specific version

https://cdn.bilicdn.tk/gh/jquery/jquery@3.2/dist/jquery.min.js

https://cdn.bilicdn.tk/gh/jquery/jquery@3/dist/jquery.min.js

// omit the version completely to get the latest one

// you should NOT use this in production

https://cdn.bilicdn.tk/gh/jquery/jquery/dist/jquery.min.js

// add ".min" to any JS/CSS file to get a minified version

// if one doesn't exist, we'll generate it for you

https://cdn.bilicdn.tk/gh/jquery/jquery@3.2.1/src/core.min.js

// add / at the end to get a directory listing

https://cdn.bilicdn.tk/gh/jquery/jquery/

NPM

// load any GitHub release, commit, or branch

// note: we recommend using npm for projects that support it

https://cdn.bilicdn.tk/gh/user/repo@version/file

// load jQuery v3.2.1

https://cdn.bilicdn.tk/gh/jquery/jquery@3.2.1/dist/jquery.min.js

// use a version range instead of a specific version

https://cdn.bilicdn.tk/gh/jquery/jquery@3.2/dist/jquery.min.js

https://cdn.bilicdn.tk/gh/jquery/jquery@3/dist/jquery.min.js

// omit the version completely to get the latest one

// you should NOT use this in production

https://cdn.bilicdn.tk/gh/jquery/jquery/dist/jquery.min.js

// add ".min" to any JS/CSS file to get a minified version

// if one doesn't exist, we'll generate it for you

https://cdn.bilicdn.tk/gh/jquery/jquery@3.2.1/src/core.min.js

// add / at the end to get a directory listing

https://cdn.bilicdn.tk/gh/jquery/jquery/

Wordpress

// load any plugin from the WordPress.org plugins SVN repo

https://cdn.bilicdn.tk/wp/plugins/project/tags/version/file

// load an exact version

https://cdn.bilicdn.tk/wp/plugins/wp-slimstat/tags/4.6.5/wp-slimstat.js

// load the latest version

// you should NOT use this in production

https://cdn.bilicdn.tk/wp/plugins/wp-slimstat/trunk/wp-slimstat.js

// load any theme from the WordPress.org themes SVN repo

https://cdn.bilicdn.tk/wp/themes/project/version/file

// load an exact version

https://cdn.bilicdn.tk/wp/themes/twenty-eightteen/1.7/assets/js/html5.js

// add ".min" to any JS/CSS file to get a minified version

// if one doesn't exist, we'll generate it for you