feat: 添加 ARKJ 主页面 UI - 8 个功能模块 + 底部导航
Android Release / release (push) Failing after 28s

This commit is contained in:
CI Bot
2026-06-02 22:22:32 +08:00
parent 0ef5b087e7
commit a098260bbe
25 changed files with 719 additions and 4 deletions
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="56dp"
android:height="56dp"
android:viewportWidth="56"
android:viewportHeight="56">
<circle
android:fillColor="#4A90E2"
android:cx="28"
android:cy="28"
android:r="24"/>
<path
android:fillColor="#FFFFFF"
android:pathData="M28,16c-3.31,0 -6,2.69 -6,6s2.69,6 6,6 6,-2.69 6,-6 -2.69,-6 -6,-6zM28,30c-2.21,0 -4,-1.79 -4,-4s1.79,-4 4,-4 4,1.79 4,4 -1.79,4 -4,4z"/>
<path
android:fillColor="#66B3FF"
android:pathData="M28,28m-8,0a8,8 0,1 1,16 0a8,8 0,1 1,-16 0"/>
</vector>