Runt
2025-06-02 32f8bf48ad4f74edf0cb52d42c01d4e6ba735a9f
文件删除,代码修正
1 files modified
14 files deleted
216 ■■■■■ changed files
libmvi/src/main/java/com/runt/open/mvi/base/BaseActivity.kt 4 ●●●● patch | view | raw | blame | history
libmvi/src/main/res/drawable/ic_launcher_background.xml 170 ●●●●● patch | view | raw | blame | history
libmvi/src/main/res/drawable/ic_launcher_foreground.xml 30 ●●●●● patch | view | raw | blame | history
libmvi/src/main/res/mipmap-anydpi/ic_launcher.xml 6 ●●●●● patch | view | raw | blame | history
libmvi/src/main/res/mipmap-anydpi/ic_launcher_round.xml 6 ●●●●● patch | view | raw | blame | history
libmvi/src/main/res/mipmap-hdpi/ic_launcher.webp patch | view | raw | blame | history
libmvi/src/main/res/mipmap-hdpi/ic_launcher_round.webp patch | view | raw | blame | history
libmvi/src/main/res/mipmap-mdpi/ic_launcher.webp patch | view | raw | blame | history
libmvi/src/main/res/mipmap-mdpi/ic_launcher_round.webp patch | view | raw | blame | history
libmvi/src/main/res/mipmap-xhdpi/ic_launcher.webp patch | view | raw | blame | history
libmvi/src/main/res/mipmap-xhdpi/ic_launcher_round.webp patch | view | raw | blame | history
libmvi/src/main/res/mipmap-xxhdpi/ic_launcher.webp patch | view | raw | blame | history
libmvi/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp patch | view | raw | blame | history
libmvi/src/main/res/mipmap-xxxhdpi/ic_launcher.webp patch | view | raw | blame | history
libmvi/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp patch | view | raw | blame | history
libmvi/src/main/java/com/runt/open/mvi/base/BaseActivity.kt
@@ -498,7 +498,7 @@
    }
    fun getBooleanProjectPrefrence(key : String,value : Boolean) : Boolean {
        return PreferencesUtils.getBoolean(this , key , value , PreferencesUtils.USER)
        return PreferencesUtils.getBoolean(this , key , value , PreferencesUtils.PROJECT)
    }
    fun getStringUserPrefrence(key : String) : String {
@@ -506,7 +506,7 @@
    }
    fun getStringUserPrefrence(key : String,value : String?) : String {
        return PreferencesUtils.getString(this , key , value, PreferencesUtils.PROJECT)
        return PreferencesUtils.getString(this , key , value, PreferencesUtils.USER)
    }
    fun getStringProjectPrefrence(key : String) : String {
libmvi/src/main/res/drawable/ic_launcher_background.xml
File was deleted
libmvi/src/main/res/drawable/ic_launcher_foreground.xml
File was deleted
libmvi/src/main/res/mipmap-anydpi/ic_launcher.xml
File was deleted
libmvi/src/main/res/mipmap-anydpi/ic_launcher_round.xml
File was deleted
libmvi/src/main/res/mipmap-hdpi/ic_launcher.webp
Binary files differ
libmvi/src/main/res/mipmap-hdpi/ic_launcher_round.webp
Binary files differ
libmvi/src/main/res/mipmap-mdpi/ic_launcher.webp
Binary files differ
libmvi/src/main/res/mipmap-mdpi/ic_launcher_round.webp
Binary files differ
libmvi/src/main/res/mipmap-xhdpi/ic_launcher.webp
Binary files differ
libmvi/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
Binary files differ
libmvi/src/main/res/mipmap-xxhdpi/ic_launcher.webp
Binary files differ
libmvi/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
Binary files differ
libmvi/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
Binary files differ
libmvi/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
Binary files differ