mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
format code
This commit is contained in:
@@ -9,7 +9,12 @@ const builder = new XMLBuilder({
|
||||
format: true,
|
||||
})
|
||||
|
||||
export function GetString(account: AccountInfo | undefined, live: ResponseLiveInfoModel, danmakus: DanmakuModel[], type: 'json' | 'xml' | 'csv') {
|
||||
export function GetString(
|
||||
account: AccountInfo | undefined,
|
||||
live: ResponseLiveInfoModel,
|
||||
danmakus: DanmakuModel[],
|
||||
type: 'json' | 'xml' | 'csv',
|
||||
) {
|
||||
const tempDanmakus = new List(danmakus)
|
||||
.Select((d) => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user