We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584768e commit 20fab98Copy full SHA for 20fab98
1 file changed
README.md
@@ -8,6 +8,10 @@ class App: Application() {
8
super.onCreate()
9
// 在此注册后方可在应用内使用
10
CommonModule.regist(this)
11
+ // 打开调试
12
+ CommonModule.setDebugModeEnable(true)
13
+ // 初始化封装的Toast
14
+ ToastCompat.init(this)
15
}
16
17
```
0 commit comments