mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-03-01 16:20:25 +00:00
feat: 新版webui
This commit is contained in:
13
napcat.webui/src/const/key.ts
Normal file
13
napcat.webui/src/const/key.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
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'
|
||||
}
|
||||
|
||||
export default key
|
||||
Reference in New Issue
Block a user