feat: banner

This commit is contained in:
eleanor.mao
2025-04-24 00:43:55 +08:00
parent 7988725223
commit 7aafc3a789
16 changed files with 367 additions and 52 deletions

View File

@ -8,4 +8,5 @@ export enum CacheKey {
APP_MODE = '__bl_app_mode__',
APP_MODE_NEW = '__bl_app_mode_2__',
LAST_SELECT_MY_JOB = '__last_select_my_job__',
CLOSE_PARTNER_BANNER = '__last_close_partner_banner__',
}