remove blank lines
This commit is contained in:
parent
3d2c622ba7
commit
229b726251
3 changed files with 0 additions and 3 deletions
|
@ -20,7 +20,6 @@ app.on('ready', function () {
|
||||||
appIcon.setToolTip('This is my application.')
|
appIcon.setToolTip('This is my application.')
|
||||||
appIcon.setContextMenu(contextMenu)
|
appIcon.setContextMenu(contextMenu)
|
||||||
})
|
})
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
__プラットフォームの制限:__
|
__プラットフォームの制限:__
|
||||||
|
|
|
@ -131,7 +131,6 @@ app.on('activate', function () {
|
||||||
|
|
||||||
// В этот файл Вы можете включить остальной код вашего главного процесса.
|
// В этот файл Вы можете включить остальной код вашего главного процесса.
|
||||||
// Вы также можете разложить его по отдельным файлам и подключить с помощью require.
|
// Вы также можете разложить его по отдельным файлам и подключить с помощью require.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Наконец, `index.html`, страница, которую Вы хотите показать:
|
Наконец, `index.html`, страница, которую Вы хотите показать:
|
||||||
|
|
|
@ -141,7 +141,6 @@ app.on('activate', () => {
|
||||||
// Bu sayfada, uygulamanızın spesifik main process kodlarını dahil edebilirsiniz.
|
// Bu sayfada, uygulamanızın spesifik main process kodlarını dahil edebilirsiniz.
|
||||||
// Aynı zamanda bu kodları ayrı dosyalar halinde oluştura bilir
|
// Aynı zamanda bu kodları ayrı dosyalar halinde oluştura bilir
|
||||||
// ve buraya require yoluyla ekleye bilirsiniz.
|
// ve buraya require yoluyla ekleye bilirsiniz.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Son olarak `index.html` yani göstermek istediğiniz web sayfası:
|
Son olarak `index.html` yani göstermek istediğiniz web sayfası:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue