Skip to content

Commit 1d8ca84

Browse files
committed
1
1 parent 80f7ea6 commit 1d8ca84

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

front/control_panel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ <h1>GCLI2API 管理面板</h1>
973973
</label>
974974
</div>
975975
<div style="margin-top: 10px; color: #155724; font-size: 14px; line-height: 1.5;">
976-
<strong>说明:</strong>勾选此选项后,系统会自动检测当前Google账号下的所有项目,<strong>并发处理</strong>为每个项目生成独立的认证文件。
976+
<strong>说明:</strong>勾选此选项后,系统会自动检测当前Google账号下的所有项目,<strong>并发处理</strong>为每个项目生成独立的认证文件。
977977
</div>
978978
<div id="allProjectsNote" style="margin-top: 8px; padding: 8px; background: #d4edda; border-radius: 5px; font-size: 13px; color: #155724; display: none;">
979979
<strong>批量并发认证模式已启用</strong> - 认证完成后将并发为所有可访问的项目生成凭证文件

front/control_panel_mobile.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,8 +551,7 @@ <h1>GCLI2API 移动端控制面板</h1>
551551
</label>
552552
</div>
553553
<div style="margin-top: 8px; color: #155724; font-size: 12px; line-height: 1.4;">
554-
<strong>说明:</strong>勾选此选项后,系统会自动检测当前Google账号下的所有项目,并<strong>并发处理</strong>为每个项目生成独立的认证文件。
555-
<br><strong>优势:</strong>一次认证即可获得多个项目的API凭证,采用并发处理大幅提升速度。
554+
<strong>说明:</strong>勾选此选项后,系统会自动检测当前Google账号下的所有项目,<strong>并发处理</strong>为每个项目生成独立的认证文件。
556555
</div>
557556
<div id="allProjectsNote" style="margin-top: 6px; padding: 6px; background: #d4edda; border-radius: 4px; font-size: 11px; color: #155724; display: none;">
558557
<strong>批量并发认证模式已启用</strong> - 认证完成后将并发为所有可访问的项目生成凭证文件

src/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from datetime import timezone
1212
from http.server import BaseHTTPRequestHandler, HTTPServer
1313
from typing import Optional, Dict, Any, List
14-
from urllib.parse import urlparse, parse_qs, urlencode
14+
from urllib.parse import urlparse, parse_qs
1515

1616
from .google_oauth_api import Credentials, Flow, enable_required_apis, get_user_projects, select_default_project
1717
from .storage_adapter import get_storage_adapter

0 commit comments

Comments
 (0)