Files
electron-egg/app/const/storageKey.js
gaoshuaixing 4cc652f823 shortcut
2021-06-24 16:11:01 +08:00

8 lines
151 B
JavaScript

'use strict';
module.exports = {
EGG_CONFIG: 'egg_config',
ELECTRON_IPC: 'electron_ipc',
PREFERENCES: 'preferences',
TEST_DATA: 'test_data'
};