feat: 前端配置和组件更新

- App.vue, Sidebar.vue
- main.ts, router/index.ts
- package.json, vite.config.ts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-11 14:26:33 +08:00
parent 03540fb9e9
commit 85b4c51fd7
6 changed files with 294 additions and 68 deletions

View File

@@ -13,7 +13,9 @@
"@vue-office/excel": "^1.7.14",
"echarts": "^6.0.0",
"element-plus": "^2.13.3",
"lucide-vue-next": "^0.577.0",
"marked": "^17.0.4",
"monaco-editor": "^0.55.1",
"papaparse": "^5.5.3",
"pinia": "^2.1.7",
"vue": "^3.4.21",
@@ -28,6 +30,7 @@
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3",
"vite": "^5.2.8",
"vite-plugin-monaco-editor": "^1.1.0",
"vue-tsc": "^2.0.7"
}
}