1:优化服务地址

2:修改盲盒转盘声音,修改成0.2
3:修改红包声音,0.2
4:修改巡乐会,最后出现的空白
5:优化一键赠送背包礼物的时候,连续点击后,出现的错误
7:修改打包的应用图标
This commit is contained in:
2026-01-13 16:04:21 +08:00
parent 0fd8ecd73d
commit 8f4c2d1b83
10 changed files with 34 additions and 28 deletions

View File

@@ -55,15 +55,15 @@ android {
// 正式版包名使用基础包名com.example.myapp
applicationIdSuffix ""
// // 测试版包名:基础包名 + .betacom.example.myapp.beta
// applicationIdSuffix ".beta.b"
applicationIdSuffix ".beta"
// 【正式版应用名称】通过resValue动态生成string资源
resValue "string", "app_name", "羽声语音"
resValue "string", "app_name", "羽声内测"
// resValue "string", "app_name", "羽声语音APP"
// 【正式版图标】替换manifest中的占位符使用main目录下的正式图标
manifestPlaceholders = [
appIcon: "@mipmap/ic_launcher" // 需在main/res/mipmap放置该图标
appIcon: "@mipmap/icon_nc" // 需在main/res/mipmap放置该图标
]
}
@@ -80,7 +80,7 @@ android {
//
// // 【测试版图标】替换为测试专用图标
manifestPlaceholders = [
appIcon: "@mipmap/ic_launcher_app_bat" // 需在main/res/mipmap放置该图标
appIcon: "@mipmap/icon_nc" // 需在main/res/mipmap放置该图标
]
}
}

View File

@@ -128,7 +128,7 @@
android:enableOnBackInvokedCallback="true"
android:extractNativeLibs="true"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher_app"
android:icon="${appIcon}"
android:label="@string/app_name"
android:largeHeap="true"
android:screenOrientation="portrait"

View File

@@ -310,12 +310,12 @@ public class PasswordLoginActivity extends BaseMvpActivity<LoginPresenter, Activ
}
if (TextUtils.isEmpty(CommonAppContext.getInstance().getToken()) || TextUtils.isEmpty(CommonAppContext.getInstance().getUser().getTencent_im())) {
Logger.e("SplashEnd", "ARouters.CODE_LOGIN");
if (canOnePass) {
phoneNumberAuthHelper.setAuthListener(tokenResultListener);
doOnePass();
} else {
}
// if (canOnePass) {
// phoneNumberAuthHelper.setAuthListener(tokenResultListener);
// doOnePass();
// } else {
//
// }
} else {
Logger.e("SplashEnd", "ARouters.MAIN");