├── LICENSE ├── README.md ├── account.conf ├── api.conf ├── study.bat ├── study.exe ├── study.py └── 使用须知.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi191/21tb-study/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi191/21tb-study/HEAD/README.md -------------------------------------------------------------------------------- /account.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi191/21tb-study/HEAD/account.conf -------------------------------------------------------------------------------- /api.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi191/21tb-study/HEAD/api.conf -------------------------------------------------------------------------------- /study.bat: -------------------------------------------------------------------------------- 1 | py -3 study.py -------------------------------------------------------------------------------- /study.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi191/21tb-study/HEAD/study.exe -------------------------------------------------------------------------------- /study.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi191/21tb-study/HEAD/study.py -------------------------------------------------------------------------------- /使用须知.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi191/21tb-study/HEAD/使用须知.txt --------------------------------------------------------------------------------