feat: 统一函数命名

This commit is contained in:
2026-08-02 12:02:17 +08:00
parent 97235386ca
commit 99d5392a68
64 changed files with 331 additions and 1459 deletions

View File

@@ -11,7 +11,7 @@
"preview": "vite preview",
"preinstall": "npx only-allow pnpm",
"format": "prettier --write src/",
"type-check": "vue-tsc --build",
"type-check": "tsc --noEmit -p tsconfig.app.json",
"deploy": "./scripts/deploy.sh"
},
"dependencies": {
@@ -24,7 +24,6 @@
"@radix-ui/react-label": "^2.1.11",
"@radix-ui/react-separator": "^1.1.11",
"@radix-ui/react-slot": "^1.3.0",
"@radix-ui/react-tooltip": "^1.2.11",
"@tailwindcss/vite": "^4.3.2",
"@tanstack/react-query": "^5.101.2",
"@tanstack/react-router": "^1.170.17",
@@ -64,7 +63,6 @@
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.5.0",