diff --git a/README.md b/README.md index 5937b04..94b6377 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,6 @@ Since version 6.0.19, the WebUI has been rolled into the main program. You can a - Download existing authentication files - Delete single or all authentication files - Display file details -- **Gemini Web Token**: Direct authentication using browser cookies ### Usage Statistics - **Real-time Analytics**: Track API usage with interactive charts diff --git a/README_CN.md b/README_CN.md index 7931d6e..3862032 100644 --- a/README_CN.md +++ b/README_CN.md @@ -42,7 +42,6 @@ https://remote.router-for.me/ - 下载现有认证文件 - 删除单个或所有认证文件 - 显示文件详细信息 -- **Gemini Web Token**: 使用浏览器 Cookie 直接认证 ### 使用统计 - **实时分析**: 通过交互式图表跟踪 API 使用情况 diff --git a/app.js b/app.js index 1741b17..f07660a 100644 --- a/app.js +++ b/app.js @@ -538,12 +538,6 @@ class CLIProxyManager { } - // Gemini Web Token - const geminiWebTokenBtn = document.getElementById('gemini-web-token-btn'); - if (geminiWebTokenBtn) { - geminiWebTokenBtn.addEventListener('click', () => this.showGeminiWebTokenModal()); - } - // 认证文件管理 const uploadAuthFile = document.getElementById('upload-auth-file'); const deleteAllAuthFiles = document.getElementById('delete-all-auth-files'); @@ -2430,107 +2424,6 @@ class CLIProxyManager { - // 显示 Gemini Web Token 模态框 - showGeminiWebTokenModal() { - const inlineSecure1psid = document.getElementById('secure-1psid-input'); - const inlineSecure1psidts = document.getElementById('secure-1psidts-input'); - const inlineLabel = document.getElementById('gemini-web-label-input'); - const modalBody = document.getElementById('modal-body'); - modalBody.innerHTML = ` -
- 从浏览器开发者工具中获取 Gemini 网页版的 Cookie 值,用于直接认证访问 Gemini。 -
-