Fix season type (fix #5292)

This commit is contained in:
the1812 2025-08-29 08:21:43 +08:00
parent 9e16d64d0b
commit 6aded9e0e8

View File

@ -33,8 +33,8 @@ export const compactRankListCssVars = {
export const PGCSeasonTypeMap = {
anime: 1,
movie: 2,
guochuang: 3,
documentary: 4,
documentary: 3,
guochuang: 4,
tv: 5,
}
export const getDefaultRankListCards = (json: any): RankListCard[] => {