Files
xinghuoapi/frontend/index.html
huangzhenpc da1938b19f
Some checks failed
CI / test (push) Has been cancelled
CI / golangci-lint (push) Has been cancelled
Security Scan / backend-security (push) Has been cancelled
Security Scan / frontend-security (push) Has been cancelled
同步上游v0.1.66并重新应用自定义配置
上游更新内容:
- 邀请码注册功能
- 公告系统(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>
2026-02-03 20:35:56 +08:00

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>