lsc 2 năm trước cách đây
mục cha
commit
6aba2558a1
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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")
     }
 });