├── .gitattributes ├── .gitignore ├── README.md ├── auido.mp3 ├── main.py ├── mpg123-win32.exe ├── music.py ├── qidong.py └── 启动.bat /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wdc63/chat-robot/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wdc63/chat-robot/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wdc63/chat-robot/HEAD/README.md -------------------------------------------------------------------------------- /auido.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wdc63/chat-robot/HEAD/auido.mp3 -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wdc63/chat-robot/HEAD/main.py -------------------------------------------------------------------------------- /mpg123-win32.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wdc63/chat-robot/HEAD/mpg123-win32.exe -------------------------------------------------------------------------------- /music.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wdc63/chat-robot/HEAD/music.py -------------------------------------------------------------------------------- /qidong.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wdc63/chat-robot/HEAD/qidong.py -------------------------------------------------------------------------------- /启动.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wdc63/chat-robot/HEAD/启动.bat --------------------------------------------------------------------------------