feat(activity): 新增 InitActivity 初始化页面,实现网络检测和倒计时功能

This commit is contained in:
2026-03-13 17:36:46 +08:00
parent 75306af483
commit 4b241ba81b
9 changed files with 362 additions and 21 deletions
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="ring"
android:innerRadiusRatio="3"
android:thicknessRatio="8"
android:useLevel="false">
<gradient
android:type="sweep"
android:startColor="#FF6B6B"
android:centerColor="#4ECDC4"
android:endColor="#FF6B6B"
android:angle="0" />
</shape>