添加菜品采集

This commit is contained in:
mazengfei
2025-10-31 09:53:51 +08:00
parent ed6c5e83be
commit e47b362883
16 changed files with 426 additions and 68 deletions
@@ -32,9 +32,9 @@ object FoodModule {
// if (box.all.isNotEmpty()) {
// box.removeAll()
// }
if (box.all.isEmpty()) {
initFoodData(context)
}
// if (box.all.isEmpty()) {
// initFoodData(context)
// }
}
fun queryFood(bitmap: Bitmap, queryCount:Int = 15): List<String> {