feat: add introduce

This commit is contained in:
Anthony Fu 2022-11-24 10:38:14 +08:00
parent 521ad7a332
commit 4885b165df
6 changed files with 87 additions and 1 deletions

View file

@ -10,4 +10,5 @@ export const STORAGE_KEY_DRAFTS = 'elk-drafts'
export const STORAGE_KEY_USERS = 'elk-users'
export const STORAGE_KEY_CURRENT_USER = 'elk-current-user'
export const STORAGE_KEY_NOTIFY_TAB = 'elk-notify-tab'
export const STORAGE_KEY_FIRST_VISIT = 'elk-first-visit'