更新样式和功能:添加背景图、打字机效果,优化留言板和吐槽区布局

This commit is contained in:
qingfeng1121
2025-09-29 18:39:10 +08:00
parent ade67e4411
commit aaf326ed1f
8 changed files with 519 additions and 422 deletions

View File

@@ -2,7 +2,6 @@ import { createApp } from 'vue'
import App from './App.vue'
import Router from './router/Router'
import './assets/index.css'
const app = createApp(App)
app.use(Router)
app.mount('#app')