mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix season type (fix #5292)
This commit is contained in:
parent
9e16d64d0b
commit
6aded9e0e8
@ -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[] => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user