smallwhite

Results 141 comments of smallwhite

这个可能是 admin monitor的相关功能。 你在自己项目里安装这个 heapdump就行了。 另外你也可以自己实现一个 admin module或者其它方式来实现。都可以。 你也可以提交个PR,修改成你说的内置的。(但是因为这个是pomelo遗传下来的功能。所以要在保证兼容性的前提下修改。)

对这个了解不多,另外好像没啥支持的必要,都是用的ts在写代码啊。。难道性能有区别? 另外框架大量的依赖 require,估计这玩意是个大工程。 我是没动力研究的。

忘记了 应该是protos的读取的地方。

可以详细一点吗

Has the `*.syso` file been generated?

https://github.com/whtiehack/wingui/tree/master/examples/simple https://github.com/whtiehack/wingui/tree/master/examples/basic you can use this test.

The implementation of Wingui is indeed different. It primarily uses a visual tool to edit the interface, and the code loads the pre-edited interface files. I recommend taking a closer...

![editor](https://github.com/whtiehack/wingui/blob/master/res/resedit.png?raw=true) ![editor2](https://github.com/whtiehack/wingui/blob/master/res/vsreseditor.png?raw=true) No, this library uses external tools to generate the rc file, which is then compiled into a syso file for use.