mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-19 13:52:15 +00:00
This commit is contained in:
parent
5e867d8558
commit
45018f9747
2 changed files with 25 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ui",
|
||||
"version": "6.4.10",
|
||||
"version": "6.4.11",
|
||||
"license": "BUSL-1.1",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.14.4",
|
||||
|
|
|
|||
|
|
@ -161,6 +161,30 @@ export const sort = [
|
|||
{
|
||||
value: 'UPDATED_AT_DESC',
|
||||
label: 'Updated Date'
|
||||
},
|
||||
{
|
||||
value: 'TITLE_ROMAJI',
|
||||
label: 'Name Asc'
|
||||
},
|
||||
{
|
||||
value: 'START_DATE',
|
||||
label: 'Release Date Asc'
|
||||
},
|
||||
{
|
||||
value: 'SCORE',
|
||||
label: 'Score Asc'
|
||||
},
|
||||
{
|
||||
value: 'POPULARITY',
|
||||
label: 'Popularity Asc'
|
||||
},
|
||||
{
|
||||
value: 'TRENDING',
|
||||
label: 'Trending Asc'
|
||||
},
|
||||
{
|
||||
value: 'UPDATED_AT',
|
||||
label: 'Updated Date Asc'
|
||||
}
|
||||
] as const
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue