This commit is contained in:
Fripine 2024-09-21 12:30:05 +08:00
parent 9c353f3760
commit 2428a12221
No known key found for this signature in database
GPG Key ID: 326813FC366DEC06

View File

@ -5,7 +5,7 @@ export interface IdMusicSignPostData {
export interface CustomMusicSignPostData {
type: 'qq' | '163' | 'kugou' | 'migu' | 'kuwo' | 'custom',
id:undefined,
id: undefined,
url: string,
audio?: string,
title?: string,