fix: enhance sorting functionality by adding forced sort type and order handling

This commit is contained in:
hamster1963
2026-05-25 01:57:50 +08:00
parent 4b0106c011
commit f69f480d3b
3 changed files with 61 additions and 6 deletions
+1 -2
View File
@@ -14,8 +14,7 @@
"moduleDetection": "force",
"noEmit": true,
"jsx": "react-jsx",
"baseUrl": ".",
"types": ["node"],
"paths": {
"@/*": ["./src/*"]
},