litlight
litlight
使用vite打包的项目,index.html文件会引用css和js文件。20210515和20210614都可以正常打开index.html文件,正确加载css和js文件。 但是替换为20211220版本的node.dll后,打开index.html后页面空白,devtools中显示错误信息。 Resource interpreted as Stylesheet but transferred with MIME type application/octet-stream: "file:///_assets/style.995f5fe2.css". index.html:7 GET file:///_assets/style.995f5fe2.css black list index.html:12 GET file:///_assets/index.dab87788.js black list
说明: 升级miniblink后,打开vue项目页面,如果开启了devtools,此时刷新页面会导致程序崩溃。 node.dll 191111版本,可以正常刷新页面。20200325,20200515,20200614都会出现崩溃。 对于Vue项目页面,如果不开启devtools,刷新页面功能正常。 如果是普通的网页页面,包含nginx创建的本地127.0.0.1:80页面,使用任意版本,在打开devtools的情况下,刷新都正常。 复现过程: 打开wkexe,点击Test,打开devtools。 如果在本地启动了Vue项目,输入地址http://127.0.0.1:8080 或者打开一个在线vue demo项目,如 http://cangdu.org/elm/#/home 点击Reload,此时wkexe崩溃。 崩溃时VS报错信息为: 0x0FDA1561 (node.dll)处(位于 xxxx.exe 中)引发的异常: 0xC0000005: 读取位置 0x420CC010 时发生访问冲突。
最近在研究Qt下的实现图标动画的效果,发现使用iSparta可以非常方便的将Png图片序列转换为webp和apng,再利用webp和apng实现动画就简单很多了。 Chrome49已经能够支持webp格式的动画。Chrome59开始支持apng格式的动画。 使用wekexe测试了一下,发现好像不能识别webp格式,显示一个叉号,是否需要进行一下配置才能支持webp? ` `  [webp测试.zip](https://github.com/weolar/miniblink49/files/5213487/webp.zip)
the GDI+ fix make the nk_button_color draw the rectangle with inner black lines, while the original one is ok. I found the PR make change of the GDI+, maybe it's...
使用QtCreator编辑安卓项目 安卓平台支持ucontext_t,但是不支持setcontext, swapcontext等函数,有没有什么办法在安卓平台上使用本库?
As the com implementation of lua, luacom has a method called luacomE.ExportConstants, which can export the enumeration constants of the ActiveX object to a new table. now when the typelib...