mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 03:52:07 +08:00
app别名
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user