Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-03-01 01:38:16 +08:00
parent 2d90ace92e
commit d0e47e2d87
3 changed files with 2817 additions and 5 deletions

3
.gitignore vendored
View File

@@ -15,4 +15,5 @@ pack-dist
.tanstack
.env*
!.env.example
!.env.example
.pnpm-lock.yaml

View File

@@ -21,7 +21,7 @@
"@kevisual/api": "^0.0.60",
"@kevisual/context": "^0.0.8",
"@kevisual/router": "0.0.84",
"@tanstack/react-router": "^1.163.2",
"@tanstack/react-router": "^1.163.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
@@ -45,9 +45,9 @@
"@kevisual/query": "0.0.52",
"@kevisual/types": "^0.0.12",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/react-router-devtools": "^1.163.2",
"@tanstack/router-plugin": "^1.163.2",
"@types/node": "^25.3.0",
"@tanstack/react-router-devtools": "^1.163.3",
"@tanstack/router-plugin": "^1.163.3",
"@types/node": "^25.3.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",

2811
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff