mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Update screen.md
This commit is contained in:
@@ -23,7 +23,7 @@ app.on('ready', function() {
|
||||
});
|
||||
```
|
||||
|
||||
另一个例子,在次页外创建一个窗口:
|
||||
另一个例子,在此页外创建一个窗口:
|
||||
|
||||
```javascript
|
||||
const electron = require('electron');
|
||||
@@ -132,4 +132,4 @@ app.on('ready', function() {
|
||||
* `width` Integer
|
||||
* `height` Integer
|
||||
|
||||
返回与提供的边界范围最密切相关的 display.
|
||||
返回与提供的边界范围最密切相关的 display.
|
||||
|
||||
Reference in New Issue
Block a user