feat(about): 优化技术云渲染和缓存配置

- 添加 CSS `will-change` 属性提升动画性能
- 支持自定义 GitHub 和博客缓存键配置
- 技术标签云支持窗口大小变化时重新初始化
- 为 3D 标签球添加动画防抖标识防止重复执行
- 优化标签位置更新逻辑确保动画同步
- 移除冗余的博客缓存时间键配置项
This commit is contained in:
hehh
2025-11-23 16:59:02 +08:00
parent a1a20b7ffd
commit c45274a52c
3 changed files with 13 additions and 4 deletions

View File

@@ -36,6 +36,7 @@ const SiteConfig = {
github: {
username: 'listener-He',
cache: {
cacheKey: "gh_data_v2",
stats: {
key: 'github_stats_cache',
timeKey: 'github_stats_cache_time',
@@ -58,7 +59,6 @@ const SiteConfig = {
rssUrl: 'https://blog.hehouhui.cn/api/rss',
cache: {
key: 'blog_articles_cache',
timeKey: 'blog_articles_cache_time',
expirationDays: 1
}
},