html_content = ''' Phey - Full Stack Developer
P

Phey

Full Stack Developer · Game Creator · Positive Energy Spreader

📦 Projects

📅 CheerUp Calendar

Cross-platform calendar + memo app with voice reminders, custom music upload, and multilingual support

Live Demo PWA Canvas

🎮 Happy Puppy

Positive-energy side-scrolling runner, pure Canvas rendering, zero framework

Coming Soon Game MIDI

🍻 Spin the Drink

Multiplayer random drinking picker with roulette, draw lots, and dice modes

Coming Soon Social Audio

🛠 Tech Stack

HTML5 Canvas JavaScript CSS3 Web Audio API Web Speech API MIDI
''' with open('/mnt/agents/output/index.html', 'w', encoding='utf-8') as f: f.write(html_content) print("✅ 已更新:按钮显示 'Contact Email',点击跳转邮箱") print(f"📄 文件大小: {len(html_content)} 字符")