File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ AppDialog.showDialog(appDialogConfig);
120120
121121### ** app-dialog** 使用说明
122122
123- ` app-dialog ` 是一个通用的 Dialog 和 DialogFragment 组件库,支持任意样式和交互的个性化实现,帮助开发者快速构建灵活的提示对话框。
123+ ** app-dialog** 是一个通用的 Dialog 和 DialogFragment 组件库,支持任意样式和交互的个性化实现,帮助开发者快速构建灵活的提示对话框。
124124
125125以下是传统链式调用与 Kotlin DSL 调用的对比示例:
126126
@@ -307,7 +307,7 @@ val appUpdater = appUpdater(conetxt) {
307307appUpdater.start()
308308```
309309
310- > 使用小技巧:在` Activity/Fragment ` 中使用` app-dialog ` 或 ` app-updater ` 的 ` Kotlin DSL ` 调用方式时,context也可以省略 ;(例如:` appUpdater { url = apkUrl }.start() ` )
310+ > 使用小技巧:在 Activity/Fragment 中使用 ** app-dialog** 或 ** app-updater** 的 Kotlin DSL 调用方式时,` context ` 也可以省略 ;(例如:` appUpdater { url = apkUrl }.start() ` )
311311
312312### 综合使用示例
313313
You can’t perform that action at this time.
0 commit comments