Vanessa 2023-05-08 21:00:41 +08:00
parent 875f00398e
commit 99725ea21d
14 changed files with 122 additions and 40 deletions

View file

@ -388,12 +388,12 @@ declare interface IEditor {
}
declare interface IWebSocketData {
cmd: string
cmd?: string
callback?: string
data: any
data?: any
msg: string
code: number
sid: string
sid?: string
}
declare interface IAppearance {