NapCatQQ/napcat.webui/src/const/key.ts
2025-01-26 10:44:31 +08:00

16 lines
394 B
TypeScript

enum key {
token = 'token',
theme = 'theme',
backgroundImage = 'background-image',
musicID = 'music-id',
showMusicTip = 'show-music-tip',
autoPlay = 'auto-play',
customIcons = 'custom-icons',
isCollapsedMusicPlayer = 'is-collapsed-music-player',
sideBarOpen = 'side-bar-open',
httpDebugConfig = 'http-debug-config',
wsDebugConfig = 'ws-debug-config'
}
export default key