-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
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
[Feature Request] 封面能不能跟正文一样加个图片解密 #2313
Comments
单个图片可以解密后生成DataURL let url = result;
//添加type字段 java.ajax返回HexString
hex = java.ajax({url},{type:"jpg"});
//利用java.downloadFile java.readFile读取bytes
path = java.downloadFile(url);
bytes = java.readFile(path);
//解密完成后可以删除下载的文件
java.deleteFile(path)
function decode2Base64(){
//解密实现
}
`data:base64,${decode2Base64()}` |
谢谢大佬,学会了 |
应该是缓存了 |
调试没有报错 |
清理缓存之后好了,谢谢大佬 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
功能描述(请清晰的、详细的描述你想要的功能)
有些源的封面要解密才能显示,例如这个源
期望实现方式(阅读应该如何实现该功能)
跟正文的图片解密一样
附加信息(其他的与功能相关的附加信息)
http://www.yckceo.com/d/67sBz
效果演示(可以手绘一些草图,或者提供可借鉴的图片)
The text was updated successfully, but these errors were encountered: