We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这是什么方面的想法? 新增功能
这个想法具体是要实现什么? 随机图片设置外部API增加 API接口调用模式
这个想法实现后有什么帮助? 更灵活的使用随机图片API
是否有具体的实现思路?
前端 页面增加:
https://example.com
POST
data.url
补充信息: 接口调用在后端完成,待接口返回数据后 依据用户输入的 图片地址取值 字段,将图片渲染至页面
图片地址取值
The text was updated successfully, but these errors were encountered:
@chinoKwi,感谢你给 sakurairo 提出了 issue。ヾ(≧▽≦*)o 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
没太看明白。你的意思是让浏览网页的游客可以自定义随机图来源?
按照你的想法,我认为你的服务器会变成一台由匿名用户控制,可以向任何地址发送HTTP请求的机器。这是绝对不合理的。
并不是让浏览网页的游客自定义随机图来源。 前端页面是指 后台管理的主题设置里。目前有 Webp优化/外部API桌面端随机图片地址、外部API手机端随机图片地址,希望可以在目前的功能上按照上述方案增强。
目前填入的地址是直接被放到图片src里的。主要想法是不想直接暴露填写的随机图片地址,对于部分随机图片接口 地址中可能包含token等字段。
你这个问题是随机图片接口的问题而不是主题的问题,主题是不管随机图接口是直接返回图片还是redirect到图片真实地址上的。
No branches or pull requests
这是什么方面的想法?
新增功能
这个想法具体是要实现什么?
随机图片设置外部API增加 API接口调用模式
这个想法实现后有什么帮助?
更灵活的使用随机图片API
是否有具体的实现思路?
前端 页面增加:
https://example.com
)POST
)data.url
)补充信息:
接口调用在后端完成,待接口返回数据后 依据用户输入的
图片地址取值
字段,将图片渲染至页面The text was updated successfully, but these errors were encountered: