refactor: 重构布局和组件结构

- 删除冗余的index.vue文件,将其功能整合到MainLayout.vue
- 修改LeftModule.vue中的菜单项文字从"文章"改为"目录"
- 更新打字机效果的默认文本为测试内容
- 优化jsconfig.json格式
This commit is contained in:
qingfeng1121
2025-10-13 15:14:14 +08:00
parent b8362e7835
commit ed09611d02
4 changed files with 3 additions and 212 deletions

View File

@@ -1,4 +1,5 @@
{
"include": ["src/**/*"],
"compilerOptions": {
"paths": {