f6f8e82a7b
添加四个新的页面组件:news.vue、work.vue、studio.vue 和 contact.vue 同时更新.gitignore文件,添加.trae忽略项
10 lines
216 B
Vue
10 lines
216 B
Vue
<template>
|
|
<div class="page-container flex min-h-screen items-center justify-center pt-32">
|
|
<h1 class="text-4xl font-bold">News Page</h1>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
// News 页面
|
|
</script>
|