利于搭建国内网站的免费CDN加速github和npm方式
记录下常用的免费cdn,以下链接可直接访问我部署的数据,那么根据这个格式可替换为你对应的数据仓库格式。
建议有回源选回源。
npm
可用来加速访问npm包内资源
aliyun
https://npm.elemecdn.com/hexo-theme-a4@latest/source/css/markdown.css
https://github.elemecdn.com/hexo-theme-a4@latest/source/css/markdown.css
jsdelivr
https://jsd.onmicrosoft.cn/npm/hexo-theme-a4@latest/source/css/markdown.css
回源:https://jsd.onmicrosoft.cn/npm/hexo-theme-a4@latest/source/css/markdown.css
unpkg
https://unpkg.com/hexo-theme-a4@latest/source/css/markdown.css
回源:https://npm.onmicrosoft.cn/hexo-theme-a4@latest/source/css/markdown.css
github
可用来加速访问你的github图床仓库
jsdelivr
https://cdn.jsdelivr.net/gh/hininojay/images/source/img/postImages/GTD.jpg
回源:https://jsd.onmicrosoft.cn/gh/hininojay/images/source/img/postImages/GTD.jpg
statically
https://cdn.statically.io/gh/hininojay/images/main/source/img/postImages/GTD.jpg
作者:木子欢儿
出处:https://www.cnblogs.com/HGNET/p/17518687.html
版权:本作品采用「署名-非商业性使用-相同方式共享 4.0 国际」许可协议进行许可。
部分文章来源于网络,如疏漏未标注原文地址或侵权,请联系进行删除。
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· AI 智能体引爆开源社区「GitHub 热点速览」
· 三行代码完成国际化适配,妙~啊~
· .NET Core 中如何实现缓存的预热?