feat: multi accounts
This commit is contained in:
parent
ee0c702135
commit
33ac5e60b6
17 changed files with 426 additions and 137 deletions
|
|
@ -1,7 +1,8 @@
|
|||
export const StorageKey = {
|
||||
THEME_SETTING: 'themeSetting',
|
||||
RELAY_GROUPS: 'relayGroups',
|
||||
ACCOUNTS: 'accounts'
|
||||
ACCOUNTS: 'accounts',
|
||||
CURRENT_ACCOUNT: 'currentAccount'
|
||||
}
|
||||
|
||||
export const BIG_RELAY_URLS = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue