lsc 2 years ago
parent
commit
700b094297
1 changed files with 8 additions and 0 deletions
  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")
     }
     
 });