We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
直接使用 electron 的 API (dialog.showMessageBox, BrowserWindow)
dialog.showMessageBox
BrowserWindow
Note
对于 BrowserWindow, 我正在尝试设计一套简约的流程, 尽量做到仅仅是 dialog.showMessageBox 的超集而不引入过多资源(引入越少, 出虫子的洞就越少)
The text was updated successfully, but these errors were encountered:
目前不打算用electron的dialog,因为这个弹窗太丑了,后面会自己写一个简单的弹窗,或者在图片下面添加链接 这个项目在开发的时候没想过会加入这么多功能,所以没有有个规范项目,年后会推进更改的
Sorry, something went wrong.
我觉得显示效果其实还好, 至少比原来的好(其实用系统原生的就可以把很多繁琐的工作留给系统帮忙做了
No branches or pull requests
Why
How
直接使用 electron 的 API (
dialog.showMessageBox
,BrowserWindow
)Note
对于
BrowserWindow
, 我正在尝试设计一套简约的流程, 尽量做到仅仅是dialog.showMessageBox
的超集而不引入过多资源(引入越少, 出虫子的洞就越少)The text was updated successfully, but these errors were encountered: