@byteluck-fe/model-driven-core-all 2.5.0-alpha.6 → 2.5.0-alpha.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -101,7 +101,7 @@ import { DesignerControl } from "@byteluck-fe/model-driven-core";
101
101
  import { Property } from "@byteluck-fe/model-driven-core";
102
102
  export function getHackerControl(comid, type, tipMessage) {
103
103
  var HackerControlClass;
104
- // 伪造一个组件
104
+ //伪造一个组件
105
105
  if (type === "runtime") {
106
106
  HackerControlClass = /*#__PURE__*/ function(RuntimeControl) {
107
107
  "use strict";