feat(页面): 添加新闻、作品、工作室和联系页面
添加四个新的页面组件:news.vue、work.vue、studio.vue 和 contact.vue 同时更新.gitignore文件,添加.trae忽略项
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div class="page-container flex min-h-screen items-center justify-center pt-32">
|
||||
<h1 class="text-4xl font-bold">Work Page</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
// Work 页面
|
||||
</script>
|
||||
Reference in New Issue
Block a user