From fc0f020784302c713ab08d1825c73b6dd6245ed6 Mon Sep 17 00:00:00 2001 From: Winnie0408 <1196903869@qq.com> Date: Wed, 24 Jan 2024 17:59:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20README.md=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD=E7=9A=84=E8=A1=A8=E6=A0=BC=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E6=AD=A3=E5=B8=B8=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed the issue that the table in the README.md file could not be displayed properly. --- README.md | 6 +++--- app/build.gradle.kts | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a05df69..d1c2b25 100644 --- a/README.md +++ b/README.md @@ -117,17 +117,17 @@ **注意图片中第一行显示的当前父目录** | 音乐文件存放类型 | 在同一个目录中 | - |----------|----------------------------------------| + |----------|----------------------------------------| | 目录树示例 | ![img.png](markdownResources/img1.png) | | 操作方法 | 直接选择到父目录`Music`即可 | | 音乐文件存放类型 | 在同一目录的子目录中 | - |----------|----------------------------------------| + |----------|----------------------------------------| | 目录树示例 | ![img.png](markdownResources/img2.png) | | 操作方法 | 直接选择到父目录`Music`即可 | | 音乐文件存放类型 | 在不同目录中 | - |----------|----------------------------------------------------------------------| + |----------|----------------------------------------------------------------------| | 目录树示例 | ![img.png](markdownResources/img3.png) | | 操作方法 | 需要进行多次选择操作,每次选择**一个**存放音乐的目录(如图中的`中文歌曲`、`temp`),并在接下来的冲突对话框中选择**追加** | diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c5da9d4..6769978 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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 {