Files
yinghuoapi/frontend/index.html
huangzhenpc 58081d0a68
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
feat(frontend): rebrand Sub2API to FireflyAPI
- Replace all user-visible Sub2API brand names with FireflyAPI
- Remove GitHub navigation link from AppHeader dropdown
- Remove GitHub link from HomeView footer
- Simplify VersionBadge to static version display (remove update check)
- Update i18n zh/en locale strings
- Update default site name fallbacks across all views

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 14:11:43 +08:00

14 lines
373 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>FireflyAPI - AI API Gateway</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>