Vanessa 2025-07-28 10:02:06 +08:00
parent 99ad5a0f77
commit 425882cda0
2 changed files with 4 additions and 2 deletions

View file

@ -75,7 +75,7 @@ ${html}
</div>`;
};
const getLanguageByIndex = (index: number, type: "sort" | "date") => {
export const getLanguageByIndex = (index: number, type: "sort" | "date") => {
if (type === "sort") {
switch (index) {
case 0: