mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 01:47:20 +08:00
AlasGG
This commit is contained in:
9
webapp/packages/common/constant/eventNames.ts
Normal file
9
webapp/packages/common/constant/eventNames.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export const UPDATE_APP = 'Update app.asar';
|
||||
export const ALAS_LOG = 'alas-log';
|
||||
export const ALAS_CONFIG = 'alas-config';
|
||||
export const WINDOW_READY = 'window-ready';
|
||||
export const INSTALLER_READY = 'installer-ready';
|
||||
export const ALAS_READY = 'alas-config-path';
|
||||
export const ELECTRON_THEME = 'electron-theme';
|
||||
|
||||
export const PAGE_ERROR = 'page-error';
|
||||
Reference in New Issue
Block a user