Skip to content

Commit 8378965

Browse files
committed
docs: 更新readme
1 parent 88c9745 commit 8378965

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,11 @@ Android稳定高效的浮层创建管理框架。
5252
| ![qQF8OK.gif](https://s1.ax1x.com/2022/03/22/qQF8OK.gif) | ![qQF1Qx.gif](https://s1.ax1x.com/2022/03/22/qQF1Qx.gif) | ![qQF3y6.gif](https://s1.ax1x.com/2022/03/22/qQF3y6.gif) |
5353
| --- | --- | --- |
5454

55-
# 使用说明
56-
57-
## 集成
55+
# 如何集成
5856

5957
![](https://img.shields.io/badge/Downloads%20Week-1.4k-green) ![](https://img.shields.io/badge/Downloads%20Month-7.3K-blue)
6058

61-
- ### 添加仓库
59+
- 添加仓库
6260

6361
```groovy
6462
// build.gradle(Project:)
@@ -69,7 +67,7 @@ allprojects {
6967
}
7068
```
7169

72-
- ### 添加依赖
70+
- 添加依赖
7371

7472
[点击查看最新版本号](https://github.com/goweii/Layer/releases)
7573

@@ -96,7 +94,15 @@ dependencies {
9694
}
9795
```
9896

99-
## 更新说明
97+
# 如何使用
98+
99+
具体使用可参考simple
100+
101+
[LayersSimpleActivity](https://raw.githubusercontent.com/goweii/Layer/master/simple/src/main/java/per/goweii/layer/simple/LayersSimpleActivity.kt)
102+
[MaterialSimpleActivity](https://raw.githubusercontent.com/goweii/Layer/master/simple/src/main/java/per/goweii/layer/simple/MaterialSimpleActivity.kt)
103+
[CupertinoSimpleActivity](https://raw.githubusercontent.com/goweii/Layer/master/simple/src/main/java/per/goweii/layer/simple/CupertinoSimpleActivity.kt)
104+
105+
# 更新说明
100106

101107
[点击查看](https://github.com/goweii/Layer/releases)
102108

0 commit comments

Comments
 (0)