feat: change test view to basic jtag upload and download page

This commit is contained in:
2025-05-09 21:44:51 +08:00
parent 10918a997c
commit 020674a277
10 changed files with 859 additions and 128 deletions

View File

@@ -5,10 +5,10 @@ import { createPinia } from 'pinia'
import App from '@/App.vue'
import router from './router'
import { initConstraintCommunication } from './APIClient'
// import { Client } from './APIClient'
const app = createApp(App).use(router).use(createPinia()).mount('#app')
// 初始化约束通信
initConstraintCommunication();
// initConstraintCommunication();