feat: first commit

This commit is contained in:
2025-01-24 00:49:17 +08:00
commit c2cbc1b1d6
88 changed files with 12831 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
import { createApp } from 'vue'
import CaptureObjectList from '@/views/CaptureObjectList.vue'
createApp(CaptureObjectList).mount('#app')