avatar

一府 CDN

任何人都可以随意使用的 jsDelivr 镜像,由 一府 搭建与维护。


介绍

该站点为自建的 jsDelivr 镜像,采用Vercel中转回源,使用融合CDN分发资源。

 一府搭建并维护,你可以访问博客找到我的联系方式。

所有文件结构均遵循 jsDelivr 原有结构。

使用时,请遵守 jsDelivr 与 npm 的 ToS,本镜像不允许加速图片等资源,若发现此类行为,将禁止违规者使用。

使用方法

Endpoint: https://jsd.duolaa.top

https://cdn.jsdelivr.net 替换为 https://jsd.duolaa.top 即可。

建议指定版本号加载,否则缓存将经过一年时间才会刷新。

// load any project hosted on npm

https://jsd.duolaa.top/npm/package@version/file


// load jQuery v3.6.4

https://jsd.duolaa.top/npm/jquery@3.6.4/dist/jquery.min.js


// use a version range instead of a specific version

https://jsd.duolaa.top/npm/jquery@3.6/dist/jquery.min.js

https://jsd.duolaa.top/npm/jquery@3/dist/jquery.min.js


// omit the version completely to get the latest one

// you should NOT use this in production

https://jsd.duolaa.top/npm/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://jsd.duolaa.top/npm/jquery@3.6.4/src/core.min.js


// omit the file path to get the default file

https://jsd.duolaa.top/npm/jquery@3.6

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

https://jsd.duolaa.top/npm/jquery/                
              

测速