2025-07-01 11:41:38 +08:00

21 lines
403 B
Swift

//
// GView.swift
// IOS_study
//
// Created by CC-star on 2025/6/26.
//
import SwiftUI
func exDivider() -> some View{
Rectangle().fill(Color.labeBG).frame(height: 1)//线[Divider]
}
@MainActor
func listBottomEView() -> some View{
Color.clear.frame(height: 120).listRowStyle()
}
func postBottomEView() -> some View{
Color.clear.frame(height: 120)
}