diff --git a/jsconfig.json b/jsconfig.json index e0aad8a..045043e 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -1,4 +1,5 @@ { + "include": ["src/**/*"], "compilerOptions": { "paths": { diff --git a/src/components/LeftModule.vue b/src/components/LeftModule.vue index c17d96d..79336b2 100644 --- a/src/components/LeftModule.vue +++ b/src/components/LeftModule.vue @@ -23,7 +23,7 @@ - 文章 + 目录 diff --git a/src/index.vue b/src/index.vue deleted file mode 100644 index 76d2c28..0000000 --- a/src/index.vue +++ /dev/null @@ -1,210 +0,0 @@ - - - \ No newline at end of file diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue index 989f33d..6d1c4a3 100644 --- a/src/layouts/MainLayout.vue +++ b/src/layouts/MainLayout.vue @@ -78,7 +78,7 @@ const windowwidth = ref(true); const activeIndex = ref('/:type'); // 打字机效果相关 -const fullHeroText = '如果感到累了撸一管就好了'; +const fullHeroText = '测试打字机效果'; const heroText = ref(''); let heroIndex = 0; let heroTimer: number | undefined;