Fix the tree structure in README.md
This commit is contained in:
@@ -18,20 +18,18 @@
|
|||||||
├── docker
|
├── docker
|
||||||
│ ├── Dockerfile
|
│ ├── Dockerfile
|
||||||
│ └── README.md
|
│ └── README.md
|
||||||
├── server
|
├── flask_templates
|
||||||
│ ├── index.html
|
│ ├── index.html
|
||||||
│ └── upload.html
|
│ └── upload.html
|
||||||
├── tmp_data
|
|
||||||
├── wechat
|
├── wechat
|
||||||
│ ├── __init__.py
|
│ ├── __init__.py
|
||||||
│ ├── utils.py
|
│ ├── utils.py
|
||||||
│ ├── wechat.py
|
|
||||||
│ ├── wechat_apis.py
|
│ ├── wechat_apis.py
|
||||||
│ └── wechat_js_backup
|
│ └── wechat.py
|
||||||
│ └── index_40649b7.js
|
|
||||||
├── weixin_bot.py
|
├── weixin_bot.py
|
||||||
└── wx_handler
|
└── wx_handler
|
||||||
├── __init__.py
|
├── __init__.py
|
||||||
├── bot.py
|
├── bot.py
|
||||||
|
├── sendgrid_mail.py
|
||||||
└── wechat_msg_processor.py
|
└── wechat_msg_processor.py
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user