{"id":31194796,"url":"https://github.com/rdtoy/MIUIPerfSaver","last_synced_at":"2025-09-20T02:04:55.900Z","repository":{"id":39250439,"uuid":"482832921","full_name":"rdtoy/MIUIPerfSaver","owner":"rdtoy","description":"Remove MIUI's performance limit, run app at maximum FPS","archived":false,"fork":false,"pushed_at":"2025-08-30T04:28:12.000Z","size":488,"stargazers_count":181,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-30T06:11:23.658Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rdtoy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-18T12:09:06.000Z","updated_at":"2025-08-30T04:16:29.000Z","dependencies_parsed_at":"2025-03-08T06:17:54.907Z","dependency_job_id":"ac266127-0c1b-4792-a7a7-f69b0773cf49","html_url":"https://github.com/rdtoy/MIUIPerfSaver","commit_stats":null,"previous_names":["rdtoy/miuiperfsaver"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/rdtoy/MIUIPerfSaver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdtoy%2FMIUIPerfSaver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdtoy%2FMIUIPerfSaver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdtoy%2FMIUIPerfSaver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdtoy%2FMIUIPerfSaver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdtoy","download_url":"https://codeload.github.com/rdtoy/MIUIPerfSaver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdtoy%2FMIUIPerfSaver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276033070,"owners_count":25573474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-20T02:02:21.933Z","updated_at":"2025-09-20T02:04:55.892Z","avatar_url":"https://github.com/rdtoy.png","language":"Kotlin","funding_links":[],"categories":["📱 OS-Specific Customization"],"sub_categories":["Themes and Visual Mods"],"readme":"# MIUI 性能救星\n\u003e 移除 MIUI 对应用的性能限制，以最高帧率运行应用\n\n## 介绍\n本模块旨在用各种方式提升系统运行应用的性能。\n目前支持的功能：\n- 对指定应用解除 MIUI 系统 \"电量与性能\" 应用云控限制屏幕刷新率。对于 DC 调光和高刷新率不兼容的情况，支持强行锁定 “DC+高刷” 或低亮度时自动切换到支持 DC 的刷新率\n  \u003e \"电量与性能\" 应用会根据前台应用情况，限制应用的运行帧数。比如王者荣耀等游戏会被限制 60 刷新率，导致游戏最高只能达到 60 帧\n \n  \u003cimg src='./public/images/refresh_rate.jpg' style='width: 240px;' alt='refresh_rate' /\u003e\n- 屏蔽或修改 MIUI 系统 \"Joyose\" 应用的云控性能限制，屏蔽其广告和跟踪请求\n  \u003e \"Joyose\" 应用会拉取云控规则，调整应用的性能。比如在手机温度较高时降低游戏帧数\n\n  \u003cimg src='./public/images/joyose.jpg' style='width: 240px;' alt='joyose' /\u003e\n\n## 使用方式\n1. 安装 MIUIPerfSaver.apk [MIUI 性能救星]\n2. 在 LSPosed 管理器中启用模块\n   - 首次启用模块、更新模块版本时，需要强制停止 \"性能与电量\" / \"Joyose\" 应用一次\n   - 首次启用需清空 \"Joyose\" 全部数据\n3. 在 MIUI 性能救星 模块自己的设置中\n   - 刷新率：可修改全局刷新率，或锁定单个应用的刷新率。这里的改动立即生效，重启也仍然生效，无需强制停止任何应用\n   - Joyose：选择云控规则处理方式，默认完全屏蔽，可选仅删除或修改云控规则内容，切换规则后需清除 Joyose 数据\n\n\n## 反馈 bug\n请在 https://github.com/rdtoy/MIUIPerfSaver/issues 创建 issue，并提供 LSPosed 管理器中的详细日志\n\n## 感谢\n应用列表界面的 UI 和基础逻辑，改自 [XAppDebug](https://github.com/Palatis/XAppDebug) 项目\n\n## 已知问题\n- MIUI 开发版、测试版系统上可能失效，目前只适配正式版系统\n- DC 高刷不兼容的设备强制同时开启 DC + 高刷后，可能出现屏幕颜色偏色、部分刷新率下 DC 无效等情况\n\n---\n\n# MIUI Performance Saver\n\u003e Remove MIUI\\'s performance limit, run app at maximum FPS\n\nUI from [XAppDebug](https://github.com/Palatis/XAppDebug), thanks~\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdtoy%2FMIUIPerfSaver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdtoy%2FMIUIPerfSaver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdtoy%2FMIUIPerfSaver/lists"}