使用新方式实现调料页面,优化涉及页面

This commit is contained in:
2025-08-19 16:42:26 +08:00
parent 59c15271d9
commit 6547364069
23 changed files with 1409 additions and 244 deletions
@@ -16,13 +16,30 @@ object DataUtil {
put(7, 7)
put(8, 8)
put(9, 5)
put(12, 4)
put(10, 3)
put(11, 3)
put(13, 3)
put(14, 3)
put(11, 4)
}
}
// fun getWeighAddressArray(): SparseIntArray {
// return SparseIntArray().apply {
// put(0, 12)
// put(1, 13)
// put(2, 14)
// put(3, 9)
// put(4, 10)
// put(5, 11)
// put(6, 6)
// put(7, 7)
// put(8, 8)
// put(9, 5)
// put(12, 4)
// put(10, 3)
// put(11, 3)
// put(13, 3)
// put(14, 3)
// }
// }
}