From 5edfd12deb166302708857515a833d1471a0f208 Mon Sep 17 00:00:00 2001
From: zuoxiao <lf_zuo@163.com>
Date: 星期三, 25 六月 2025 16:15:23 +0800
Subject: [PATCH] feat(database): 增加管理卡相关功能并优化数据库结构- 新增 ManagerCardBean 数据类用于管理卡信息 - 在 AppDataBase 中添加 ManagerCardDao 接口 - 实现管理卡的数据库迁移策略 - 优化支付方式 ID 类型,从 Long改为 String - 重构更新写卡和上报状态的逻辑,支持管理卡和用户卡

---
 henanlibrary/src/main/res/layout/activity_parameter_hn.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/henanlibrary/src/main/res/layout/activity_parameter_hn.xml b/henanlibrary/src/main/res/layout/activity_parameter_hn.xml
index 0c42b6d..c4d9d2e 100644
--- a/henanlibrary/src/main/res/layout/activity_parameter_hn.xml
+++ b/henanlibrary/src/main/res/layout/activity_parameter_hn.xml
@@ -21,7 +21,7 @@
         android:text="IP璁剧疆"
         android:padding="5dp"
         android:layout_marginLeft="20dp"
-        android:textColor="@color/text_selecter"
+        android:textColor="@color/text_selecter_color"
         android:textSize="@dimen/text_size" />
 
     <TextView
@@ -32,7 +32,7 @@
         android:layout_marginTop="20dp"
         android:padding="5dp"
         android:text="鍩熷悕鍗¤缃�"
-        android:textColor="@color/text_selecter"
+        android:textColor="@color/text_selecter_color"
         android:textSize="@dimen/text_size" />
 
     <TextView
@@ -43,7 +43,7 @@
         android:layout_marginTop="20dp"
         android:padding="5dp"
         android:text="姘存车鍔熺巼鍗¤缃�"
-        android:textColor="@color/text_selecter"
+        android:textColor="@color/text_selecter_color"
         android:textSize="@dimen/text_size" />
 
 
@@ -55,7 +55,7 @@
         android:layout_marginTop="20dp"
         android:padding="5dp"
         android:text="鐢甸噺鍗曚环璁剧疆"
-        android:textColor="@color/text_selecter"
+        android:textColor="@color/text_selecter_color"
         android:textSize="@dimen/text_size" />
 
     <TextView
@@ -66,7 +66,7 @@
         android:layout_marginTop="20dp"
         android:padding="5dp"
         android:text="鍗℃爣璇嗙爜璁剧疆"
-        android:textColor="@color/text_selecter"
+        android:textColor="@color/text_selecter_color"
         android:textSize="@dimen/text_size" />
 
 </LinearLayout>
\ No newline at end of file

--
Gitblit v1.8.0