fix torrent card

This commit is contained in:
jxxghp
2023-07-08 23:31:06 +08:00
parent 7844577b5b
commit 3e90c0b0fc
5 changed files with 76 additions and 19 deletions

View File

@@ -393,14 +393,14 @@ export interface MetaInfo {
season_episode: string
// 资源类型字符串,含分辨率
resource_term: string
// 资源类型字符串,不含分辨率
edtion: string
// 发布组/字幕组字符串
release_group: string
// 视频编码
video_term: string
// 音频编码
audio_term: string
// 资源类型+特效
edition: string
}