Explorar el Código

打开编辑器

zhoupeng hace 1 año
padre
commit
3393997b06
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      editor/node_modules/anywhere/bin/anywhere

+ 1 - 0
editor/node_modules/anywhere/bin/anywhere

@@ -158,6 +158,7 @@ http.createServer(app).listen(port, function () {
   console.log("Running at " + url);
   if (!argv.silent) {
     openURL(url);
+    openURL(url+'?editor');
   }
 });