lsc il y a 2 ans
Parent
commit
700b094297
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  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")
     }
     
 });