refactor: storage
This commit is contained in:
parent
6d4bb00f8b
commit
3aa383ad32
9 changed files with 83 additions and 116 deletions
4
src/common/constants.ts
Normal file
4
src/common/constants.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export const StorageKey = {
|
||||
THEME_SETTING: 'themeSetting',
|
||||
RELAY_GROUPS: 'relayGroups'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue