From d18147d509b997b678609810cd330317e975e336 Mon Sep 17 00:00:00 2001 From: HapeLee <1321903405@qq.com> Date: Mon, 27 Oct 2025 02:38:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E4=B8=8E=E5=8F=91=E7=8E=B0?= =?UTF-8?q?=E9=A1=B9=E4=BC=98=E5=8C=96=20#146?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/item_search.xml | 1 - app/version.properties | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/res/layout/item_search.xml b/app/src/main/res/layout/item_search.xml index 38f891138..c670816b9 100644 --- a/app/src/main/res/layout/item_search.xml +++ b/app/src/main/res/layout/item_search.xml @@ -134,7 +134,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:ellipsize="end" - android:visibility="gone" android:lines="1" android:text="@string/last_read" android:textSize="11sp" /> diff --git a/app/version.properties b/app/version.properties index 2144a2482..c0214cc1d 100644 --- a/app/version.properties +++ b/app/version.properties @@ -1,4 +1,4 @@ VERSION_MAJOR=3 VERSION_MINOR=25 -VERSION_PATCH=13 +VERSION_PATCH=14 VERSION_SUFFIX= \ No newline at end of file