Update screen.md
This commit is contained in:
parent
591f8fed88
commit
7468118df5
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ app.on('ready', function() {
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
另一个例子,在次页外创建一个窗口:
|
另一个例子,在此页外创建一个窗口:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
const electron = require('electron');
|
const electron = require('electron');
|
||||||
|
@ -132,4 +132,4 @@ app.on('ready', function() {
|
||||||
* `width` Integer
|
* `width` Integer
|
||||||
* `height` Integer
|
* `height` Integer
|
||||||
|
|
||||||
返回与提供的边界范围最密切相关的 display.
|
返回与提供的边界范围最密切相关的 display.
|
||||||
|
|
Loading…
Reference in a new issue