From 88cf855268a05a68bb4570c6d45841bbe23fe5ec Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期五, 25 四月 2025 13:44:26 +0800 Subject: [PATCH] 短信 --- app/src/main/java/com/example/firstapp/ui/home/HomeViewModel.kt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/com/example/firstapp/ui/home/HomeViewModel.kt b/app/src/main/java/com/example/firstapp/ui/home/HomeViewModel.kt index 1507d6e..fdf8755 100644 --- a/app/src/main/java/com/example/firstapp/ui/home/HomeViewModel.kt +++ b/app/src/main/java/com/example/firstapp/ui/home/HomeViewModel.kt @@ -205,8 +205,8 @@ CategoryConfig(1, "快递", 0, true), CategoryConfig(2, "还款", 1, true), CategoryConfig(3, "收入", 2, true), - CategoryConfig(4, "航班", 3, true), - CategoryConfig(5, "火车票", 4, true) +// CategoryConfig(4, "航班", 3, true), +// CategoryConfig(5, "火车票", 4, true) ) } -- Gitblit v1.9.3