Skip to content

Commit da2b818

Browse files
committed
Update README
1 parent 3136bba commit da2b818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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) {
307307
appUpdater.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

0 commit comments

Comments
 (0)