├── .github └── ISSUE_TEMPLATE │ ├── bug_report.yml │ └── bug_report_zh.yml ├── README.md ├── README.zh.md ├── lang ├── en.json └── zh_CN.json └── tooth.json /.github/ISSUE_TEMPLATE/bug_report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlacieTeam/Glacie/HEAD/.github/ISSUE_TEMPLATE/bug_report.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report_zh.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlacieTeam/Glacie/HEAD/.github/ISSUE_TEMPLATE/bug_report_zh.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlacieTeam/Glacie/HEAD/README.md -------------------------------------------------------------------------------- /README.zh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlacieTeam/Glacie/HEAD/README.zh.md -------------------------------------------------------------------------------- /lang/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlacieTeam/Glacie/HEAD/lang/en.json -------------------------------------------------------------------------------- /lang/zh_CN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlacieTeam/Glacie/HEAD/lang/zh_CN.json -------------------------------------------------------------------------------- /tooth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlacieTeam/Glacie/HEAD/tooth.json --------------------------------------------------------------------------------