WorkerJS_CloudFlare_ImageBed/README.md

18 lines
1.3 KiB
Markdown
Raw Normal View History

2023-11-16 14:22:28 +08:00
# WorkerJS_CloudFlare_ImageBed
2023-11-16 14:29:45 +08:00
2023-11-16 14:22:28 +08:00
基于CloudFlare Worker的JS多个图床示例
2023-11-16 14:29:45 +08:00
仅供学习CloudFlare Worker开发使用违规使用后果自负
2023-11-23 17:23:42 +08:00
## 里程碑
- 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
2023-11-24 11:04:15 +08:00
- 20231123 证实3001图床要求登录 ``{"data":[],"code":401,"msg":"请先登录"}`` 然后首发 58imgpy
- 20231124 通过163imgpy验证了接口失效``no healthy upstream``,新增 weixinyanxuan.com 的玩具pyjs实现失败
2024-02-21 10:54:09 +08:00
- 20240219 如果需要进一步加速图片的,还可以参考 《公开免费无限的图片加速代理接口》 [https://www.blueskyxn.com/202402/7006.html](https://www.blueskyxn.com/202402/7006.html)
- 20240220 如果使用CloudFlareR2对象存储的还可以参考 [https://github.com/BlueSkyXN/CF-R2-WorkerJS](https://github.com/BlueSkyXN/CF-R2-WorkerJS) 来进行优化