allow custom song language

This commit is contained in:
2024-04-19 00:56:33 +08:00
parent 000963fd38
commit df1e75caa5
4 changed files with 62 additions and 38 deletions

View File

@@ -276,7 +276,7 @@ export interface SongsInfo {
author: string[]
url: string
from: SongFrom
language: SongLanguage[]
language: string[]
description?: string
tags?: string[]
createTime: number