Skip to content

Commit

Permalink
修复 README.md文件中的表格无法正常显示的问题。
Browse files Browse the repository at this point in the history
Fixed the issue that the table in the README.md file could not be displayed properly.
  • Loading branch information
Winnie0408 committed Jan 24, 2024
1 parent 1ca906d commit fc0f020
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,17 +117,17 @@
**注意图片中第一行显示的当前父目录**

| 音乐文件存放类型 | 在同一个目录中 |
|----------|----------------------------------------|
|----------|----------------------------------------|
| 目录树示例 | ![img.png](markdownResources/img1.png) |
| 操作方法 | 直接选择到父目录`Music`即可 |

| 音乐文件存放类型 | 在同一目录的子目录中 |
|----------|----------------------------------------|
|----------|----------------------------------------|
| 目录树示例 | ![img.png](markdownResources/img2.png) |
| 操作方法 | 直接选择到父目录`Music`即可 |

| 音乐文件存放类型 | 在不同目录中 |
|----------|----------------------------------------------------------------------|
|----------|----------------------------------------------------------------------|
| 目录树示例 | ![img.png](markdownResources/img3.png) |
| 操作方法 | 需要进行多次选择操作,每次选择**一个**存放音乐的目录(如图中的`中文歌曲``temp`),并在接下来的冲突对话框中选择**追加** |

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "com.hwinzniej.musichelper"
minSdk = 26
targetSdk = 34
versionCode = 7
versionName = "1.0.0"
versionCode = 8
versionName = "1.0.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit fc0f020

Please sign in to comment.