IMC全新升级合集站,成千上万款游戏在线玩,更多功能敬请期待! 该站点正处于测试中,如果有任何问题欢迎反馈

图床测试

目录

SMGPhoto

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

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

项目地址:SMGCDN/Photos

相册站点:SMGoro Photos

使用项目概览:

图床地址

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

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

# 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同步)

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(速度海星,缓存刷新慢)

# 刷新链接
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(国内速度慢,刷新速度快)

https://raw.githubusercontent.com/smgcdn/photos/master/

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

example:

GithubRaw

标签 :
comments powered by Disqus

相关内容

fern wifi cracker 报错解决方案

查看无线网卡 airmon-ng 重新设置无线网卡 ip link set wlan0 down ip link set wlan0 name wlan0mon

更多

大乌龙事件

由乌龙事件引发对腾讯的不满与思考。 本篇文章全长3000多文字,高达8000多字符,是本博客架设一来本人码字最多一回,所有文字都由本人亲手打出,所有言论都是凭心而论。 不想从头看到尾的看官可以使用右下 …

更多

Linux查询操作

whereis用来寻找可执行文件的位置 [root@master ~]# whereis ls ls: /usr/bin/ls /usr/share/man/man1/ls.1.gz …

更多