You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix bug: 在vscode更新的时候,遗漏了 非初次加载插件&&css文件未hack 的情况。
产生原因:用ts重写的时候遗漏。
fix bug: while vscode updated,extension can't work well.
why it happens: My fault,i forgot it when rewrite it by typescript.Sorry...
ver1.1.16 (2017/10/30)
用 typescript 重写了一下,因为旧代码太恶心了。
rewrite by typescript,because the old code is so rubish. :D
修复了旧版本的一个bug:插件卸载之后,注册的事件并没有dispose掉。
fix bug: After extension has been uninstalled,the event doesn't dispose currently.
ver1.1.14 (2017/7/3)
Fix the bug,which "z-index" caught.
修复背景图后置的 z-index 导致样式影响问题
ver1.1.13 (2017/6/29)
"background.useFront":boolean
add config to on the top of code,or behind the code.
添加图片前置,后置功能。
ver1.1.12 (2017/6/27)
Config opacity. 添加自定义透明度功能。
remove background to the css3 [::after],so u can config opacity now!
把background的背景移植到css3属性[::after]上,所以现在可以配置透明度。