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/enum.ts
Normal file
13
napcat.webui/src/const/enum.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export enum LogLevel {
|
||||
DEBUG = 'debug',
|
||||
INFO = 'info',
|
||||
WARN = 'warn',
|
||||
ERROR = 'error',
|
||||
FATAL = 'fatal'
|
||||
}
|
||||
|
||||
export enum PlayMode {
|
||||
Loop = 'loop',
|
||||
Random = 'random',
|
||||
Single = 'single'
|
||||
}
|
||||
Reference in New Issue
Block a user