@@ -302,7 +302,7 @@ class HomeViewModel : BaseViewModel() {
FoodContentModel(
it.mainImg,
it.name,
- 5,
+ 0,
getTime(makeHours ?: 0, makeMinutes ?: 0),
it.easyLevelDesc
?: globalApp().getString(com.develop.common.R.string.easy),
@@ -343,7 +343,7 @@ fun getGoneRecipes(): Boolean {
var sn = getSN()
return sn.startsWith("011") || sn.startsWith("010H")
|| sn.startsWith("010I") || sn.startsWith("083A")
- || sn.startsWith("083B")
+ || sn.startsWith("083B") || sn.startsWith("030A")
}
//隐藏星星评分