// System default cache time, in seconds export const DEFAULT_CACHE_TIME = 60 * 60 * 24 * 7; // aes encryption key export const cacheCipher = { key: '_11111000001111@', iv: '@11111000001111_', }; // Whether the system cache is encrypted using aes export const enableStorageEncryption = false; //TODO 根据环境开启 export const SNOW_ID_GEN_CONFIG = { mid: 42, offset: (2019 - 1970) * 31536000 * 1000, };