feat(frontend): rebrand Sub2API to FireflyAPI
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

- 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>
This commit is contained in:
2026-02-07 14:11:43 +08:00
parent e617b45ba3
commit 58081d0a68
14 changed files with 39 additions and 610 deletions

View File

@@ -131,7 +131,7 @@
v-model="formData.database.dbname"
type="text"
class="input"
placeholder="sub2api"
placeholder="fireflyapi"
/>
</div>
<div>
@@ -535,7 +535,7 @@ const formData = reactive<InstallRequest>({
port: 5432,
user: 'postgres',
password: '',
dbname: 'sub2api',
dbname: 'fireflyapi',
sslmode: 'disable'
},
redis: {