From 2a117297daf83b2e1a104603e9641226d5beeba3 Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期二, 04 三月 2025 10:41:38 +0800 Subject: [PATCH] fix: 按天统计相关逻辑 --- app/build.gradle | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 82e8b39..75f7708 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -270,6 +270,7 @@ // 滚轮滑动控件级联 implementation 'com.contrarywind:Android-PickerView:4.1.9' - + //图形化 + implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' } \ No newline at end of file -- Gitblit v1.9.3