新增分析页面,完善大体展示内容
- 顶部月份选择器:可以前后切换月份或直接选择具体月份 - 分析类型切换:支出分析/收入分析/收支趋势 - 数据可视化: - 使用饼图展示各分类占比 - 使用列表展示详细数据,包括金额、百分比和进度条
This commit is contained in:
@@ -11,6 +11,7 @@ composeBom = "2024.04.01"
|
||||
roomCommon = "2.6.1"
|
||||
navigationCommonKtx = "2.8.4"
|
||||
navigationCompose = "2.8.4"
|
||||
visionInternalVkp = "18.2.3"
|
||||
|
||||
[libraries]
|
||||
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||||
@@ -30,6 +31,7 @@ androidx-material3 = { group = "androidx.compose.material3", name = "material3"
|
||||
androidx-room-common = { group = "androidx.room", name = "room-common", version.ref = "roomCommon" }
|
||||
androidx-navigation-common-ktx = { group = "androidx.navigation", name = "navigation-common-ktx", version.ref = "navigationCommonKtx" }
|
||||
androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigationCompose" }
|
||||
vision-internal-vkp = { group = "com.google.mlkit", name = "vision-internal-vkp", version.ref = "visionInternalVkp" }
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
|
Reference in New Issue
Block a user