chore: format markdown code. (#42)

* format: fix markdown

* update: fix markdown

* update: fix cron problems

* update: delete .markdownlintignore

* update

* chore: add tab -> 4 space

* chore: fix tab -> 2 in the .editorconfig
This commit is contained in:
fw_qaq
2022-11-11 01:51:54 +08:00
committed by GitHub
parent ea80136db3
commit 5701da6e5b
88 changed files with 1075 additions and 1126 deletions

View File

@ -53,7 +53,7 @@ struct AlbumDetail: View {
- [Picker](#picker-选择控件) _(UISegmentedControl)_
- [Stepper](#stepper-执行语义递增和递减操作的控件) _(UIStepper)_
- [DatePicker](#datepicker-日期控件) _(UIDatePicker)_
- [Text](#text-文本) _(NSAttributedString)无等效项)_
- [Text](#text) _(NSAttributedString)无等效项)_
- [Map](#map-地图界面的视图) _(MapKit)_
- [ProgressView](#progressview-进度视图) _(UIProgressView)_
- [Shape](#shape) / [Rectangle](#shape) / [Circle](#shape)
@ -230,7 +230,6 @@ Map(coordinateRegion: $region,
文档 - [Map](https://developer.apple.com/documentation/mapkit/map)
Layout(布局)
----
@ -620,7 +619,6 @@ DatePicker("Maximum Date", selection: $selectedDate,
文档 - [DatePicker](https://developer.apple.com/documentation/swiftui/datepicker)
### Slider 滑动输入条
用于从值的有界线性范围中选择一个值的控件。
@ -673,6 +671,7 @@ NavigationView {
}
}
```
您可以使用 `.pickerStyle(WheelPickerStyle())` 覆盖样式。
```swift
@ -1200,10 +1199,9 @@ struct SheetDetail: Identifiable {
文档 - [ActionSheet](https://developer.apple.com/documentation/swiftui/actionsheet)
另见
---
- [SwiftUI 2.0 Cheat Sheet](https://github.com/SimpleBoilerplates/SwiftUI-Cheat-Sheet) _(github.com)_
- [SwiftUI 2.0 备忘清单](https://wangchujiang.com/swiftui-example/cheat-sheet.html) _(swiftui-example)_
- [Swift 备忘清单](./swift.mdl) _(jaywcjlove.github.io)_
- [Swift 备忘清单](./swift.mdl) _(jaywcjlove.github.io)_