├── .github ├── build.py └── workflows │ └── sync-branches.yml ├── CP搭子-v251201稳定版.apk ├── CarrotAmap稳定版V251008.zip ├── README.md ├── app功能说明.md ├── cp.png ├── demo.jpg ├── generate_keys.sh └── wechat.jpg /.github/build.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jixiexiaoge/openpilot/HEAD/.github/build.py -------------------------------------------------------------------------------- /.github/workflows/sync-branches.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jixiexiaoge/openpilot/HEAD/.github/workflows/sync-branches.yml -------------------------------------------------------------------------------- /CP搭子-v251201稳定版.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jixiexiaoge/openpilot/HEAD/CP搭子-v251201稳定版.apk -------------------------------------------------------------------------------- /CarrotAmap稳定版V251008.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jixiexiaoge/openpilot/HEAD/CarrotAmap稳定版V251008.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jixiexiaoge/openpilot/HEAD/README.md -------------------------------------------------------------------------------- /app功能说明.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jixiexiaoge/openpilot/HEAD/app功能说明.md -------------------------------------------------------------------------------- /cp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jixiexiaoge/openpilot/HEAD/cp.png -------------------------------------------------------------------------------- /demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jixiexiaoge/openpilot/HEAD/demo.jpg -------------------------------------------------------------------------------- /generate_keys.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jixiexiaoge/openpilot/HEAD/generate_keys.sh -------------------------------------------------------------------------------- /wechat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jixiexiaoge/openpilot/HEAD/wechat.jpg --------------------------------------------------------------------------------