update: 文档和 interface 补充

This commit is contained in:
binaryify
2024-04-30 15:42:09 +08:00
parent da0f9f6fd7
commit 3da8ff1d00
4 changed files with 50 additions and 2 deletions

21
interface.d.ts vendored
View File

@ -1810,3 +1810,24 @@ export function voicelist_list_search(
radioId?: string
} & RequestBaseConfig,
): Promise<Response>
export function voice_delete(
params: {
ids: number | string
} & RequestBaseConfig,
): Promise<Response>
export function djRadio_top(
params: {
djRadioId?: number | string
sortIndex?: number | string
dataGapDays?: number | string
dataType?: number | string
} & RequestBaseConfig,
): Promise<Response>
export function voice_lyric(
params: {
id: number | string
} & RequestBaseConfig,
): Promise<Response>