1:修改排行榜页面,

2:修改拍卖房刷新数据
3:修改交友房刷新数据
This commit is contained in:
2025-10-25 18:07:21 +08:00
parent 529aae1fcf
commit 8ebe1530ee
128 changed files with 3640 additions and 2099 deletions

View File

@@ -5,7 +5,7 @@
<activity
android:name="com.tencent.qcloud.tuicore.permission.PermissionActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:launchMode="singleTask"
android:theme="@style/CoreActivityTranslucent"
android:windowSoftInputMode="stateHidden|stateAlwaysHidden" />
@@ -13,7 +13,7 @@
android:name="com.tencent.qcloud.tuicore.util.PermissionRequester$PermissionActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:multiprocess="true"
android:launchMode="singleTask"
android:theme="@style/CoreActivityTranslucent"
android:windowSoftInputMode="stateHidden|stateAlwaysHidden" />