Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
| 12345678910 |
- // This file is required by the index.html file and will
- // be executed in the renderer process for that window.
- // No Node.js APIs are available in this process because
- // `nodeIntegration` is turned off. Use `preload.js` to
- // selectively enable features needed in the rendering
- // process.
- let myNotification = new Notification('标题', {
- body: '通知正文内容'
- });
|