feat:重构模块

This commit is contained in:
2025-10-08 22:06:39 +08:00
parent f60d78fe8b
commit 2e81e57774
222 changed files with 2267 additions and 3059 deletions

View File

@@ -16,10 +16,6 @@ import zhCn from 'element-plus/es/locale/lang/zh-cn'
import VCalendar from 'v-calendar'
import 'v-calendar/style.css'
// 引入粒子特效
// import Particles from '@tsparticles/vue3'
// import { loadSlim } from '@tsparticles/slim'
// 引入font-awesome
import 'font-awesome/css/font-awesome.min.css'
import '@fortawesome/fontawesome-free/css/all.css'
@@ -37,12 +33,6 @@ app.use(router)
app.use(createPinia())
// 使用Element UI Plus
app.use(ElementPlus, { locale: zhCn })
// app.use(Particles, {
// init: async (engine: any) => {
// // 加载精简版
// await loadSlim(engine)
// }
// })
app.use(VCalendar, {})
// 挂载到根组件上
app.mount('#app')