You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
前往 [Google AI Studio](https://aistudio.google.com/apikey) 免费获取 API Key。
29
25
30
-
####2. 设置环境变量
26
+
### 2. 设置环境变量
31
27
32
28
```cmd
33
29
setx GEMINI_API_KEY "你的API密钥"
34
30
```
35
31
36
-
####3. 安装依赖
32
+
### 3. 安装依赖
37
33
38
34
```cmd
39
35
pip install -r requirements.txt
40
36
```
41
37
42
-
####4. 启动
38
+
### 4. 启动
43
39
44
40
双击 `launch.bat`,或:
45
41
46
42
```cmd
47
43
python main.py
48
44
```
49
45
50
-
###🎮 使用方法
46
+
## 🎮 使用方法
51
47
52
48
1. 启动助手后,屏幕左上角出现 `[⚔️ 分析 | 📋 攻略]` 浮动按钮
53
49
2. 进入大乱斗加载界面后,点击 **⚔️ 分析**
54
50
3. 等待 15-30 秒,AI 分析完成后自动弹出攻略窗口
55
51
4. 按 **Ctrl+F12** 可随时切换攻略窗口的显示/隐藏
56
52
57
-
###🌐 语言切换
53
+
## 🌐 语言切换
58
54
59
55
编辑 `config.py`,修改 `LANGUAGE` 的值:
60
56
@@ -65,7 +61,7 @@ LANGUAGE = "en" # English
65
61
66
62
切换后,界面文字、控制台提示和 AI 分析结果的语言都会相应改变。
67
63
68
-
###📁 文件说明
64
+
## 📁 文件说明
69
65
70
66
| 文件 | 说明 |
71
67
|------|------|
@@ -77,107 +73,20 @@ LANGUAGE = "en" # English
77
73
|`overlay_ui.py`| 独立攻略窗口 UI(备用) |
78
74
|`launch.bat`| Windows 启动脚本 |
79
75
80
-
###🔧 要求
76
+
## 🔧 要求
81
77
82
78
-**操作系统**: Windows 10/11
83
79
-**Python**: 3.10+
84
80
-**网络**: 能访问 Google Gemini API
85
81
-**游戏**: 英雄联盟(国服/国际服)
86
82
87
-
###📝 注意事项
83
+
## 📝 注意事项
88
84
89
85
- 截图分析需要在 **加载界面** 触发(可以看到所有英雄卡片的时候)
90
86
- 每次分析耗时约 15-30 秒,取决于网络和 API 响应速度
91
87
- 浮动按钮可以右键拖拽移动位置
92
88
- 攻略窗口按 Esc 隐藏,点 📋 重新显示
93
89
94
-
---
95
-
96
-
## English
97
-
98
-
A real-time **Gemini AI** powered analysis assistant for League of Legends Hextech Havoc (ARAM). Captures the loading screen and automatically identifies team compositions, providing complete build, augment, and strategy guides.
99
-
100
-
### ✨ Features
101
-
102
-
- 🎮 **One-Click Analysis** — Click the floating button to screenshot & send to Gemini AI
103
-
- 🤖 **Smart Champion Detection** — AI reads all champion names from the loading screen and auto-identifies yours
A real-time **Gemini AI** powered analysis assistant for League of Legends Hextech Havoc (ARAM). Captures the loading screen, auto-identifies team compositions, and provides complete build, augment, and strategy guides.
10
+
11
+
## ✨ Features
12
+
13
+
- 🎮 **One-Click Analysis** — Click the floating button to screenshot & send to Gemini AI
14
+
- 🤖 **Smart Champion Detection** — AI reads all champion names from the loading screen and auto-identifies yours
0 commit comments