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")
     }
 });