第N+2次提交

This commit is contained in:
xuhuixiang
2025-04-28 17:43:05 +08:00
parent 0172042233
commit 725426ea65
96 changed files with 3379 additions and 1590 deletions

View File

@@ -308,7 +308,8 @@ public class MessageBottomLayout extends FrameLayout
private void onToRedPacket() {
mProxy.sendRedPacket();
hideCurrentInput();
updateState(InputState.none);
}
private void onToGiftRedPacket() {

View File

@@ -39,7 +39,7 @@ import retrofit2.http.QueryMap;
public interface ApiService {
// String URL_BASE="47.242.235.9";
// String URL="http://192.168.110.233:8000/";
String URL="http://192.168.110.6:8003/";
// String URL1="http://"+ ApiService.URL;
// String URL= BuildConfig.HTTP_BASE_URL;
@@ -49,7 +49,7 @@ public interface ApiService {
/**
* 正式环境
*/
String URL = "https://api.hnsdl.com/";
// String URL = "https://api.hnsdl.com/";
/**
* 测试环境

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -16,7 +16,6 @@
android:id="@+id/inputBarLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#f7f7f7"
android:orientation="horizontal"
android:paddingTop="@dimen/dimen_7_dp"
android:paddingBottom="@dimen/dimen_10_dp"
@@ -200,7 +199,6 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#F7F7F7"
android:orientation="vertical"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 304 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -10,5 +10,8 @@
<corners android:radius="6dp" />
<solid android:color="@color/color_white"/>
<stroke
android:width="1px"
android:color="#1e000000" />
</shape>