运营端login appname

This commit is contained in:
lijia 2025-01-14 10:55:04 +08:00
parent b082e37493
commit ef6393e8ca
3 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ android {
buildConfigField("String", "BASE_URL", "\"http://app.dahehuoyun.com/api/\"")
buildConfigField "boolean", "isTest", "false"
//APP名称androidMainfest中引用
resValue "string", "appName", "大河好运司机"
resValue "string", "appName", "司机运营"
}
}

View File

@ -54,7 +54,7 @@
android:name="com.arpa.hndahesudintocctmsdriver.App"
android:allowBackup="true"
android:excludeFromRecents="true"
android:icon="@mipmap/diver_logo"
android:icon="@mipmap/diver_log_yy"
android:label="@string/appName"
android:largeHeap="true"
android:requestLegacyExternalStorage="true"

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB