فهرست منبع

打开编辑器

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');
   }
 });