Add CI/CD configuration and API documentation

This commit is contained in:
2026-07-01 21:40:53 +08:00
commit c590135d68
4168 changed files with 740252 additions and 0 deletions
@@ -0,0 +1,18 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt"
android:viewportWidth="512"
android:viewportHeight="512"
android:width="512dp"
android:height="512dp">
<path
android:pathData="M0 0h512v512H0z"
android:fillType="evenOdd"
android:fillColor="#FF0000" />
<path
android:pathData="M96 208h320v96H96z"
android:fillType="evenOdd"
android:fillColor="#FFFFFF" />
<path
android:pathData="M208 96h96v320h-96z"
android:fillType="evenOdd"
android:fillColor="#FFFFFF" />
</vector>