add animated screenshot

This commit is contained in:
加里 2014-12-30 14:43:44 +08:00
parent 900daf13d3
commit adb046b476
3 changed files with 4 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Feature
* a web interface is availabe for you to view request details
* (beta)a web UI interface for you to replace some remote response with local data
![screenshot](http://gtms01.alicdn.com/tps/i1/TB1NE2XGVXXXXb3aXXXtdG9TVXX-2324-1416.png_640x640q90.jpg)
![screenshot](http://gtms01.alicdn.com/tps/i1/TB1IdgqGXXXXXa9apXXLExM2pXX-854-480.gif)
Quick Start
--------------

2
bin.js
View File

@ -54,3 +54,5 @@ if(program.clear){
}

View File

@ -53,6 +53,7 @@ module.exports = {
},
shouldInterceptHttpsReq:function(req){
// return false;
return isRootCAFileExists;
},