Spaces:
Paused
Paused
| <html lang="zh-CN"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <link rel="icon" href="/assets/favicon.ico"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Gemini API 代理服务</title> | |
| <script type="module" crossorigin src="/assets/2672dce743e6d03f754a2c3fad8323a3.js"></script> | |
| <link rel="stylesheet" href="/assets/21b068a4c910eb91e1c3d2141ab79ea5.css"> | |
| </head> | |
| <body> | |
| <div id="app"></div> | |
| </body> | |
| <script> | |
| let apiUrlContainer = document.createElement("div") | |
| apiUrlContainer.innerHTML = "{{api_url}}" | |
| apiUrlContainer.style.color = "#28a745" | |
| apiUrlContainer.style.fontWeight = "bold" | |
| apiUrlContainer.style.textAlign = "center" | |
| document.addEventListener("DOMContentLoaded", function () { | |
| let beforeContainer = document.querySelector(".section-title") | |
| beforeContainer.after(apiUrlContainer) | |
| }) | |
| </script> | |
| </html> | |