refactor(web): 移除未使用的组件和页面

- 删除了 HelloWorld、TheWelcome、WelcomeItem 组件
- 删除了 IconCommunity、IconDocumentation、IconEcosystem、IconSupport、IconTooling 图标组件
- 删除了 AboutView 页面
- 移除了 HomeView 中的 TheWelcome 组件引用
- 删除了 router 中的 about 路由配置
This commit is contained in:
2025-04-24 16:33:33 +08:00
parent 0a5485ec89
commit 0ca6cae01a
11 changed files with 1 additions and 299 deletions

View File

@@ -1,9 +1,5 @@
<script setup>
import TheWelcome from '../components/TheWelcome.vue'
</script>
<template>
<main>
<TheWelcome />
</main>
</template>