feature: add subscription manage

This commit is contained in:
2025-04-30 01:59:14 +08:00
parent 9fdb778330
commit 4301f1dbab
128 changed files with 2286 additions and 740 deletions

View File

@@ -10,11 +10,11 @@
"cssVariables": true
},
"aliases": {
"components": "@/views/components",
"utils": "@/views/utils",
"ui": "@/views/components/ui",
"lib": "@/views/lib",
"hooks": "@/views/hooks"
"components": "@/components",
"utils": "@/presentation/utils",
"ui": "@/components/ui",
"lib": "@/presentation/lib",
"hooks": "@/presentation/hooks"
},
"iconLibrary": "lucide"
}