feat(about): 优化关于页面样式与交互功能

- 调整 MBTI 标签展示方式,增加多彩渐变效果
- 重构技术栈展示逻辑,移动端采用多行无缝滚动动画
- 优化夜间模式切换逻辑,支持系统主题检测与缓存管理
- 改进博客文章分类显示,移除默认填充内容
- 更新二维码加载失败提示为注释形式
- 增强文本可读性,修复部分元素在特定容器内的颜色异常
- 统一标签与按钮样式,提升视觉一致性与用户体验
- 调整 3D 技术球体透明度上限,增强视觉层次感
This commit is contained in:
hehh
2025-11-23 19:07:16 +08:00
parent cd91405733
commit bbfde56d5d
4 changed files with 181 additions and 45 deletions

View File

@@ -43,8 +43,9 @@ const SiteConfig = {
// 通用缓存键与TTL毫秒
cacheKeys: {
github: { key: 'gh_data_v2', ttlMs: 3600000 },
blog: { key: 'blog_data_v2', ttlMs: 3600000 }
github: { key: 'gh_data_v2', ttlMs: 36000000 },
blog: { key: 'blog_data_v2', ttlMs: 3600000 },
theme: { key: 'theme_v2', ttlMs: 3600000 }
},
techStack: [