Commit ba4ccdfc by ken

改key

parent 66f53562
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"description": "", "description": "",
"main": "zb.js", "main": "zb.js",
"scripts": { "scripts": {
"zb": "node $NODE_DEBUG_OPTION zb.js", "zb": "export http_proxy='http://localhost:8118';export https_proxy='http://localhost:8118';export wss_proxy='http://localhost:8118';export ws_proxy='http://localhost:8118';node $NODE_DEBUG_OPTION zb.js",
"testSpeed": "node $NODE_DEBUG_OPTION testSpeed.js" "testSpeed": "node $NODE_DEBUG_OPTION testSpeed.js"
}, },
"author": "", "author": "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment