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

@@ -15,7 +15,9 @@ export default defineConfig(({ mode }) => {
tailwindcss(),
tsconfigPaths(),
checker({
typescript: true,
typescript: {
tsconfigPath: './tsconfig.app.json',
},
eslint: {
lintCommand: 'eslint "./src/**/*.{ts,tsx}"',
useFlatConfig: true,