{"id":33891165,"url":"https://github.com/Qjj7679/Oplus-Luncher-RadiusOptimization","last_synced_at":"2025-12-16T04:03:38.161Z","repository":{"id":323270854,"uuid":"1092690468","full_name":"Qjj7679/Oplus-Luncher-RadiusOptimization","owner":"Qjj7679","description":"优化ColorOS系统桌面最近任务卡片的圆角","archived":false,"fork":false,"pushed_at":"2025-11-09T06:41:04.000Z","size":59,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-09T07:13:41.457Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Qjj7679.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-09T05:24:41.000Z","updated_at":"2025-11-09T06:35:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Qjj7679/Oplus-Luncher-RadiusOptimization","commit_stats":null,"previous_names":["qjj7679/oplus-luncher-radiusoptimization"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Qjj7679/Oplus-Luncher-RadiusOptimization","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qjj7679%2FOplus-Luncher-RadiusOptimization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qjj7679%2FOplus-Luncher-RadiusOptimization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qjj7679%2FOplus-Luncher-RadiusOptimization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qjj7679%2FOplus-Luncher-RadiusOptimization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Qjj7679","download_url":"https://codeload.github.com/Qjj7679/Oplus-Luncher-RadiusOptimization/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qjj7679%2FOplus-Luncher-RadiusOptimization/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27759452,"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-12-16T02:00:10.477Z","response_time":57,"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-12-11T06:00:25.021Z","updated_at":"2025-12-16T04:03:38.153Z","avatar_url":"https://github.com/Qjj7679.png","language":"Kotlin","funding_links":[],"categories":["OS-Specific Customization"],"sub_categories":["Themes and Visual Mods"],"readme":"# Oplus Launcher Radius Optimization\n\n一个基于 YukiHookAPI 开发的 Xposed 模块，用于优化 ColorOS 系统桌面的最近任务卡片圆角效果。\n\n## ✨ 功能特性\n\n- 🎨 **自定义圆角半径** - 调整最近任务卡片的圆角大小\n- 🎯 **精准目标** - 仅针对 ColorOS 系统桌面 (`com.android.launcher`)\n- ⚡ **轻量高效** - 低资源占用，不影响系统性能\n- 🔒 **安全稳定** - 不修改系统核心文件，可随时禁用\n\n## 📋 兼容性\n\n- **目标应用**: ColorOS 系统桌面 (`com.android.launcher`)\n- **Android 版本**: Android 16/15 (ColorOS 16-15 / RealmeUI 7-6 / OxygenOS 16-15)\n- **依赖框架**: LSPosed / 其他 Xposed 框架\n- **API 版本**: YukiHookAPI 1.3.0\n\n## 🔧 安装方法\n\n### 前提条件\n1. 已安装并激活 Xposed 框架 (推荐 LSPosed)\n2. 确保目标应用为 ColorOS 系统桌面\n\n### 安装步骤\n1. 下载最新版本的 APK 文件\n2. 安装到你的设备\n3. 在 Xposed 管理器中启用本模块\n4. 在模块作用域中勾选「系统桌面」\n5. 重启设备或软重启系统桌面\n\n## ⚙️ 配置说明\n\n系统桌面最近任务卡片圆角初始值为`16dp`，模块更改圆角值为`26dp`，如需自定义圆角值，请在`/app/src/main/java/com/radius/optimization/HookEntry.kt`中的`第27行`进行更改\n\n\n## 🛠️ 构建说明\n\n### 环境要求\n- Android SDK 30+\n- Java 17\n\n### 构建步骤\n```bash\n# 克隆项目\ngit clone https://github.com/Qjj7679/Oplus-Launcher-RadiusOptimization.git\n\n# 构建并安装\n./gradlew assembleDebug\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FQjj7679%2FOplus-Luncher-RadiusOptimization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FQjj7679%2FOplus-Luncher-RadiusOptimization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FQjj7679%2FOplus-Luncher-RadiusOptimization/lists"}