wenzuowei

Results 7 comments of wenzuowei

我准备把Lombok单独提取出来作为一个可选项

So why don't we simply remove that *dumb* code?

Ubuntu 16.04 GCC 5.4.0 CMake 3.5.1 same problem. any one can fix it ?

2.0.0 still does not work on Android 4.1 - 4.3

如果不是使用sync()更新的话需要调用window.codePush.notifyApplicationReady()方法 ![image](https://github.com/user-attachments/assets/a940d061-074e-4712-932e-aba8de11be70)

Android重启回滚的情况我猜测跟热更新客户端的代码使用不善有关,因为我之前也遇到过相同问题。 我用的是cordova-plugin-code-push,需要在更新重启APP后手动调用notifyApplicationReady()方法使更新永久生效。 否则会出现杀掉APP重新打开回滚的情况。

First, supporting Chinese display in `three-dxf-viewer` is straightforward; you only need to provide the path to a Chinese font file. ```js const font = 'fonts/FontAwesome_Regular.typeface.json'; let viewer = new DXFViewer();...