├── .github └── workflows │ └── CI.yml ├── README.md ├── moment-with-CN.js └── 翻译脚本.txt /.github/workflows/CI.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TCOTC/Clash_backup/HEAD/.github/workflows/CI.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TCOTC/Clash_backup/HEAD/README.md -------------------------------------------------------------------------------- /moment-with-CN.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TCOTC/Clash_backup/HEAD/moment-with-CN.js -------------------------------------------------------------------------------- /翻译脚本.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TCOTC/Clash_backup/HEAD/翻译脚本.txt --------------------------------------------------------------------------------