feat: 增加整点报时,增加闹钟

This commit is contained in:
2026-06-01 01:23:35 +08:00
parent 1c89943459
commit 1f6832ac17
60 changed files with 71963 additions and 77 deletions

View File

@@ -197,6 +197,7 @@ android {
ext {
jpush = [version: "5.7.0"]
AndroidPicker = [version: "4.1.15"]
}
dependencies {
@@ -207,6 +208,9 @@ dependencies {
implementation files('libs/QWeather_Public_Android_V5.1.2.jar')
implementation 'net.i2p.crypto:eddsa:0.3.0'
//sherpa-onnx https://github.com/k2-fsa/sherpa-onnx/releases
implementation files('libs/sherpa-onnx-1.13.2.aar')
implementation project(path: ':niceimageview')
implementation project(path: ':iconloader')
@@ -387,6 +391,22 @@ dependencies {
// 自定义相机 (按需引入)
implementation 'io.github.lucksiege:camerax:v3.11.2'
//所有选择器的基础窗体(用于自定义弹窗)
implementation "com.github.gzu-liyujiang.AndroidPicker:Common:$AndroidPicker.version"
//滚轮选择器的滚轮控件(用于自定义滚轮选择器)
implementation "com.github.gzu-liyujiang.AndroidPicker:WheelView:$AndroidPicker.version"
//单项/数字、二三级联动、日期/时间等滚轮选择器
implementation "com.github.gzu-liyujiang.AndroidPicker:WheelPicker:$AndroidPicker.version"
//省市区地址选择器
implementation "com.github.gzu-liyujiang.AndroidPicker:AddressPicker:$AndroidPicker.version"
//文件/目录选择器
implementation "com.github.gzu-liyujiang.AndroidPicker:FilePicker:$AndroidPicker.version"
//颜色选择器
implementation "com.github.gzu-liyujiang.AndroidPicker:ColorPicker:$AndroidPicker.version"
//日历日期选择器
implementation "com.github.gzu-liyujiang.AndroidPicker:CalendarPicker:$AndroidPicker.version"
//图片选择器
implementation "com.github.gzu-liyujiang.AndroidPicker:ImagePicker:$AndroidPicker.version"
}
// 在 dependencies 之后添加