feat: private key login

This commit is contained in:
codytseng 2024-12-12 22:09:40 +08:00
parent 76ebc7e4a5
commit 3d3f603596
16 changed files with 495 additions and 233 deletions

View file

@ -1,4 +1,5 @@
export const StorageKey = {
THEME_SETTING: 'themeSetting',
RELAY_GROUPS: 'relayGroups'
RELAY_GROUPS: 'relayGroups',
ACCOUNT: 'account'
}