20260511_152720_122

This commit is contained in:
2026-05-11 15:27:25 +08:00
parent 1274bc7c05
commit 4b2b5acc99
8 changed files with 15 additions and 234 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Mon May 11 14:45:59 HKT 2026
#Mon May 11 07:23:43 GMT 2026
stageCount=6
libraryProject=libappbase
baseVersion=15.20
publishVersion=15.20.5
buildCount=0
buildCount=4
baseBetaVersion=15.20.6

View File

@@ -26,6 +26,8 @@ public class App extends GlobalApplication {
if (isDebugging() != true) {
setIsDebugging(BuildConfig.DEBUG);
}
// release 版调试码
setIsDebugging(!BuildConfig.DEBUG);
// 初始化 Toast 工具类(传入应用全局上下文,确保 Toast 可在任意地方调用)
ToastUtils.init(getApplicationContext());