mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
21 lines
383 B
TypeScript
21 lines
383 B
TypeScript
export const hiCatalog = [
|
|
{
|
|
title: 'Recent',
|
|
filter: '/anime/zoro/recent-episodes',
|
|
},
|
|
{
|
|
title: 'Top Airing',
|
|
filter: '/anime/zoro/top-airing',
|
|
},
|
|
{
|
|
title: 'Most Popular',
|
|
filter: '/anime/zoro/most-popular',
|
|
},
|
|
{
|
|
title: 'Most Favorited',
|
|
filter: '/anime/zoro/most-favorite',
|
|
},
|
|
];
|
|
|
|
export const hiGenresList = [];
|