添加了副屏显示逻辑控制

This commit is contained in:
zxj
2025-08-01 15:57:12 +08:00
parent de4c5f1c75
commit c78279a66e
27 changed files with 817 additions and 191 deletions
@@ -65,7 +65,7 @@ class RemoteRepository constructor(
*/
suspend fun getRestInfoFoodsByType(
restId: String = GlobalData.restId,
type: Int = 1,
type: Int = 0,
foodName: String,
): ApiResponse<List<FoodInfo>> {
return safeApiCall {