feat: add new UI about no-data page (#80)

* feat: new UI redesign

* feat: add new ui no-data page
This commit is contained in:
BiggerRain
2025-01-02 14:41:54 +08:00
committed by GitHub
parent ce921944d9
commit 9215ae060e
19 changed files with 972 additions and 54 deletions

View File

@@ -14,7 +14,11 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]