From bd4891e2fd6b773cbb0ec387f6db4bc944fdf51a Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期一, 31 三月 2025 18:07:51 +0800
Subject: [PATCH] feat(generallibrary): 添加卡片列表功能并优化登录逻辑
---
generallibrary/src/main/res/values/colors.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/generallibrary/src/main/res/values/colors.xml b/generallibrary/src/main/res/values/colors.xml
index f6ccfac..b812742 100644
--- a/generallibrary/src/main/res/values/colors.xml
+++ b/generallibrary/src/main/res/values/colors.xml
@@ -4,5 +4,7 @@
<color name="black">#333</color>
<color name="white">#fff</color>
<color name="nav_item_color">#555555</color>
+ <color name="base_list_bg">#e6e6e6</color>
+ <color name="green">#32CD32</color>
</resources>
\ No newline at end of file
--
Gitblit v1.8.0