fix(burn-upload): 修复 Boards 模块未导入导致的 ReferenceError

This commit is contained in:
yczpf2019
2026-01-24 19:52:28 +08:00
parent 0fc1d9c439
commit ed9264bd70

View File

@@ -11,6 +11,7 @@ goog.loadJs('web', () => {
goog.require('Mixly.Workspace'); goog.require('Mixly.Workspace');
goog.require('Mixly.MString'); goog.require('Mixly.MString');
goog.require('Mixly.LayerProgress'); goog.require('Mixly.LayerProgress');
goog.require('Mixly.Boards');
goog.require('Mixly.WebSocket.Serial'); goog.require('Mixly.WebSocket.Serial');
goog.provide('Mixly.WebSocket.BU'); goog.provide('Mixly.WebSocket.BU');
@@ -23,6 +24,7 @@ goog.loadJs('web', () => {
Workspace, Workspace,
MString, MString,
LayerProgress, LayerProgress,
Boards,
WebSocket WebSocket
} = Mixly; } = Mixly;