├── README.md ├── README_EN.md ├── SOURCE_URL └── SUMMARY /README.md: -------------------------------------------------------------------------------- 1 |
8 | 9 | ## 模块说明 10 | 11 | 此模块改善了我在 MIUI 12~14 以及 HyperOS 的日常使用体验,功能的详细描述可在模块设置内查看。 12 | 13 | ⭐ 本模块自豪地使用了 [DexKit](https://luckypray.org/DexKit/zh-cn/),一个高性能运行时 DEX 解析库。 14 | 15 | ## 模块功能 16 | - 手机管家 17 | - 应用行为记录显示系统应用(HyperOS 不再需要) 18 | - 系统应用 WLAN 联网控制 19 | - 将应用详情中“消除默认操作”改为“默认打开”设置 20 | - 无视“启用危险选项警告”倒计时直接确认 21 | - 体检分数锁定100分 22 | - 系统桌面 23 | - 不隐藏 Google 桌面图标¹ 24 | - 强制启用负一屏选择器(可选择 Google Feed)¹ 25 | - 替换全局搜索为 Google 搜索¹ 26 | - 系统界面 27 | - 不隐藏附近分享磁贴² 28 | - 不隐藏谷歌钱包磁贴² 29 | - 去除通知设置白名单 30 | - 通知更多设置重定向至通知渠道设置 31 | - 截图 32 | - 截图保存到 `Pictures/Screenshots` 33 | - 屏幕录制 34 | - 视频保存到 `Movies/ScreenRecorder` 35 | - 强制启用原生录音支持 36 | - 小爱翻译 37 | - 启用 AI字幕(只能识别翻译中文、英文) 38 | - 系统更新 39 | - 移除OTA验证(同 WooBox for MIUI 移除 OTA 验证) 40 | 41 | 注: 42 | 43 | 1. 需要 [Google 应用](https://play.google.com/store/apps/details?id=com.google.android.googlequicksearchbox) 44 | 2. 在国行系统上,部分谷歌移动服务功能被停用。要启用这些功能,需要对系统文件进行修改。更多信息请参阅 Unlock CN GMS 面具模块:[https://github.com/fei-ke/unlock-cn-gms](https://github.com/fei-ke/unlock-cn-gms) 45 | -------------------------------------------------------------------------------- /README_EN.md: -------------------------------------------------------------------------------- 1 | 8 | 9 | ## Description 10 | 11 | This module improves my experience of MIUI 12 to 14 and HyperOS. Details about each feature are in the module's settings. 12 | 13 | ⭐ Proudly powered by [DexKit](https://luckypray.org/DexKit/en/), a high-performance dex runtime parsing library. 14 | 15 | ## Features 16 | - Security app 17 | - Enable "App Behavior Record" (on Global ROM) 18 | - "App Behavior Record" includes System apps' records (no more needed for HyperOS) 19 | - Allow restrict System apps' WLAN usage 20 | - Replace App Info "Clear defaults" with "Open by default" setting 21 | - Ignore the countdown and click 'confirm' to skip the risky setting warning page. 22 | - Banner score lock at 100 points 23 | - System Launcher 24 | - Don't hide Google App shortcut (on China ROM)¹ 25 | - Enable "-1 Screen Picker" (between "App Vault" and "Google Feed") (on China ROM)¹ 26 | - Replace "Global Search" with "Google Search"¹ 27 | - SystemUI 28 | - Don't hide "Nearby Sharing" from Control Center² 29 | - Don't hide "Google Wallet" from Control Center² 30 | - Remove notification settings whitelist (on China ROM) 31 | - Notification's "More Info" redirect to the corresponding notification channel setting 32 | - Screenshot 33 | - Save screenshots to `Pictures/Screenshots` 34 | - ScreenRecorder 35 | - Save videos to `Movies/ScreenRecorder` 36 | - Force enable "Native Audio Recorder" 37 | - Mi AI Translator 38 | - Force enable AI subtitles (which can translate or transcribe between Chinese and English) 39 | - Updater 40 | - Remove OTA validate 41 | 42 | Notes: 43 | 44 | 1. [Google App](https://play.google.com/store/apps/details?id=com.google.android.googlequicksearchbox) is required. 45 | 2. On China ROM, some features of Google Mobile Services are disabled. To use these features, System modification is required. Refer to Unlock CN GMS 46 | Magisk Module: [https://github.com/fei-ke/unlock-cn-gms](https://github.com/fei-ke/unlock-cn-gms) for more information. -------------------------------------------------------------------------------- /SOURCE_URL: -------------------------------------------------------------------------------- 1 | https://github.com/chsbuffer/MIUIQOL -------------------------------------------------------------------------------- /SUMMARY: -------------------------------------------------------------------------------- 1 | MIUI生活质量提升 2 | MIUI Quality of Life Improvement (MIUI QOL) --------------------------------------------------------------------------------