storageKey.js 151 B

12345678
  1. 'use strict';
  2. module.exports = {
  3. EGG_CONFIG: 'egg_config',
  4. ELECTRON_IPC: 'electron_ipc',
  5. PREFERENCES: 'preferences',
  6. TEST_DATA: 'test_data'
  7. };