Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ committed Jul 30, 2024
1 parent b9ce975 commit e760712
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
`gatherAppdiagnose`: 收集 App 诊断信息

`showUnderstandStatus`: 显示“了解反馈状态”

---

### `RKFeedbackView`
反馈助理主页
#### 参数
Expand All @@ -31,12 +33,16 @@
在“反馈助理”页面中显示常见问题
#### 参数
`_`: 常见问题导航到的页面

---

### `radarTitleInputSample(_:)`
新建反馈时标题输入下方的提示信息
#### 参数
`_`: 提示信息文本

---

### `radarAttachmentSelector(_:)`
提交反馈前可供用户选择附件的页面
#### 讨论
Expand All @@ -54,12 +60,16 @@ RKFeedbackView(...)
Value 会同时显示在“附件”列表中。
#### 参数
`_`: 附件选择页,RadarKit 将其使用 sheet 推出。

---

### `radarAdditionalData(_:)`
添加到反馈的附加数据。
#### 参数
`_`: 包含附加数据的字典。

---

### `radarTipper(_:)`
用于 RadarKit 在需要时向用户显示提示的方法。
#### 讨论
Expand All @@ -73,7 +83,9 @@ RKFeedbackView()
```
#### 参数
`_`: 需要显示提示时调用的方法。

---

### `radarOnNewFeedbackAppear(_:)`
在进入“新建反馈”页后调用自定义方法。
#### 参数
Expand Down

0 comments on commit e760712

Please sign in to comment.