feat(css): 实现现代化毛玻璃效果和动态主题系统

- 引入CSS变量系统,定义完整的色彩和样式变量
- 应用radial-gradient和linear-gradient创建动态背景效果
- 实现backdrop-filter毛玻璃效果,增强视觉层次感
- 添加悬停交互反馈和过渡动画
- 统一文字颜色和背景透明度处理
- 优化移动端显示效果和响应式设计
- 增强阴影效果和边框样式一致性
- 添加orbit轨道动画和相位控制
- 改进渐变色应用和文本填充效果
- 优化技术栈标签云的视觉表现
This commit is contained in:
hehh
2025-11-20 17:14:31 +08:00
parent 192f3637bc
commit 26423f7d3b
7 changed files with 694 additions and 314 deletions

44
data/articles.json Normal file
View File

@@ -0,0 +1,44 @@
[
{
"title": "向量数据库全攻略:从算法公式到选型指南,一篇吃透高维数据存储术",
"excerpt": "深入探讨向量数据库的核心算法、应用场景和选型策略,帮助开发者掌握高维数据存储的关键技术...",
"link": "https://blog.hehouhui.cn/posts/vector-database-guide",
"pubDate": "2025-01-02",
"category": "技术分享"
},
{
"title": "CompletableFuture 从源码到实战:让异步编程像喝奶茶一样丝滑",
"excerpt": "全面解析CompletableFuture的源码实现和实战应用让Java异步编程变得简单优雅...",
"link": "https://blog.hehouhui.cn/posts/completablefuture-guide",
"pubDate": "2025-01-02",
"category": "Java开发"
},
{
"title": "从规范到架构:一篇读懂 Java 工程建模、分层、命名与演进之路",
"excerpt": "深入讲解Java工程的规范化建设包括项目结构、分层架构、命名规范等最佳实践...",
"link": "https://blog.hehouhui.cn/posts/java-project-architecture",
"pubDate": "2025-01-01",
"category": "架构设计"
},
{
"title": "Spring Boot 3.0 新特性详解与实战应用",
"excerpt": "全面介绍Spring Boot 3.0的新特性,包括原生镜像支持、可观测性增强等...",
"link": "https://blog.hehouhui.cn/posts/spring-boot-3-features",
"pubDate": "2024-12-30",
"category": "Spring框架"
},
{
"title": "微服务架构设计模式与最佳实践",
"excerpt": "深入分析微服务架构的设计模式,包括服务拆分、数据一致性、分布式事务等核心问题...",
"link": "https://blog.hehouhui.cn/posts/microservices-patterns",
"pubDate": "2024-12-28",
"category": "微服务"
},
{
"title": "Redis 高可用集群搭建与性能优化实战",
"excerpt": "详细介绍Redis集群的搭建过程、高可用配置以及性能调优技巧...",
"link": "https://blog.hehouhui.cn/posts/redis-cluster-optimization",
"pubDate": "2024-12-25",
"category": "数据库"
}
]

32
data/github_repos.json Normal file
View File

@@ -0,0 +1,32 @@
[
{
"id": 1011713435,
"name": "yunxiao-LLM-reviewer",
"html_url": "https://github.com/listener-He/yunxiao-LLM-reviewer",
"description": "一款专为阿里云云效 Flow 平台设计的自动化代码审查工具。通过集成 Qwen、DeepSeek 等先进大模型,该工具能够实时分析 Git 合并请求MR中的代码变更智能识别潜在问题并自动生成结构化评审意见。",
"stargazers_count": 9,
"forks_count": 3,
"language": "TypeScript",
"updated_at": "2025-10-10T11:06:34Z"
},
{
"id": 1064414600,
"name": "hexo-theme-stellar",
"html_url": "https://github.com/listener-He/hexo-theme-stellar",
"description": "综合型hexo主题博客+知识库+专栏+笔记,内置海量的标签组件和动态数据组件。",
"stargazers_count": 0,
"forks_count": 0,
"language": null,
"updated_at": "2025-09-26T02:12:18Z"
},
{
"id": 1060085476,
"name": "Universal-IoT-Java",
"html_url": "https://github.com/listener-He/Universal-IoT-Java",
"description": "通用 IoT Java 平台(示例)",
"stargazers_count": 0,
"forks_count": 0,
"language": null,
"updated_at": "2025-10-13T02:30:28Z"
}
]

19
data/github_user.json Normal file
View File

@@ -0,0 +1,19 @@
{
"login": "listener-He",
"id": 39252579,
"node_id": "MDQ6VXNlcjM5MjUyNTc5",
"avatar_url": "https://avatars.githubusercontent.com/u/39252579?v=4",
"url": "https://api.github.com/users/listener-He",
"html_url": "https://github.com/listener-He",
"type": "User",
"name": "Honesty",
"blog": "https://www.hehouhui.cn",
"hireable": true,
"bio": "Honesty Shanghai Student",
"public_repos": 165,
"public_gists": 0,
"followers": 6,
"following": 12,
"created_at": "2018-05-14T02:57:55Z",
"updated_at": "2025-11-09T05:45:15Z"
}