├── .gitattributes ├── .github ├── config.sh └── workflows │ └── release.yml ├── LICENSE ├── README.md └── ReduceMIUI.zip /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidPisces/ReduceMIUI-Canary/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidPisces/ReduceMIUI-Canary/HEAD/.github/config.sh -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidPisces/ReduceMIUI-Canary/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidPisces/ReduceMIUI-Canary/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidPisces/ReduceMIUI-Canary/HEAD/README.md -------------------------------------------------------------------------------- /ReduceMIUI.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidPisces/ReduceMIUI-Canary/HEAD/ReduceMIUI.zip --------------------------------------------------------------------------------