feat: private key login
This commit is contained in:
parent
76ebc7e4a5
commit
3d3f603596
16 changed files with 495 additions and 233 deletions
|
|
@ -1,4 +1,5 @@
|
|||
export const StorageKey = {
|
||||
THEME_SETTING: 'themeSetting',
|
||||
RELAY_GROUPS: 'relayGroups'
|
||||
RELAY_GROUPS: 'relayGroups',
|
||||
ACCOUNT: 'account'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue