Merge branch 'master' of https://gitee.com/bnu_mixly/mixly3
This commit is contained in:
@@ -1652,6 +1652,7 @@
|
||||
"require": [
|
||||
"Mixly.Serial",
|
||||
"Mixly.Registry",
|
||||
"Mixly.Debug",
|
||||
"Mixly.Web"
|
||||
],
|
||||
"provide": [
|
||||
|
||||
@@ -2,12 +2,14 @@ goog.loadJs('web', () => {
|
||||
|
||||
goog.require('Mixly.Serial');
|
||||
goog.require('Mixly.Registry');
|
||||
goog.require('Mixly.Debug');
|
||||
goog.require('Mixly.Web');
|
||||
goog.provide('Mixly.Web.SerialPort');
|
||||
|
||||
const {
|
||||
Serial,
|
||||
Registry,
|
||||
Debug,
|
||||
Web
|
||||
} = Mixly;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user