Skip to content

Commit 20fab98

Browse files
committed
更新README
1 parent 584768e commit 20fab98

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ class App: Application() {
88
super.onCreate()
99
// 在此注册后方可在应用内使用
1010
CommonModule.regist(this)
11+
// 打开调试
12+
CommonModule.setDebugModeEnable(true)
13+
// 初始化封装的Toast
14+
ToastCompat.init(this)
1115
}
1216
}
1317
```

0 commit comments

Comments
 (0)