--- import Layout from "@/layouts/Layout.astro"; import GlassHeader from "@/components/GlassHeader"; import Footer from "@/components/Footer"; import Container from "@/components/ui/Container.astro"; import { useTranslations } from "@/i18n/utils"; import { Hammer, Zap, Telescope, Bot, Target, Rocket, Sparkles, MessageSquare, Handshake, MapPin } from "lucide-react"; import type { Lang } from "@/types/i18n"; import { defaultLang } from "@/i18n/ui"; const lang = Astro.currentLocale as Lang || defaultLang; const t = useTranslations(lang); const pageTitle = lang === 'zh' ? '现在' : 'Now'; ---
{lang === 'zh' ? '实时状态' : "Live Status"}

{lang === 'zh' ? '现在' : 'Now'}

{lang === 'zh' ? '关于我现在正在关注的事、正在构建的产品以及我的生活状态。' : 'What I am currently focusing on, the products I am building, and my life status.'}

{lang === 'zh' ? '正在构建' : 'Building'}

Elynd

Active

{lang === 'zh' ? '一个开放的 AI 工作空间,让构建者能够更智能地工作。从 AI 第一性原理出发,打造完全开放、可自托管的协作工具。' : 'An open AI workspace for builders to work smarter. Built from first principles of AI, creating fully open, self-hostable collaboration tools.'}

{['AI Product', 'TypeScript', 'Open Source', 'Astro'].map(tag => ( {tag} ))}

{lang === 'zh' ? '正在探索' : 'Exploring'}

{[ { title: lang === 'zh' ? 'AI Agents 与工作流自动化' : 'AI Agents & Workflow Automation', desc: lang === 'zh' ? '研究如何构建能够自主完成复杂任务的 AI Agent,以及如何将 AI 能力融入日常工作流。' : 'Researching how to build AI Agents that can autonomously complete complex tasks, and how to integrate AI capabilities into daily workflows.', icon: Bot }, { title: lang === 'zh' ? '产品导向的开发实践' : 'Product-Led Development Practices', desc: lang === 'zh' ? '探索从产品角度思考开发,构建真正解决用户问题的产品,而不仅仅是技术实现。' : 'Exploring product thinking in development, building products that truly solve user problems, not just technical implementations.', icon: Target } ].map(item => (

{item.title}

{item.desc}

))}

{lang === 'zh' ? '最近发布' : 'Shipping'}

{[ { title: lang === 'zh' ? '个人网站全新改版' : 'Portfolio Redesign', desc: lang === 'zh' ? '基于 Astro 5 和 Tailwind 4 的高性能双语站点。' : 'High-performance bilingual site built with Astro 5 & Tailwind 4.', icon: Sparkles, color: 'bg-green-500/10', iconColor: 'text-green-500' }, { title: lang === 'zh' ? 'DeepSeek 满血版接入' : 'DeepSeek Full Access', desc: lang === 'zh' ? '在本地工作流中深度整合 DeepSeek-V3 提升效率。' : 'Deep integration of DeepSeek-V3 in local workflows for efficiency.', icon: MessageSquare, color: 'bg-blue-500/10', iconColor: 'text-blue-500' } ].map(item => (

{item.title}

{item.desc}

))}

{lang === 'zh' ? '开放合作' : 'Collaborate'}

{lang === 'zh' ? '始终对有趣的产品想法 and 技术咨询持开放态度。' : "Always open to interesting product ideas and technical consulting."}

{lang === 'zh' ? '当前位置' : 'Location'}

{lang === 'zh' ? '中国 · 杭州' : 'Hangzhou, China'}

{lang === 'zh' ? '最后更新' : 'Updated'} 2025.03.14