add bun backend and add upload bitstream component

This commit is contained in:
2025-03-18 17:28:21 +08:00
parent 4980b84da6
commit d766e2ae6a
13 changed files with 178 additions and 17 deletions

View File

@@ -8,3 +8,5 @@ import router from './router'
const app = createApp(App).use(router).use(createPinia()).mount('#app')
console.log()