Skip to content

Commit 80f7638

Browse files
committed
update readme pic
1 parent a13f94b commit 80f7638

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ downloadCB(new UpdateDownloadCB() {
109109
})
110110
```
111111

112-
- 自定义更新接口的访问任务,默认参考:![DefaultUpdateWorker.java](https://github.com/yjfnypeu/UpdatePlugin/blob/master/updatepluginlib/src/main/java/org/lzh/framework/updatepluginlib/business/DefaultUpdateWorker.java)
112+
- 自定义更新接口的访问任务,默认参考:[DefaultUpdateWorker.java](https://github.com/yjfnypeu/UpdatePlugin/blob/master/updatepluginlib/src/main/java/org/lzh/framework/updatepluginlib/business/DefaultUpdateWorker.java)
113113

114114
```
115115
checkWorker(new UpdateWorker() {
@@ -122,7 +122,7 @@ checkWorker(new UpdateWorker() {
122122
})
123123
```
124124

125-
- 自定义下载文件缓存,默认参考:![DefaultFileCreator](https://github.com/yjfnypeu/UpdatePlugin/blob/master/updatepluginlib/src/main/java/org/lzh/framework/updatepluginlib/creator/DefaultFileCreator.java)
125+
- 自定义下载文件缓存,默认参考:[DefaultFileCreator](https://github.com/yjfnypeu/UpdatePlugin/blob/master/updatepluginlib/src/main/java/org/lzh/framework/updatepluginlib/creator/DefaultFileCreator.java)
126126

127127
```
128128
.fileCreator(new ApkFileCreator() {
@@ -134,7 +134,7 @@ checkWorker(new UpdateWorker() {
134134
})
135135
```
136136

137-
- 自定义更新策略,默认WIFI下自动下载更新,参考:![WifiFirstStrategy](https://github.com/yjfnypeu/UpdatePlugin/blob/master/updatepluginlib/src/main/java/org/lzh/framework/updatepluginlib/strategy/WifiFirstStrategy.java)
137+
- 自定义更新策略,默认WIFI下自动下载更新,参考:[WifiFirstStrategy](https://github.com/yjfnypeu/UpdatePlugin/blob/master/updatepluginlib/src/main/java/org/lzh/framework/updatepluginlib/strategy/WifiFirstStrategy.java)
138138

139139
```
140140
strategy(new UpdateStrategy() {
@@ -165,7 +165,7 @@ strategy(new UpdateStrategy() {
165165
})
166166
```
167167

168-
- 自定义检查出更新后显示的Dialog,默认参考:![DefaultNeedUpdateCreator](https://github.com/yjfnypeu/UpdatePlugin/blob/master/updatepluginlib/src/main/java/org/lzh/framework/updatepluginlib/creator/DefaultNeedUpdateCreator.java)
168+
- 自定义检查出更新后显示的Dialog,默认参考:[DefaultNeedUpdateCreator](https://github.com/yjfnypeu/UpdatePlugin/blob/master/updatepluginlib/src/main/java/org/lzh/framework/updatepluginlib/creator/DefaultNeedUpdateCreator.java)
169169

170170
```
171171
updateDialogCreator(new DialogCreator() {
@@ -180,7 +180,7 @@ updateDialogCreator(new DialogCreator() {
180180
})
181181
```
182182

183-
- 自定义下载时的进度条Dialog,默认参考:![DefaultNeedDownloadCreator](https://github.com/yjfnypeu/UpdatePlugin/blob/master/updatepluginlib/src/main/java/org/lzh/framework/updatepluginlib/creator/DefaultNeedDownloadCreator.java)
183+
- 自定义下载时的进度条Dialog,默认参考:[DefaultNeedDownloadCreator](https://github.com/yjfnypeu/UpdatePlugin/blob/master/updatepluginlib/src/main/java/org/lzh/framework/updatepluginlib/creator/DefaultNeedDownloadCreator.java)
184184

185185
```
186186
.downloadDialogCreator(new DownloadCreator() {
@@ -193,7 +193,7 @@ updateDialogCreator(new DialogCreator() {
193193
})
194194
```
195195

196-
- 自定义下载完成后。显示的Dialog,默认参考![DefaultNeedInstallCreator](https://github.com/yjfnypeu/UpdatePlugin/blob/master/updatepluginlib/src/main/java/org/lzh/framework/updatepluginlib/creator/DefaultNeedInstallCreator.java)
196+
- 自定义下载完成后。显示的Dialog,默认参考[DefaultNeedInstallCreator](https://github.com/yjfnypeu/UpdatePlugin/blob/master/updatepluginlib/src/main/java/org/lzh/framework/updatepluginlib/creator/DefaultNeedInstallCreator.java)
197197

198198
```
199199
installDialogCreator(new InstallCreator() {

0 commit comments

Comments
 (0)