发布于:,更新于:

图床测试

SMGPhoto

采用 PicGo客户端 + Github + Cloudflare Pages+ thumbsup 的方案实现完全脱离自托管服务器的自建静态渲染图床网站.

效果好像还行, 就是Cloudflare编译网站的时间比较长, PicGo每上传一个图片都要重新编译一遍, 每次都得等个一分多钟才能加载好. ~~一时半会不知道要传什么图片, 就随便截图群里的几张扔上去了, 23333)

项目地址:SMGCDN/Photos

相册站点:SMGoro Photos

使用项目概览:

图床地址

Cloudflare(速度一般,刷新速度慢)

托管在Cloudflare Pages上的图片有经过Thumbsup相册的处理,可以实现略缩图,原图,水印图的处理,总的来说,十分牛逼,就是每次都要从头构建导致刷新速度有点慢x

1
2
3
4
5
6
7
8
9
10
11
12
13
# Pages
https://smgimg.pages.dev/
# IMC.RE
https://img.imc.re/
# 略缩图
https://img.imc.re/media/small/
# 处理图
https://img.imc.re/media/large/

example:
![CF_IMC](https://img.imc.re/logo/imc.re.png)
![CF_small](https://img.imc.re/media/small/wallpaper/bg.jpg)
![CF_large](https://img.imc.re/media/large/wallpaper/bg.jpg)

example:

CF_IMC CF_small CF_large


Gitee(国内速度快,Action同步)

1
2
3
4
https://gitee.com/smgoro_0/photos/raw/master/

# example:
![Gitee](https://gitee.com/smgoro_0/photos/raw/master/logo/imc.re.png)

example:

Gitee


jsdelivr(速度海星,缓存刷新慢)

1
2
3
4
5
6
7
8
# 刷新链接
https://purge.jsdelivr.net/gh/SMGCDN/photos/
# 请求链接
https://cdn.jsdelivr.net/gh/SMGCDN/photos/
https://gcore.jsdelivr.net/gh/SMGCDN/photos/

# example:
![jsdelivr](https://cdn.jsdelivr.net/gh/SMGCDN/photos/logo/imc.re.png)

example:

jsdelivr


GithubRaw(国内速度慢,刷新速度快)

1
2
3
4
https://raw.githubusercontent.com/smgcdn/photos/master/

# example:
![GithubRaw](https://raw.githubusercontent.com/smgcdn/photos/master/logo/imc.re.png)

example:

GithubRaw