├── .gitattributes ├── LICENCE ├── README.md ├── README_ZH.md ├── banner.png └── hfl_qrcode.jpg /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iflytek/HFL-Anthology/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iflytek/HFL-Anthology/HEAD/LICENCE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iflytek/HFL-Anthology/HEAD/README.md -------------------------------------------------------------------------------- /README_ZH.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iflytek/HFL-Anthology/HEAD/README_ZH.md -------------------------------------------------------------------------------- /banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iflytek/HFL-Anthology/HEAD/banner.png -------------------------------------------------------------------------------- /hfl_qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iflytek/HFL-Anthology/HEAD/hfl_qrcode.jpg --------------------------------------------------------------------------------