feat: add desktop-ui frontend

This commit is contained in:
2026-05-11 16:04:31 +08:00
parent e24a34deb4
commit 70d0dfc427
15 changed files with 4746 additions and 0 deletions

8
desktop-ui/jsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}