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

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