---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**请说明问题 / Describe the bug**
A clear and concise description of what the bug is.
**如何复现 / To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**你预期的行为 / Expected behavior**
A clear and concise description of what you expected to happen.
**贴上你的配置文件 / Program configuration file contents**
config.json
```
这里贴上你的配置文件内容。
Copy the contents of your configuration file here.
```
**日志信息 / Log**
log
```
这里贴上问题相关日志
Copy the contents of your log here.
```