mirror of
https://github.com/BlueSkyXN/WorkerJS_CloudFlare_ImageBed.git
synced 2024-11-16 03:32:26 +08:00
基于CloudFlare Worker/Pages的HTML/JS,兼容多个图床
b86f02b29d
修复了百度加速接口的问题。对于image.baidu.com的加速接口 以前的接口只需要URL参数,20240426发现还需要thumburl这个参数,否则是空白的响应 |
||
---|---|---|
cloudflare-page | ||
cloudflare-page-build/scripts | ||
cloudflare-worker-js | ||
cloudflare-worker-js-api | ||
docs | ||
python-uploader | ||
LICENSE | ||
package.json | ||
README.md |
WorkerJS_CloudFlare_ImageBed
基于CloudFlare Worker的JS,多个图床示例
仅供学习CloudFlare Worker开发使用,违规使用后果自负
里程碑
- 20230918 首发 58imgjs https://gist.github.com/BlueSkyXN/0be89e736cd2fe0418f77c034538c502/revisions
- 20230919 首发 3001imgjs https://gist.github.com/BlueSkyXN/cf009388660348915be2166f6080e02d/revisions
- 20230924 首发 tgphimgjs https://gist.github.com/BlueSkyXN/8d261d13d79e7a7672999f9935acdfe9/revisions
- 20231006 首发 tgph批量上传 https://gist.github.com/BlueSkyXN/969c20bf0378ef39cb09793bfab1ca80/revisions
- 20231020 首发 163imgjs https://gist.github.com/BlueSkyXN/b0c06952bd402545abedcb0ee73d05d9/revisions
- 20231123 证实3001图床要求登录
{"data":[],"code":401,"msg":"请先登录"}
然后首发 58imgpy - 20231124 通过163imgpy验证了接口失效
no healthy upstream
,新增 weixinyanxuan.com 的玩具py,js实现失败 - 20240219 如果需要进一步加速图片的,还可以参考 《公开免费无限的图片加速代理接口》 https://www.blueskyxn.com/202402/7006.html
- 20240220 如果使用CloudFlareR2对象存储的,还可以参考 https://github.com/BlueSkyXN/CF-R2-WorkerJS 来进行优化
- 20240327 花了2天时间,完成统一接口前后端设计,教程 https://github.com/BlueSkyXN/WorkerJS_CloudFlare_ImageBed/blob/main/docs/Serverless.md
- 20240328 根据图片加速接口,写了一个纯前端转换器