添加了界面及逻辑

This commit is contained in:
zxj
2025-07-18 17:16:00 +08:00
parent b68c967d82
commit f97ef151c3
74 changed files with 3108 additions and 34 deletions
@@ -46,4 +46,8 @@ val Float.sp: Float
TypedValue.COMPLEX_UNIT_SP,
this,
Resources.getSystem().displayMetrics
)
)
fun formatNumber(num: String): String {
return num.padStart(2, '0')
}