├── .github └── workflows │ ├── Cleanup.yml │ ├── get_manager.yml │ ├── oneplus_13.yml │ ├── oneplus_13T.yml │ ├── oneplus_ace5_Ultra.yml │ ├── oneplus_ace5_pro.yml │ └── oneplus_pad_2_pro.yml ├── README.md ├── push.sh └── 更新日志.txt /.github/workflows/Cleanup.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/44C38B8/oneplus13_a5p_sukisu/HEAD/.github/workflows/Cleanup.yml -------------------------------------------------------------------------------- /.github/workflows/get_manager.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/44C38B8/oneplus13_a5p_sukisu/HEAD/.github/workflows/get_manager.yml -------------------------------------------------------------------------------- /.github/workflows/oneplus_13.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/44C38B8/oneplus13_a5p_sukisu/HEAD/.github/workflows/oneplus_13.yml -------------------------------------------------------------------------------- /.github/workflows/oneplus_13T.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/44C38B8/oneplus13_a5p_sukisu/HEAD/.github/workflows/oneplus_13T.yml -------------------------------------------------------------------------------- /.github/workflows/oneplus_ace5_Ultra.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/44C38B8/oneplus13_a5p_sukisu/HEAD/.github/workflows/oneplus_ace5_Ultra.yml -------------------------------------------------------------------------------- /.github/workflows/oneplus_ace5_pro.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/44C38B8/oneplus13_a5p_sukisu/HEAD/.github/workflows/oneplus_ace5_pro.yml -------------------------------------------------------------------------------- /.github/workflows/oneplus_pad_2_pro.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/44C38B8/oneplus13_a5p_sukisu/HEAD/.github/workflows/oneplus_pad_2_pro.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/44C38B8/oneplus13_a5p_sukisu/HEAD/README.md -------------------------------------------------------------------------------- /push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/44C38B8/oneplus13_a5p_sukisu/HEAD/push.sh -------------------------------------------------------------------------------- /更新日志.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/44C38B8/oneplus13_a5p_sukisu/HEAD/更新日志.txt --------------------------------------------------------------------------------