bugfix, update screenshot

This commit is contained in:
加里 2014-12-08 17:46:51 +08:00
parent 7624c02380
commit 1e3beaf582
3 changed files with 3 additions and 3 deletions

View File

@ -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
--------------

View File

@ -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": {

View File

@ -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";