品牌化修改:将Sub2API替换为StarFireAPI,GitHub链接改为官网
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

前端界面修改:
- index.html: 页面标题改为 "StarFireAPI - AI API Gateway"
- 中英文语言包:所有用户可见的 "Sub2API" 改为 "StarFireAPI"
- GitHub 菜单项改为"官网/Official Site"
- 移除 GitHub 仓库链接,改为官网 https://anthropic.edu.pl

修改文件:
- frontend/index.html
- frontend/src/i18n/locales/zh.ts
- frontend/src/i18n/locales/en.ts
- frontend/src/components/layout/AppHeader.vue
- frontend/src/views/HomeView.vue
- frontend/src/views/auth/EmailVerifyView.vue
- frontend/src/views/auth/RegisterView.vue

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
huangzhenpc
2026-01-30 01:23:25 +08:00
parent b104a3aca9
commit e2c325505a
7 changed files with 30 additions and 34 deletions

View File

@@ -4,7 +4,7 @@
<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>Sub2API - AI API Gateway</title>
<title>StarFireAPI - AI API Gateway</title>
</head>
<body>
<div id="app"></div>