diff --git a/README.md b/README.md index 521ec8a..f6601af 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,8 @@ The configurations locate at [`config.py`](./pixiv_utils/pixiv_crawler/config.py network_config.proxy["https"] = "" ``` + The default `proxy["https"]` value is `127.0.0.1:7890`, which is the default proxy port of clash. It needs to be changed according to the actual proxy settings. **If you do not need a proxy, please set the https attribute to "".** + - `network_config.headers: Dict`: The headers used in the request. - `UserConfig` diff --git a/README_CN.md b/README_CN.md index df631f8..7044adf 100644 --- a/README_CN.md +++ b/README_CN.md @@ -133,6 +133,8 @@ if __name__ == "__main__": network_config.proxy["https"] = "" ``` + 默认 `proxy["https"]` 值为 `127.0.0.1:7890`,即 clash 的默认代理端口,需要根据实际的代理设置进行变更。**如果无需代理,请将 https 属性置为""。** + - `network_config.headers: Dict`: 请求中使用的标头。 - `UserConfig`