data.jsdelivr.comdata.jsdelivr.comPublic The public jsDelivr API. Get npm packages, files, versions, entry points, as well as their CDN URLs and download stats. JavaScript21139 TypeScript28737 globalping-probeglobalping-probePublic The globalping probe code that runs on your hardware and connect...
步骤4:设置jsDelivr加速器访问jsDelivr网站(https://www.jsdelivr.com/),并登录你的账户(如果你已经有一个jsDelivr账户)。在搜索框中输入你在Github上创建的仓库名称,jsDelivr将自动检测到你的仓库,并显示相关的信息。步骤5:选择版本和文件在jsDelivr网站上,你可以选择你想要使用的版本和文件。如果你的仓库只有一...
<!-- CSS only --> <!-- JavaScript Bundle with Popper --> Warning: Do not use SRI hashes with dynamic URLs like this or the next update will break your site. A more detailed documentation is available on jsDelivr's Github page. Using the API to pull versions For certain use-ca...
通过jsDelivr引用资源 使用方法:https://cdn.jsdelivr.net/gh/你的用户名/你的仓库名@发布的版本号/文件路径 例如: https://cdn.jsdelivr.net/gh/TRHX/CDN-for-itrhx.com@1.0/images/trhx.png htt
The public jsDelivr API. Get npm packages, files, versions, entry points, as well as their CDN URLs and download stats. JavaScript 211 40 globalping Public A global network of probes to run network tests like ping, traceroute and DNS resolve TypeScript 291 37 globalping-probe Public...
然后访问URL即可更新为“https://fastly.jsdelivr.net/gh/[你的github用户名]/[你的github仓库]@[你创建的分支]/[你的文件路径]”。 {% note warning %} 注意仓库至少有一个Release才能被JSDelivr爬取到。 为节省服务器资源,建议在更新之后删除旧版不需要的分支。在git bash进入到本地仓库的目录执行 git ...
Github+jsDelivr 打造免费CDN 使用CDN减少自身服务器的压力,提高服务器的响应速度,加快页面的加载,提高用户体验可以上传CSS,JS文件等 CDN介绍 CDN的全称是Content Delivery Network,即内容分发网络。CDN的基本原理是广泛采用各种缓存服务器,将这些缓存服务器分布到用户访问相对集中的地区或网络中,在用户访问网站时,利用...
放在Github的资源在国内加载速度比较慢,因此需要使用CDN加速来优化网站打开速度,jsDelivr + Github便是免费且好用的CDN,非常适合博客网站使用。 1、新建Github仓库 2、克隆Github仓库到本地 点击Clone or download,一键复制仓库地址 在本地目录右键 Git Bash Here,执行以下命令: ...
jsDelivr is a free CDN for open-source files. We are tightly integrated with Github and npm, allowing us to automatically provide a reliable CDN service to almost every open-source project out there. We offer a stable CDN that can be used in production on popular websites with huge amount...
jsdelivr 是一种免费的 CDN(内容分发网络)服务,可以用来加速 GitHub 上的资源加载。jsdelivr 可以将 GitHub 上的静态资源(如图片、CSS、JS 文件等)缓存到其全球分布的节点上,从而提高资源的加载速度和访问速度。下面是如何使用 jsdelivr 加速 GitHub 资源的详细步骤: 1. 创建 GitHub 仓库并上传资源 首先,你需要在...