2024-07-02 10:30:10 +08:00

7 lines
328 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 爬虫相关配置
spider_settings:
enable: true # 是否启用爬虫
json_url: "https://blog.qyliu.top/friend.json" # 请填写对应格式json的地址仅支持网络地址
article_count: 5 # 请填写每个博客需要获取的最大文章数量