v1.1.0
- 添加设置界面
- 添加上传时自动去水印
使用此版本的代码:
javascript:fetch('https://raw.githubusercontent.com/xfgryujk/weibo-img-crypto/695c67c627b1d5cd8276de204458e1a5d74e6435/weibo-img-crypto.js').then(res => res.text(), e => alert('载入失败:' + e)).then(res => {let script = document.createElement('script'); script.innerHTML = res; document.body.appendChild(script)})