diff --git a/README.md b/README.md index d820267..6e468ce 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,22 @@ 点击展开 +#### 2020.6.20 + +生成截图的时候将会把一些设置使用 localStorage 保存,下次打开小工具的时候就不需要重新设置一遍了~ + +将会保存以下设置: + +* 用户名 +* 头像(但是不要选择文件大小很大的头像啊……) +* 正文 +* 定位 +* 转发出处 +* 图片长度 +* 使用 7.0 以上版本白色界面 +* 显示 APP 图标 +* 随机信号和电量 + #### 2020.5.26 由于自己的服务器用了 Cloudflare 的免费 CDN,然而最近分配到的 IPv4 地址被墙了,所以后端(在墙内)不能用了…… diff --git a/fuckWechat.js b/fuckWechat.js index 4cb01e9..799ccb5 100644 --- a/fuckWechat.js +++ b/fuckWechat.js @@ -3,7 +3,7 @@ div.setAttribute('id', 'fuckWechat'); document.querySelector('.mdui-appbar').style.filter = 'blur(2px)'; document.querySelector('.mdui-container').style.filter = 'blur(2px)'; - div.style.cssText = 'position:fixed;left:0;top:0;width:100%;height:100%;box-sizing:border-box;padding:18px;font-size:16px;line-height:1.5em;background-color:rgba(255,255,255,.8);z-index:2147483647;display:flex;justify-content:center;align-items:center' + div.style.cssText = 'position:fixed;left:0;top:0;width:100%;height:100%;box-sizing:border-box;padding:18px;font-size:16px;line-height:1.5em;background-color:rgba(255,255,255,.9);z-index:2147483647;display:flex;justify-content:center;align-items:center' div.innerHTML = '' + '
如果点击“保存”没有反应请尝试长按/右键图片进行另存为操作( ゚ 3゚)
当前使用的头像与设置已保存到本地下次打开本工具将自动读取~