rebuild: vite

This commit is contained in:
Kisechan
2025-03-02 22:11:27 +08:00
parent c817cc6511
commit a71376fe05
33 changed files with 388 additions and 3228 deletions

View File

@ -1,20 +0,0 @@
<template>
<div class="home">
<h1>施工中</h1>
<p>这是一个由 DeepSeek 建立的使用 Vue 建立的网站实例</p>
<nav>
<router-link to="/about">关于</router-link>
</nav>
</div>
</template>
<style scoped>
.home {
text-align: center;
padding: 2rem;
}
nav a {
color: #42b983;
text-decoration: none;
}
</style>