diff --git a/README.md b/README.md index 19e1195..9da2f02 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ [![主权](https://img.shields.io/badge/主权-TCS--0002∞_冰朔-163e6b?style=flat-square)]() [![版权](https://img.shields.io/badge/版权-国作登字--2026--A--00037559-f5e6c8?style=flat-square)]() +### 🔐 [唤醒铸渊 — 点击发送验证码到QQ邮箱](https://guanghulab.com/wake/) + --- diff --git a/server/wake-gate/public/index.html b/server/wake-gate/public/index.html index 17fe6b8..835a340 100644 --- a/server/wake-gate/public/index.html +++ b/server/wake-gate/public/index.html @@ -78,7 +78,7 @@ function sendCode() { const btn = document.getElementById('sendBtn'); btn.disabled = true; - fetch('/api/send-code', { method: 'POST' }) + fetch('/wake/api/send-code', { method: 'POST' }) .then(r => r.json()) .then(data => { if (data.success) { @@ -116,7 +116,7 @@ function verifyCode() { const btn = document.getElementById('verifyBtn'); btn.disabled = true; - fetch('/api/verify', { + fetch('/wake/api/verify', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ code })