页面加载中 . . .

免费图床CDN加速


工具

  • VSCode PicGo
  • GitHub
  • jsDelivr

步骤

GitHub配置

  • VSCode安装PicGo插件

pic1

  • 新建GitHub仓库,获取相关PicGo配置参数
{
  "repo": "", // 仓库名,格式是username/reponame
  "token": "", // github token
  "path": "", // 自定义存储路径,比如img/
  "customUrl": "", // 自定义域名,注意要加http://或者https://
  "branch": "" // 分支名,默认是main
}
  • 访问 https://github.com/settings/tokens,点击 Generate new token

  • 新增token

  • 之后拉到最底点击绿色按钮Generate token,记住这个token

PicGo配置

  • 打开VSCode设置,搜索picgo

测试上传

  • Win系统上传剪切板截图快捷键是ctrl + alt + u
    20240105155319

CDN加速

  • VSCode设置中配置customUrl(自定义域名)

https://gcore.jsdelivr.net/gh/你的用户名/你的仓库名/

20240105160612

  • 这里面的用到的是jsdelivr,有时候可能会访问不到,一共有三个IP可以作为CDN地址加速,分别是
https://cdn.jsdelivr.net/gh/你的用户名/你的仓库名/
https://fastly.jsdelivr.net/gh/你的用户名/你的仓库名/
https://gcore.jsdelivr.net/gh/你的用户名/你的仓库名/
  • 使用https://tcping8.com/ping/可以查看多地的cdn加速情况
    20240108101021

文章作者: ZhiQ
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 ZhiQ !
  目录