Updater KMP
测试版
4
下载
0
讨论
106
收藏
new_releases 更新日志
New CI from YuKongA/Updater-KMP
Version: v1.7.0-4b9d411 (596)
Commit message:
refactor: adopt clean architecture
- Split :core into :domain (repo interfaces, entities, use cases, mapper,
isWeb expect/actual) and :data (repo *Impl, storage, platform, Koin dataModule)
- Add an interface for every repository/service, backed by a *Impl in :data
- Replace hand-written AppContainer with Koin: dataModule + appModule,
koinViewModel() in Compose shells, initKoin() guard, CliDi for the CLI
- Move all platform shells under app/ with nested :app:* Gradle paths
- Update iOS Xcode project, CI workflow, and .gitignore for the new layout
- Add DataModuleTest verifying the Koin data graph resolves
description 应用介绍
UpdaterKMP
UpdaterKMP是获取MIUI/HyperOS更新信息的应用程序。组成多平台UI框架。
github:https://github.com/YuKongA/Updater-KMP
桌面/安卓/iOS现在支持。
由于浏览器跨域请求限制,网平台不可用。
使用:
获取时Pubilc Release Version (F),系统版本的后缀可以使用自动完成AUTO
例如:OS1.0.26.0.AUTO/V14.0.4.0.AUTO
获取时Beta Development Version (X),请输入完整的系统版本
例如:OS1.0.23.12.19.DEV/V14.0.23.5.8.DEV
备注:
仅支持MIUI9最极端的情况是:Redmi1S(阿玛尼),MIUI9,Android4.4。
仅列表中的设备DeviceInfoHelper是否支持使用AUTO要自动完成,其他设备仍需要手动输入完整的系统版本。
当您未使用小米账户登录时,您可以使用miotaV3-v1界面获取Pubilc Release Version任何型号的。
登录小米账户后,您将使用miotaV3-v2界面获取有关Beta Release Version或者Public Development Version,对应于您拥有的内部测试权限。