struct commandDetailView: View { @State var crownValue = 0.1 var body: some View { VStack { Circle() .trim(from: 0.0, to: CGFloat(crownValue / 5.0)) ...
確定! 回上一頁