mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 16:47:03 +08:00
11 lines
368 B
TypeScript
11 lines
368 B
TypeScript
/**
|
|
* @module preload
|
|
*/
|
|
|
|
export {sha256sum} from './nodeCrypto';
|
|
export {versions} from './versions';
|
|
export {ipcRendererSend, ipcRendererOn} from './electronApi';
|
|
export {getAlasConfig, checkIsNeedInstall, getAlasConfigDirFiles} from './alasConfig';
|
|
export {copyFilesToDir} from '@common/utils/copyFilesToDir';
|
|
export {modifyConfigYaml} from './modifyConfigYaml';
|