feat: first commit

This commit is contained in:
eleanor.mao
2025-03-31 22:34:22 +08:00
commit d25187c9c8
390 changed files with 57031 additions and 0 deletions

View 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__',
}