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

@@ -12,7 +12,7 @@
<application>
<activity
android:name="com.tencent.qcloud.tuikit.tuichat.component.imagevideobrowse.ImageVideoBrowseActivity"
android:launchMode="singleTask"
android:configChanges="screenSize|keyboardHidden|orientation" />
<activity
@@ -28,14 +28,14 @@
android:screenOrientation="portrait" />
<activity
android:name="com.tencent.qcloud.tuikit.tuichat.classicui.page.TUIC2CChatActivity"
android:launchMode="singleTask"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustNothing|stateHidden" />
<activity
android:name="com.tencent.qcloud.tuikit.tuichat.classicui.page.TUIGroupChatActivity"
android:launchMode="singleTask"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustNothing|stateHidden"/>
@@ -60,18 +60,18 @@
<activity
android:name="com.tencent.qcloud.tuikit.tuichat.minimalistui.widget.messagepopmenu.ChatPopActivity"
android:theme="@style/ChatTransparentPopActivityStyle"
android:launchMode="singleTask"
android:windowSoftInputMode="adjustNothing|stateHidden" />
<activity
android:name="com.tencent.qcloud.tuikit.tuichat.minimalistui.page.TUIC2CChatMinimalistActivity"
android:launchMode="singleTask"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustNothing|stateHidden" />
<activity
android:name="com.tencent.qcloud.tuikit.tuichat.minimalistui.page.TUIGroupChatMinimalistActivity"
android:launchMode="singleTask"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustNothing|stateHidden" />