{"id":45558149,"url":"https://github.com/web3heichenya/lolpro","last_synced_at":"2026-02-26T14:09:52.565Z","repository":{"id":339922565,"uuid":"1160773802","full_name":"web3heichenya/lolpro","owner":"web3heichenya","description":"LOLPro is an advanced assistant tool for League of Legends built with Electron and React. it provides real-time game data, champion builds, and HUD overlays for various game modes like ARAM Mayhem and Arena.","archived":false,"fork":false,"pushed_at":"2026-02-23T04:33:44.000Z","size":2999,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-23T12:36:10.632Z","etag":null,"topics":["electron","league-of-legends"],"latest_commit_sha":null,"homepage":"https://lolpro.heichen.space/","language":"TypeScript","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/web3heichenya.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":"2026-02-18T11:01:34.000Z","updated_at":"2026-02-23T04:25:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/web3heichenya/lolpro","commit_stats":null,"previous_names":["web3heichenya/lolpro"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/web3heichenya/lolpro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3heichenya%2Flolpro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3heichenya%2Flolpro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3heichenya%2Flolpro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3heichenya%2Flolpro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/web3heichenya","download_url":"https://codeload.github.com/web3heichenya/lolpro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3heichenya%2Flolpro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29861806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T08:51:08.701Z","status":"ssl_error","status_checked_at":"2026-02-26T08:50:19.607Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["electron","league-of-legends"],"created_at":"2026-02-23T06:18:56.353Z","updated_at":"2026-02-26T14:09:52.557Z","avatar_url":"https://github.com/web3heichenya.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"build/icon.png\" width=\"128\" height=\"128\" alt=\"LOLPro Logo\"\u003e\n\u003c/p\u003e\n\n# LOLPro\n\n基于 Electron + React 的英雄联盟辅助工具，当前支持：\n\n- 排位（`ranked`）\n- 极地大乱斗（`aram`）\n- 无限火力（`urf`）\n- 海克斯乱斗（`aram-mayhem`）\n- 斗魂竞技场（`arena`）\n\n支持客户端状态检测、英雄详情页、游戏中页面、置顶浮窗。\n\n## 数据源设计\n\n### 共用数据（跨模式）\n\n- 英雄列表：Blitz / DDragon（按语言缓存）\n- 英雄基础信息（名称、称号、简介、技能等）：OP.GG / Blitz champion meta\n\n### 模式数据（按模式独立）\n\n- 排位（Ranked）玩法数据：\n  - `https://lol-api-champion.op.gg/api/{region}/champions/ranked/{championId}/{position}?tier={tier}`\n- 极地大乱斗（ARAM）玩法数据：\n  - `https://lol-api-champion.op.gg/api/{region}/champions/aram/{championId}/none?tier={tier}`\n- 无限火力（URF）玩法数据：\n  - `https://lol-api-champion.op.gg/api/{region}/champions/urf/{championId}/none?tier={tier}`\n- 海克斯乱斗（ARAM Mayhem）玩法数据：\n  - 默认数据源：Blitz Datalake GraphQL\n  - 可选数据源：OP.GG 页面抓取（Next Flight 解析），通过环境变量 `ARAM_MAYHEM_SOURCE=opgg` 切换\n  - （OP.GG 抓取路径）\n    - `/lol/modes/aram-mayhem/{champion}/augments`\n    - `/lol/modes/aram-mayhem/{champion}/items`\n    - `/lol/modes/aram-mayhem/{champion}/skills`\n- 斗魂竞技场（Arena）玩法数据：\n  - `https://lol-api-champion.op.gg/api/{region}/champions/arena/{championId}?tier={arenaTier}`\n\n## 本地缓存（SQLite）\n\n- `build_cache`：模式玩法构筑缓存（按 `mode/champion/lang/source_key`）\n- `champion_profiles`：英雄基础信息缓存（模式无关）\n- `mode_tier_lists`：模式榜单/分层缓存\n- `app_meta`：少量全局 KV（如 Riot 版本号）\n\n## 快捷键\n\n- 显示/隐藏浮窗：`Ctrl/Cmd + Shift + T`\n- 切换浮窗交互模式：`Ctrl/Cmd + Shift + I`\n- 切换海克斯品质（浮窗）：`Ctrl/Cmd + Shift + J`\n\n## 开发\n\n```bash\npnpm install\npnpm run doctor\npnpm run dev\n```\n\n## 本地运行与打包\n\n### macOS\n\n```bash\npnpm run dev\npnpm run dist\n```\n\n### Windows（PowerShell）\n\n```powershell\npnpm install\npnpm run native:electron\npnpm run dev\npnpm run dist\n```\n\n打包产物默认输出到 `release/`。\n\n## LCU 连接说明\n\n项目通过读取 LoL 客户端 `lockfile` 获取端口与 token，再调用本机 `127.0.0.1` 的 LCU API。\n\n若一直显示未连接：\n\n- 确认 LoL 客户端已启动\n- 可通过环境变量 `LOL_LOCKFILE_PATH` 显式指定 lockfile 路径\n\n### 签名与公证\n\n当前流程默认关闭自动签名发现（`CSC_IDENTITY_AUTO_DISCOVERY=false`），可稳定产出未签名安装包。\n\n若需要正式分发，建议在 GitHub Secrets 配置签名参数：\n\n- macOS：`APPLE_ID` / `APPLE_APP_SPECIFIC_PASSWORD` / `CSC_LINK` / `CSC_KEY_PASSWORD`\n- Windows：代码签名证书相关 secrets\n\n## 免责声明\n\n本项目基于 Riot 官方提供的 LCU API 开发，未采用任何侵入式技术，理论上不会直接干预或修改游戏核心数据。但请注意，使用任何第三方辅助工具均可能受游戏版本更新或反作弊系统的影响，存在不可预见的风险。\n\n**使用者需全面了解并自行评估使用风险（包括但不限于账号封禁、数据异常等），并自行承担所有后果。** 开发者不对使用本软件造成的直接或间接损失负责。\n\n本项目未经 Riot Games 官方授权或背书，全部游戏资源及版权归 Riot Games 保留。在此声明旨在保障透明度，感谢您的理解，并请在游戏中保持公平竞技。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb3heichenya%2Flolpro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweb3heichenya%2Flolpro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb3heichenya%2Flolpro/lists"}