feat: 添加轮播图和博客展示区,优化搜索图标可见性
Android Release / release (push) Failing after 23s

This commit is contained in:
amos
2026-06-03 00:39:00 +08:00
parent 3c888c67f7
commit 5cb485f486
6 changed files with 322 additions and 108 deletions
+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- 轮播图背景卡片 -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#FFFFFF"/>
<corners android:radius="16dp"/>
<padding
android:left="0dp"
android:top="0dp"
android:right="0dp"
android:bottom="0dp"/>
</shape>