This repository was archived by the owner on Mar 9, 2025. It is now read-only. Zzaphkiel/SeraphinePublic archive NotificationsYou must be signed in to change notification settings Fork230 Star3.3k starsforks NotificationsYou must be signed in to change notification settings ...
Merge branch 'main' ofhttps://github.com/Zzaphkiel/Seraphine Zzaphkiel committedJun 10, 2024 · f864eaf 重构游戏设置锁定选项卡逻辑 Zzaphkiel committedJun 10, 2024 6abb22a Commits on Jun 9, 2024 由于SGP API 返回召唤师名不是最新的,改用 LCU API ...
git clone https://github.com/Zzaphkiel/Seraphine.git 创建并激活新的Anaconda环境(或Python虚拟环境): bash conda create -n seraphine python=3.8 conda activate seraphine 安装依赖项: bash pip install -r requirements.txt 运行主程序: bash python main.py 查询战绩: 一旦Seraphine安装并配置成功,你就...
# 进入游戏窗口, 隐藏 Seraphine if srcWindow == "League of Legends (TM) Client": self.mainWindowHide.emit(False) else: # 切出游戏窗口, 显示 Seraphine self.mainWindowHide.emit(True) # self.activateWindow() srcWindow = activeWindowTitle def __initSystemTray(self): self.trayIcon = QSystem...
ZzaphkielcommittedJul 26, 2024·2 / 2 减少在 BP 阶段的 LCU API 调用以缓解客户端闪退问题 1 parent 0787f46 commit 30f71c3 File treeapp lol connector.py tools.py resource/i18n Seraphine.zh_CN.qm Seraphine.zh_CN.ts view main_window.py5...
- **由于LOL 的新 BUG,您需要在一局游戏结束后手动点击左侧导航栏的状态刷新按钮,才能保证 Seraphine 正确工作** - 本程序开源在:https://github.com/Zzaphkiel/Seraphine - 遇到任何问题请查询 https://github.com/Zzaphkiel/Seraphine/issues 或直接提交反馈 - 本程序开源在 https://github.com/Zzaphkiel/...
如果在水晶爆炸后,按alt+f4关闭LOL,就会自动重连启动一个无效的"League of Legends.exe" 系统信息 Windows 10 运行方式 直接双击打开 exe 程序 软件版本 1.0.0 客户端状态(若有) 结算界面 复现方法(若有) 如果在水晶爆炸后,按alt+f4关闭LOL,就会自动重连启动一个无效的"League of Legends.exe" 日志文件 No ...
ifsrc_window=="League of Legends (TM) Client":# 进入游戏窗口, 隐藏Seraphine 292+ self.mainWindowHide.emit(False) 293+ else:# 切出游戏窗口, 显示Seraphine 294+ self.mainWindowHide.emit(True) 295+ # self.activateWindow() 296+ src_window=active_window_title ...
Owner Zzaphkiel commented Oct 18, 2024 合理,但感觉有点上不去下不来呢,如果考虑权重一类的指标的话,就有点类似 WeGame 的评分了,但我们想做到合理的评分算法也比较困难,不如就保留最简单的 kda 计算方式,给不喜欢看具体战绩数据的用户一个简单直观的计算结果呢🧐? 👍 2 Contributor jqyisbest commented...
Zzaphkiel committed Jun 13, 2024 1 parent 8321013 commit 38cb1a0 Showing 1 changed file with 9 additions and 3 deletions. Whitespace Ignore whitespace Split Unified 12 changes: 9 additions & 3 deletions 12 app/lol/connector.py Original file line numberDiff line numberDiff line change @@ ...