feat: 重构前端

This commit is contained in:
tbphp
2025-07-02 17:15:10 +08:00
parent 6a96c4464b
commit f15d0dd8da
102 changed files with 5392 additions and 10344 deletions

49
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,49 @@
{
"recommendations": [
// Vue 开发必备
"vue.volar",
"vue.vscode-typescript-vue-plugin",
// 代码格式化和质量
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
// TypeScript 支持
"ms-vscode.vscode-typescript-next",
// Git 增强
"eamodio.gitlens",
"mhutchie.git-graph",
// 开发体验增强
"christian-kohler.path-intellisense",
"visualstudioexptteam.vscodeintellicode",
"ms-vscode.vscode-json",
// 文件图标
"vscode-icons-team.vscode-icons",
// 自动重命名标签
"formulahendry.auto-rename-tag",
// TODO 高亮
"wayou.vscode-todo-highlight",
// 注释增强
"aaron-bond.better-comments",
// 代码片段
"hollowtree.vue-snippets",
// 错误镜头
"usernamehw.errorlens",
// 导入成本
"wix.vscode-import-cost"
],
"unwantedRecommendations": [
"ms-vscode.vscode-typescript",
"hookyqr.beautify",
"coenraads.bracket-pair-colorizer-2"
]
}