From 1291d19956266bcdab07abaaba7e67b37df9641c Mon Sep 17 00:00:00 2001 From: Jenly Date: Thu, 16 Jan 2025 00:16:48 +0800 Subject: [PATCH] Update README --- .editorconfig | 23 ++++++++++++----------- README.md | 22 +++------------------- app/src/main/res/layout/activity_main.xml | 2 +- mkdocs.yml | 1 + test.md | 4 ++-- 5 files changed, 19 insertions(+), 33 deletions(-) diff --git a/.editorconfig b/.editorconfig index 5603d7f..1461f69 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,11 +1,12 @@ -# root = true -# -# [*] -# indent_style = space -# indent_size = 4 -# charset = utf-8 -# trim_trailing_whitespace = true -# insert_final_newline = true -# -# [*.{kt, kts}] -# ij_kotlin_imports_layout = * \ No newline at end of file +root = true + +[*] +end_of_line=lf +charset=utf-8 +indent_style = space +indent_size=4 +insert_final_newline=true +trim_trailing_whitespace=true + +[*.{kt, kts}] +ij_kotlin_imports_layout = * \ No newline at end of file diff --git a/README.md b/README.md index 9d634b9..2fcc282 100644 --- a/README.md +++ b/README.md @@ -107,26 +107,10 @@ ArcSeekBar for Android 是一个弧形的拖动条进度控件,配置参数完 ## 版本日志 -#### v1.1.1:2024-7-17 -* 优化细节 +#### 待发布版本([提前体验](test.md)) +* 修复BUG:最大值多次动态变化后,会影响到进度拖动问题。([#14](https://github.com/jenly1314/ArcSeekBar/issues/14)) -#### v1.1.0:2024-6-25 -* 新增自定义属性`arcThumbDrawable` -* 优化细节 - -#### v1.0.3:2021-9-1 (从v1.0.3开始发布至 MavenCentral) -* 对外暴露更多getter和setter方法 -* 新增arcTickOffsetAngle属性 -* 发布至 **MavenCentral** - -#### v1.0.2:2020-12-2 -* 优化设置渐变色过程处理 - -#### v1.0.1:2020-9-16 -* 优化细节 - -#### v1.0.0:2020-3-28 -* ArcSeekBar初始版本 +#### [查看更多版本日志](CHANGELOG.md) ## 赞赏 如果您喜欢ArcSeekBar,或感觉ArcSeekBar帮助到了您,可以点右上角“Star”支持一下,您的支持就是我的动力,谢谢 :smiley: diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index c085054..33d14b5 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -61,4 +61,4 @@ app:layout_constraintTop_toBottomOf="@+id/btn1" android:onClick="onClick"/> - \ No newline at end of file + diff --git a/mkdocs.yml b/mkdocs.yml index 7b03c41..a1f469d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -43,6 +43,7 @@ theme: - content.code.copy extra: + generator: false social: - icon: material/home-circle link: https://jenly1314.github.io/ diff --git a/test.md b/test.md index 14247b5..30cc248 100644 --- a/test.md +++ b/test.md @@ -1,5 +1,5 @@ -## ~待发布版本~(已发布v1.1.1) +## 待发布版本 待发布版本暂使用 **Jit Pack** 仓库;待收集的一些问题测试稳定后,再统一发布正式版本至 **Maven Central** 仓库。 @@ -20,6 +20,6 @@ 2. 在Module的 **build.gradle** 里面添加引入依赖项 ```gradle - implementation 'com.github.jenly1314:ArcSeekBar:17b52aba64' + implementation 'com.github.jenly1314:ArcSeekBar:0783511bfd' ```