├── .gitignore ├── LICENSE ├── LICENSE_CN ├── README.md ├── data.json ├── index.html ├── index.js ├── readJSON.js ├── readJSON.py └── 自动狗屁不通文章生成器.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/menzi11/BullshitGenerator/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/menzi11/BullshitGenerator/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE_CN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/menzi11/BullshitGenerator/HEAD/LICENSE_CN -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/menzi11/BullshitGenerator/HEAD/README.md -------------------------------------------------------------------------------- /data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/menzi11/BullshitGenerator/HEAD/data.json -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/menzi11/BullshitGenerator/HEAD/index.html -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/menzi11/BullshitGenerator/HEAD/index.js -------------------------------------------------------------------------------- /readJSON.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/menzi11/BullshitGenerator/HEAD/readJSON.js -------------------------------------------------------------------------------- /readJSON.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/menzi11/BullshitGenerator/HEAD/readJSON.py -------------------------------------------------------------------------------- /自动狗屁不通文章生成器.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/menzi11/BullshitGenerator/HEAD/自动狗屁不通文章生成器.py --------------------------------------------------------------------------------