上游更新内容: - 邀请码注册功能 - 公告系统(Header铃铛通知) - Gemini 长上下文双倍计费 - Antigravity scope 级别限流 - Redis TLS 支持 - 大量 Claude OAuth 兼容性修复 自定义配置: - 品牌化:Sub2API → StarFireAPI - 移除所有 GitHub 链接,改为官网 anthropic.edu.pl - 移除版本更新日志的 GitHub 跳转 - docker-compose.yml: starfireapi镜像、端口6580、外部Redis - .env.example: 外部Redis配置 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
14 lines
374 B
HTML
14 lines
374 B
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/png" href="/logo.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>StarFireAPI - AI API Gateway</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|