feat: add release date sorting options and internationalization support

This commit is contained in:
2025-12-07 20:41:49 +08:00
parent 5a5c2edfda
commit 2767f8a30f
6 changed files with 15 additions and 1 deletions

View File

@@ -48,6 +48,8 @@ export default function HomePage() {
t("Views Descending"),
t("Downloads Ascending"),
t("Downloads Descending"),
t("Release Date Ascending"),
t("Release Date Descending"),
]}
current={order}
onSelected={(index) => {