🎉 Initial commit

This commit is contained in:
2025-04-22 22:41:35 +08:00
commit 598453076f
43 changed files with 1602 additions and 0 deletions

4
frontend/src/main.ts Normal file
View File

@@ -0,0 +1,4 @@
import { createApp } from 'vue'
import App from './App.vue'
createApp(App).mount('#app')