编写路由代码。

This commit is contained in:
2025-10-23 17:52:01 +08:00
parent fd4275c3a5
commit 7ea8e7ab4d
24 changed files with 1606 additions and 150 deletions

View File

@@ -1,16 +1,9 @@
// {
// "files": [],
// "references": [
// {
// "path": "./tsconfig.node.json"
// },
// {
// "path": "./tsconfig.app.json"
// }
// ],
// }
{
"compilerOptions": {
// "allowJs": true,
// "declaration": true,
"noEmit": true,
"allowImportingTsExtensions": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"forceConsistentCasingInFileNames": true,
"useDefineForClassFields": true,
@@ -45,7 +38,7 @@
"src/**/*.tsx",
"src/**/*.vue",
"*.d.ts",
"src/router/index.d.ts",
".vscode/bak/RouteIndex.d.ts",
"vite.config.*",
"vitest.config.*",
"cypress.config.*",