index.ts 356 Bytes
/**
 * 定义公共常数
 */

/**
 * 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';