调整部分 UI

This commit is contained in:
2024-08-24 14:39:01 +08:00
parent 07f825c783
commit 1b41e98011
11 changed files with 90 additions and 38 deletions

View File

@@ -31,7 +31,8 @@ object Utils {
.directory(context.cacheDir.resolve("image_cache"))
.maxSizePercent(0.02) // 设置磁盘缓存大小为可用存储空间的 2%
.build()
}.build()
}
.build()
}
fun getTimeAgo(date: Date): String {