app别名

This commit is contained in:
gaoshuaixing
2023-02-03 15:32:02 +08:00
parent 46ccf3f1a4
commit d439fa9a5f

View File

@@ -5,9 +5,11 @@ const path = require('path');
const fs = require('fs');
const { exec } = require('child_process');
const { Controller, Utils } = require('ee-core');
const electronApp = require('electron').app;
const {dialog, shell, BrowserView,
Notification, powerMonitor, screen, nativeTheme} = require('electron');
const {
app: electronApp,
dialog, shell, BrowserView, Notification,
powerMonitor, screen, nativeTheme
} = require('electron');
const dayjs = require('dayjs');
let myTimer = null;