fix torrent cards

This commit is contained in:
jxxghp
2023-07-08 16:31:30 +08:00
parent 378f81967b
commit a2731c8281
4 changed files with 77 additions and 14 deletions

View File

@@ -322,6 +322,8 @@ export interface TorrentInfo {
labels: string[]
// 种子优先级
pri_order: number
// 促销描述
volume_factor: string
}