feat: bunker login

This commit is contained in:
codytseng 2024-12-18 14:54:35 +08:00
parent 04dd682e0d
commit 4a39941352
11 changed files with 196 additions and 30 deletions

View file

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