fix: 去掉「作品集」与「角色/主开发」字样

- 品牌栏与页面标题移除「作品集」副标题,仅保留 Zikai
- HeroSection 移除「角色: 主开发/Lead Developer」meta 项
- TeamCard 移除成员角色(主开发/开发/团队),仅显示姓名
- 清理 i18n locales 中无用的 subtitle 字段及 App.vue 对应样式
This commit is contained in:
Zikai
2026-07-12 15:41:56 +00:00
parent 8e08e619fc
commit 88979a68c2
7 changed files with 7 additions and 33 deletions

View File

@@ -10,8 +10,6 @@ import LanguageSwitcher from './components/LanguageSwitcher.vue'
<div class="brand">
<span class="brand__mark">Z</span>
<span class="brand__title">{{ $t('app.title') }}</span>
<span class="brand__sep">·</span>
<span class="brand__sub">{{ $t('app.subtitle') }}</span>
</div>
<LanguageSwitcher />
</div>
@@ -73,14 +71,6 @@ import LanguageSwitcher from './components/LanguageSwitcher.vue'
font-size: 0.95rem;
font-weight: 700;
}
.brand__sep {
color: var(--text-tertiary);
}
.brand__sub {
color: var(--text-secondary);
font-weight: 400;
font-size: 0.92rem;
}
.main {
flex: 1;