소스 검색

打开编辑器

zhoupeng 1 년 전
부모
커밋
3393997b06
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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');
   }
 });