feat: add mailbox configuration

This commit is contained in:
codytseng
2025-01-13 16:53:07 +08:00
parent 9de3d4ed5b
commit 0f8a5403cd
20 changed files with 525 additions and 62 deletions

View File

@@ -5,6 +5,9 @@ export const StorageKey = {
FEED_TYPE: 'feedType',
ACCOUNTS: 'accounts',
CURRENT_ACCOUNT: 'currentAccount',
ACCOUNT_RELAY_LIST_MAP: 'accountRelayListMap',
ACCOUNT_FOLLOWINGS_MAP: 'accountFollowingsMap',
ACCOUNT_PROFILE_MAP: 'accountProfileMap',
ADD_CLIENT_TAG: 'addClientTag'
}