refactor(web): 移除未使用的组件和页面
- 删除了 HelloWorld、TheWelcome、WelcomeItem 组件 - 删除了 IconCommunity、IconDocumentation、IconEcosystem、IconSupport、IconTooling 图标组件 - 删除了 AboutView 页面 - 移除了 HomeView 中的 TheWelcome 组件引用 - 删除了 router 中的 about 路由配置
This commit is contained in:
		| @@ -1,9 +1,5 @@ | ||||
| <script setup> | ||||
| import TheWelcome from '../components/TheWelcome.vue' | ||||
| </script> | ||||
|  | ||||
| <template> | ||||
|   <main> | ||||
|     <TheWelcome /> | ||||
|   </main> | ||||
| </template> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user