Skip to content

Commit 6f7e77e

Browse files
committed
docs
1 parent 5d3bdb4 commit 6f7e77e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- name: Set up JDK 11
16-
uses: actions/setup-java@v1
16+
uses: actions/setup-java@v4
1717
with:
18+
distribution: 'zulu'
1819
java-version: 11
1920
- name: Build with Gradle
2021
run: ./gradlew build

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ drawBoardView.getResultBitmap()
184184

185185
更多使用详情,请查看[app](app)中的源码使用示例或直接查看[API帮助文档](https://jenly1314.github.io/DrawBoard/api/)
186186

187+
## 相关推荐
188+
189+
- [ImageViewer](https://github.com/jenly1314/ImageViewer) 一个图片查看器,一般用来查看图片详情或查看大图时使用。
190+
187191
<!-- end -->
188192

189193
## 版本日志

0 commit comments

Comments
 (0)