hect0x7 / JMComic-Crawler-Python

Python API for JMComic | 提供Python API访问禁漫天堂,同时支持网页端和移动端 | 禁漫天堂GitHub Actions下载器🚀
https://jmcomic.readthedocs.io/zh-cn/latest/option_file_syntax/#
MIT License
826 stars 1.95k forks source link

本地部署如何设置代理访问 #300

Closed AntaresD closed 1 day ago

AntaresD commented 1 day ago

注意事项

你使用的是哪种方式?

jmcomic命令行

你的目的?

No response

你遇到的困难?

001 002 大佬,您好,我用的是clash for windows,已经开启系统代理,但还是无法访问,想请问下,proxies:应该如何配置?

其他信息

No response

hect0x7 commented 1 day ago

这个报错是你yml格式有误,AVS冒号后面少了个空格

hect0x7 commented 1 day ago

代理配置是对的

AntaresD commented 1 day ago

报这个错误是你yml格式有错误,AVS冒号后面少了个空格

001 002 嗯嗯,请问我哪里还需要改进嘛?

hect0x7 commented 1 day ago

domain配置的有问题,你配了个网页端域名,但是impl写了api。 把impl改成html,或者domain移除掉。

AntaresD commented 1 day ago

domain配置的有问题,你配了个网页端域名,但是impl写了api。 把impl改成html,或者domain移除掉。

成功啦,谢谢大佬!0.o