update ver

This commit is contained in:
Megghy
2023-12-22 11:45:29 +08:00
parent caa3c390a2
commit cb23bb7fc6
10 changed files with 5608 additions and 3429 deletions

View File

@@ -93,7 +93,7 @@ export function GetString(account: AccountInfo | undefined, live: ResponseLiveIn
})
}
})
function GetTime(danmaku: DanmakuModel) {
const GetTime = (danmaku: DanmakuModel) => {
return ((danmaku.time - live.startAt) / 1000).toFixed(3)
}
return builder.build(xmlJsonObj)