mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-06 06:23:53 +05:00
anix/feat: add filters modal with country, category, genre and lists exclusion filters
This commit is contained in:
parent
d3b198c6bc
commit
777fb5b82b
9 changed files with 396 additions and 18 deletions
|
@ -288,13 +288,6 @@ export function minutesToTime(min: number) {
|
|||
if (minutes > 0) return minuteDisplay;
|
||||
}
|
||||
|
||||
const StatusList: Record<string, null | number> = {
|
||||
last: null,
|
||||
finished: 1,
|
||||
ongoing: 2,
|
||||
announce: 3,
|
||||
};
|
||||
|
||||
export const FilterCountry = ["Япония", "Китай", "Южная Корея"];
|
||||
export const FilterCategoryIdToString: Record<number, string> = {
|
||||
1: "Сериал",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue