Merge branch 'master' of ssh://git.swordlost.top:222/SikongJueluo/FPGA_WebLab

This commit is contained in:
alivender
2025-07-14 17:28:01 +08:00

View File

@@ -17,7 +17,7 @@ export interface BoardData extends Board {
const [useProvideBoardManager, useBoardManager] = createInjectionState(() => {
// 远程升级相关参数
const devPort = 1234;
const remoteUpdater = new RemoteUpdateClient();
const remoteUpdater = AuthManager.createAuthenticatedRemoteUpdateClient();
// 统一的板卡数据
const boards = ref<BoardData[]>([]);