url 拼接方式优化
Open
Nobody has claimed this yet.
triage/duplicate
- Dominant language
- Java
- Stars
- 42
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
类似 CloudFlare Image 提供了每个月5000 张(带一个月缓存)的图像转换,无其他费用,相较其他服务很有优势。
但是 Image 服务的拼接方式为 https://image服务域名/图片参数/原图url 形式(详可见文档https://developers.cloudflare.com/images/)
期望修改:把仅允许向后拼接参数修改为url可任意拼接
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by locating the Java code that builds image-transformation URLs in the plugin, then compare its current path handling with Cloudflare Images' documented URL form. Done means the image parameters can be combined with an original URL in the requested arbitrary placement style without breaking existing URL handling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100