This commit is contained in:
aaron 2025-04-16 22:48:11 +08:00
parent 613aca84cb
commit a9be64ef78
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
<footer class="footer"> <footer class="footer">
<div class="container"> <div class="container">
<p>© {{ new Date().getFullYear() }} 美搭 - 时尚穿搭展示平台</p> <p>© {{ new Date().getFullYear() }} 美搭 - AI个人时尚穿搭助手</p>
</div> </div>
</footer> </footer>
</div> </div>

View File

@ -2,7 +2,7 @@
<div class="home"> <div class="home">
<div class="hero"> <div class="hero">
<h1>欢迎使用美搭</h1> <h1>欢迎使用美搭</h1>
<p>您的个人时尚穿搭助手</p> <p>您的AI个人时尚穿搭助手</p>
<router-link to="/password" class="btn btn-primary">查看穿搭历史</router-link> <router-link to="/password" class="btn btn-primary">查看穿搭历史</router-link>
</div> </div>