index.ts 356 Bytes
Newer Older
hucy's avatar
hucy committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/**
 * 定义公共常数
 */

/**
 * The prefix of web storage value, to ideintify the value data type.
 * e.g __hcytest_object|{"key": "value"}
 */
// export const STORAGE_VALUE_PREFIX = '__hcytest_';

/**
 * The key which save user last selected `Language` or `Local` to
 * `SessionStorage` or `LocalStorage`
 */
export const LANG_STORAGE_KEY = 'LANG';