一个现代化、高性能的个人主页,支持自定义背景、双引擎搜索、响应式布局。
- 🎨 自定义背景 - 支持图片/渐变,可调亮度和模糊
- 🔍 双引擎搜索 - Google 和百度一键切换
- 🎯 响应式布局 - 完美适配桌面、平板、手机
- ✨ 炫酷动画 - 3D倾斜、渐变流动、滚动淡入
- 🚀 极速部署 - 支持 GitHub Pages 一键发布
git clone https://github.com/2200737807/ProfileGenie.git
cd ProfileGenie编辑 config.js 文件:
window.config = {
profile: {
avatar: '你的头像URL',
name: '你的名字',
bio: '你的简介'
},
background: {
type: 'image',
image: '背景图片URL',
brightness: 0.7 // 亮度 (0-1)
},
links: [
{ title: 'GitHub', icon: 'fab fa-github', url: 'https://...' }
]
}ProfileGenie/
├── index.html # 主页面
├── style.css # 样式文件
├── app.js # 核心逻辑
├── config.js # 配置文件
└── README.md # 文档
- 桌面端 (>768px) - 社交栏固定右侧
- 平板/手机 (≤768px) - 垂直流式布局
- 背景图片: Unsplash / Pexels
- 头像生成: DiceBear
- 图标库: Font Awesome
本项目基于 MIT 协议开源。
欢迎提交 Issue 和 Pull Request!