feat: first commit
This commit is contained in:
11
src/constants/cache-key.ts
Normal file
11
src/constants/cache-key.ts
Normal file
@ -0,0 +1,11 @@
|
||||
export enum CacheKey {
|
||||
// CACHE_USER_INFO = '__cache_user_info__',
|
||||
CACHE_LOCATION_INFO = '__cache_location_info__',
|
||||
JOB_SEARCH_HISTORY = '__job_search_history__',
|
||||
LAST_OPEN_MINI_PROGRAM_TIME = '__last_open_mini_program_time__',
|
||||
LAST_SHOW_MATERIAL_TIME = '__last_show_material_time__',
|
||||
SHOW_LOGIN_DIALOG = '__show_login_dialog__',
|
||||
APP_MODE = '__bl_app_mode__',
|
||||
APP_MODE_NEW = '__bl_app_mode_2__',
|
||||
LAST_SELECT_MY_JOB = '__last_select_my_job__',
|
||||
}
|
Reference in New Issue
Block a user