feat(about): 添加导航项的无障碍标签并优化二维码加载逻辑
- 为首页和博客导航链接增加 aria-label 属性以提升无障碍访问性 - 移除微信公众号模态框中失效的二维码降级提示注释 - 删除冗余的 moments.js 和粒子系统相关脚本文件内容
This commit is contained in:
@@ -15,11 +15,18 @@
|
||||
},
|
||||
{
|
||||
"name": "Home",
|
||||
"stargazers_count": 2,
|
||||
"stargazers_count": 3,
|
||||
"forks_count": 0,
|
||||
"description": "现代化个人主页,融合科技感与个性化元素,展示个人技术栈、开源项目和博客文章。",
|
||||
"html_url": "https://github.com/listener-He/Home"
|
||||
},
|
||||
{
|
||||
"name": "auto-ip2region",
|
||||
"stargazers_count": 2,
|
||||
"forks_count": 0,
|
||||
"description": "Auto IP2Region 是一个智能化的IP地址地理信息解析库,它结合了本地数据库和多个免费在线API服务,通过智能负载均衡和自动故障转移机制,为您提供准确、可靠的IP地理位置信息查询服务。",
|
||||
"html_url": "https://github.com/listener-He/auto-ip2region"
|
||||
},
|
||||
{
|
||||
"name": "collection-complete",
|
||||
"stargazers_count": 2,
|
||||
@@ -34,6 +41,13 @@
|
||||
"description": "",
|
||||
"html_url": "https://github.com/listener-He/keycloak-services-social-weixin"
|
||||
},
|
||||
{
|
||||
"name": "fast-blur",
|
||||
"stargazers_count": 1,
|
||||
"forks_count": 0,
|
||||
"description": "High-performance, lightweight data obfuscation library for Java. Offers fast, reversible data transformation without traditional encryption overhead. Ideal for caching, logging, and performance-critical applications. / 专为Java设计的高性能轻量级数据混淆库。提供快速、可逆的数据转换,无需传统加密开销。适用于缓存、日志和性能关键型应用。",
|
||||
"html_url": "https://github.com/listener-He/fast-blur"
|
||||
},
|
||||
{
|
||||
"name": "Notion-Wechat-Blog",
|
||||
"stargazers_count": 1,
|
||||
|
||||
@@ -10,10 +10,10 @@
|
||||
"blog": "https://www.hehouhui.cn",
|
||||
"hireable": true,
|
||||
"bio": "Hi, I’m Honesty—Shanghai Java/AI Dev (7+ yrs). Spring AI, LLM, TensorFlow, Faiss. Write tech content, cycle for inspiration. AI-obsessed.",
|
||||
"public_repos": 165,
|
||||
"public_repos": 167,
|
||||
"public_gists": 0,
|
||||
"followers": 6,
|
||||
"following": 12,
|
||||
"created_at": "2018-05-14T02:57:55Z",
|
||||
"updated_at": "2025-11-09T05:45:15Z"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user