lsc 2 年之前
父节点
当前提交
6aba2558a1
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      js/Desktop/DeskTop.js

+ 6 - 0
js/Desktop/DeskTop.js

@@ -458,6 +458,12 @@ window.addEventListener('message', function(e) { // 监听 message 事件
         U.MD.D.I.openApplication("train")
     } else if (e.data.tools && e.data.tools == "21") {
         U.MD.D.I.openApplication("program")
+    } else if (e.data.tools && e.data.tools == "22") {
+        U.MD.D.I.openApplication("AIprogram2")
+    } else if (e.data.tools && e.data.tools == "23") {
+        U.MD.D.I.openApplication("Pythonprogram")
+    } else if (e.data.tools && e.data.tools == "24") {
+        U.MD.D.I.openApplication("AIprogram")
     }
 });