refactor: storage

This commit is contained in:
codytseng 2024-11-24 17:43:07 +08:00
parent 6d4bb00f8b
commit 3aa383ad32
9 changed files with 83 additions and 116 deletions

4
src/common/constants.ts Normal file
View file

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