lsc 2 년 전
부모
커밋
700b094297
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      js/Desktop/DeskTop.js

+ 8 - 0
js/Desktop/DeskTop.js

@@ -518,6 +518,14 @@ window.addEventListener('message', function(e) { // 监听 message 事件
         U.MD.D.I.openApplication("netWorkPanel")
     }else if (e.data.tools && e.data.tools == "32") {
         U.MD.D.I.openApplication("codeEdit")
+    }else if (e.data.tools && e.data.tools == "28") {
+        U.MD.D.I.openApplication("translation")
+    }else if (e.data.tools && e.data.tools == "37") {
+        U.MD.D.I.openApplication("mohe")
+    }else if (e.data.tools && e.data.tools == "38") {
+        U.MD.D.I.openApplication("24game")
+    }else if (e.data.tools && e.data.tools == "39") {
+        U.MD.D.I.openApplication("GeoGebra")
     }
     
 });