90 lines
1.3 KiB
JavaScript
90 lines
1.3 KiB
JavaScript
export const rankType = {
|
|
日: {
|
|
type: "day",
|
|
total: 500,
|
|
r18: {
|
|
total: 100,
|
|
type: "day_r18"
|
|
}
|
|
},
|
|
周: {
|
|
type: "week",
|
|
total: 500,
|
|
r18: {
|
|
total: 100,
|
|
type: "week_r18"
|
|
}
|
|
},
|
|
月: {
|
|
type: "month",
|
|
total: 500,
|
|
r18: false
|
|
},
|
|
AI: {
|
|
type: "day_ai",
|
|
total: 50,
|
|
r18: {
|
|
total: 50,
|
|
type: "day_r18_ai"
|
|
}
|
|
},
|
|
男性向: {
|
|
type: "day_male",
|
|
total: 500,
|
|
r18: {
|
|
total: 300,
|
|
type: "day_male_r18"
|
|
}
|
|
},
|
|
女性向: {
|
|
type: "day_female",
|
|
total: 500,
|
|
r18: {
|
|
total: 300,
|
|
type: "day_female_r18"
|
|
}
|
|
},
|
|
漫画日: {
|
|
type: "day_manga",
|
|
total: 500,
|
|
r18: {
|
|
total: 100,
|
|
type: "day_r18_manga"
|
|
}
|
|
},
|
|
漫画周: {
|
|
type: "week_manga",
|
|
total: 500,
|
|
r18: {
|
|
total: 100,
|
|
type: "week_r18_manga"
|
|
}
|
|
},
|
|
漫画月: {
|
|
type: "month_manga",
|
|
total: 500,
|
|
r18: false
|
|
},
|
|
漫画新人周: {
|
|
type: "week_rookie_manga",
|
|
total: 500,
|
|
r18: false
|
|
},
|
|
新人: {
|
|
type: "week_rookie",
|
|
total: 500,
|
|
r18: false
|
|
},
|
|
原创: {
|
|
type: "week_original",
|
|
total: 500,
|
|
r18: false
|
|
}
|
|
}
|
|
export const ImageRPSS = [
|
|
"i.pixiv.re",
|
|
"proxy.pixivel.moe",
|
|
"px2.rainchan.win",
|
|
"sex.nyan.xyz"
|
|
]
|