feat: build Sub2API monitor Android prototype

This commit is contained in:
Mimikko-zeus
2026-06-23 10:41:36 +08:00
parent 94c0cf8c73
commit 4bf3b0eb64
39 changed files with 1292 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"
android:viewportWidth="48"
android:viewportHeight="48">
<path
android:fillColor="#F7FAFC"
android:pathData="M4,4h40v40h-40z" />
<path
android:fillColor="#2563EB"
android:pathData="M14,30h4v6h-4zM22,20h4v16h-4zM30,12h4v24h-4z" />
</vector>