UNPKG

@difizen/mana-core

Version:

15 lines (14 loc) 253 B
/** * 内存存储 */ export var DefaultConfigurationStorage = { id: '__default_configuration_storage', priority: 0 }; /** * localstorage 存储 */ export var LocalConfigurationStorage = { id: '__local_configuration_storage', priority: 1 };