diff --git a/README.md b/README.md index 1efe531..423694a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Feature * (beta)a web UI interface for you to replace some remote response with local data * (Chinese in this doc is nothing but translation of some key points. Be relax if you dont understand.) -![screenshot](http://gtms03.alicdn.com/tps/i3/TB1ddyqGXXXXXbXXpXXihxC1pXX-1000-549.jpg_640x640q90.jpg) +![screenshot](http://gtms01.alicdn.com/tps/i1/TB1NE2XGVXXXXb3aXXXtdG9TVXX-2324-1416.png_640x640q90.jpg) Quick Start -------------- diff --git a/package.json b/package.json index e2dfbbd..07728d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anyproxy", - "version": "2.9.2", + "version": "2.9.3", "description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.", "main": "proxy.js", "bin": { diff --git a/proxy.js b/proxy.js index 4749a4c..27a005c 100644 --- a/proxy.js +++ b/proxy.js @@ -183,7 +183,7 @@ function proxyServer(option){ var tipText,webUrl; webUrl = "http://" + ip.address() + ":" + proxyWebPort +"/"; - tipText = "GUI interface started at : " + webUrl + "\n"; + tipText = "GUI interface started at : " + webUrl; console.log(color.green(tipText)); // tipText = "[alpha]qr code to for iOS client: " + webUrl + "qr";