├── .github └── ISSUE_TEMPLATE │ └── autowzry.yml ├── .gitignore ├── LICENSE └── README.md /.github/ISSUE_TEMPLATE/autowzry.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cndaqiang/autowzry/HEAD/.github/ISSUE_TEMPLATE/autowzry.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cndaqiang/autowzry/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cndaqiang/autowzry/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cndaqiang/autowzry/HEAD/README.md --------------------------------------------------------------------------------