| <!-- | |
| Copyright (c) 2025 Tethys Plex | |
| This file is part of Veloera. | |
| This program is free software: you can redistribute it and/or modify | |
| it under the terms of the GNU General Public License as published by | |
| the Free Software Foundation, either version 3 of the License, or | |
| (at your option) any later version. | |
| This program is distributed in the hope that it will be useful, | |
| but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| GNU General Public License for more details. | |
| You should have received a copy of the GNU General Public License | |
| along with this program. If not, see <https://www.gnu.org/licenses/>. | |
| --> | |
| <html lang="zh"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <link rel="icon" href="/logo.png" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <meta name="theme-color" content="#ffffff" /> | |
| <meta | |
| name="description" | |
| content="OpenAI 接口聚合管理,支持多种渠道包括 Azure,可用于二次分发管理 key,仅单可执行文件,已打包好 Docker 镜像,一键部署,开箱即用" | |
| /> | |
| <title>Veloera</title> | |
| <link rel="stylesheet" href="/custom/global.css" /> | |
| <script src="/custom/global.js"></script> | |
| <!-- if veloera custom::custom_head --> | |
| </head> | |
| <body> | |
| <noscript>You need to enable JavaScript to run this app.</noscript> | |
| <div id="root"></div> | |
| <script type="module" src="/src/index.js"></script> | |
| </body> | |
| </html> | |