├── .github └── workflows │ └── auto-translate.yml ├── .gitignore ├── LICENSE ├── README.md └── README_en.md /.github/workflows/auto-translate.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekan/HowToLiveLonger/HEAD/.github/workflows/auto-translate.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekan/HowToLiveLonger/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekan/HowToLiveLonger/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekan/HowToLiveLonger/HEAD/README.md -------------------------------------------------------------------------------- /README_en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekan/HowToLiveLonger/HEAD/README_en.md --------------------------------------------------------------------------------