@dao42/d42paas-front 0.5.59 → 0.5.60

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.
@@ -187675,22 +187675,6 @@ const ContentLayout = newStyled.div`
187675
187675
  ${(props2) => props2.userList.map((u2) => "." + u2.role + "-selection{background:" + u2.color + "a6;color: #fff;width: 2px !important;}")}
187676
187676
  `;
187677
187677
  self.MonacoEnvironment = {
187678
- baseUrl: "https://develop.1024paas.com",
187679
- getWorkerUrl(_moduleId, label) {
187680
- if (label === "json") {
187681
- return "./json.worker.bundle.js";
187682
- }
187683
- if (label === "css") {
187684
- return "./css.worker.bundle.js";
187685
- }
187686
- if (label === "html") {
187687
- return "./html.worker.bundle.js";
187688
- }
187689
- if (label === "typescript" || label === "javascript") {
187690
- return "./ts.worker.bundle.js";
187691
- }
187692
- return "./editor.worker.bundle.js";
187693
- },
187694
187678
  getWorker(_2, label) {
187695
187679
  if (label === "json") {
187696
187680
  return new WorkerWrapper$3();