Skip to content

Commit

Permalink
1、7.3.10以上不再支持侧边栏精简
Browse files Browse the repository at this point in the history
2、使用另一种方式实现每日自动签到
3、修复自助打卡因cookie过长导致无法点击确定的问题
  • Loading branch information
nining377 committed Sep 26, 2020
1 parent bc13e55 commit 53e1df9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.raincat.dolby_beta"
minSdkVersion 14
targetSdkVersion 23
versionCode 105
versionName "1.0.5"
versionCode 106
versionName "1.0.6"
}
buildTypes {
release {
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/layout/dialog_signsong_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:hint="点击5次“模块版本”按提示获取"
android:maxLines="5"
android:textColor="@android:color/black"
android:textSize="15sp" />

Expand Down Expand Up @@ -60,6 +61,7 @@
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:hint="可直接粘贴歌单链接的全部内容"
android:maxLines="5"
android:textColor="@android:color/black"
android:textSize="15sp" />

Expand Down

0 comments on commit 53e1df9

Please sign in to comment.