Cong Liu
Cong Liu
@rogerwang This PR will also fix regression in nwjs/nw.js#5387. And it will prevent such regressions caused by inconsistent options between `nw.Window.open` and `window` fields in `package.json`. Please consider to merge...
@rogerwang Please review and merge this patch in order to prevent future regressions.
@Rogerwang No. It only happens for NW.js. The root cause is that NW.js didn't call `DwmExtendFrameIntoClientArea` to make Windows update icons and titles automatically. Therefore the min / max height...
Please also review this backport for nw14
@rogerwang Do I need to update the PR for nw18?
@rogerwang Please review and merge this backport of #28.
@Pumpernickel61 You can't set color of menubar. But it will be rendered same color as your OS theme, same as Electron.
@rogerwang Is it ready for merge to nw14?
@rogerwang Please also review this patch.
好像是mock文件导致的,把mock文件里 ```typescript // import { MockMethod } from 'vite-plugin-mock' // 改成 import type { MockMethod } from 'vite-plugin-mock' ```