sitemap/README.md

11 lines
159 B
Markdown
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.

## 简介
通过爬取网站生成sitemap.xml方便搜索引擎收录本站链接
## 使用
安装依赖:
```sh
pip3 install -r requirement.txt
```