应用类重构

This commit is contained in:
ZhanGSKen
2025-01-23 02:16:53 +08:00
parent 6447bcf924
commit a96ba362b4
5 changed files with 20 additions and 18 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Thu Jan 23 01:54:33 HKT 2025
#Wed Jan 22 18:15:12 GMT 2025
stageCount=7
libraryProject=libapputils
baseVersion=9.2
publishVersion=9.2.6
buildCount=0
buildCount=1
baseBetaVersion=9.2.7

View File

@@ -22,7 +22,7 @@ public class App extends GlobalApplication {
public void onCreate() {
super.onCreate();
// 初始化 WinBoll 框架
WinBollUtils.getInstance(this).init(this);
WinBollUtils.init(this);
// 初始化 Toast 框架
ToastUtils.init(this);
// 设置 Toast 布局样式