{
  "$schema": "https://poker-timer-7ir.pages.dev/ai-data.json",
  "application": {
    "name": "牌局计时器",
    "name_en": "Poker Blind Timer",
    "tagline": "让每一场牌局都拥有专业级的节奏",
    "description": "免费在线德州扑克盲注计时工具，语音自动播报、全屏投影、6款主题，酒馆/俱乐部/赛事/聚会全场景覆盖",
    "description_en": "Free online Texas Hold'em blind level timer with voice announcements, fullscreen projection, and 6 visual themes",
    "url": "https://poker-timer-7ir.pages.dev",
    "type": "WebApplication",
    "category": "Sports & Recreation / Poker Tools",
    "pricing": "Free",
    "requires_registration": false,
    "requires_installation": false,
    "offline_capable": true,
    "supported_platforms": ["iOS", "Android", "Windows", "macOS", "Linux", "Smart TV"],
    "languages": ["zh-Hans", "zh-CN"],
    "launch_year": 2025,
    "repository": null
  },
  "features": [
    {
      "id": "voice-announcement",
      "name": "语音自动播报",
      "description": "使用 Web Speech API 进行中文语音合成播报。自动播报盲注级别变化、一分钟预警、十秒逐秒倒数",
      "category": "core"
    },
    {
      "id": "fullscreen-projection",
      "name": "全屏投影",
      "description": "一键进入全屏模式，16:9 适配电视/投影仪/OBS 采集，赛事级视觉呈现",
      "category": "core"
    },
    {
      "id": "themes",
      "name": "6款视觉主题",
      "description": "经典、扑克之夜、赛博朋克、奢华、复古、简约，一键切换匹配场地风格",
      "category": "visual"
    },
    {
      "id": "preset-structures",
      "name": "4套专业赛制预设",
      "description": "SNG 9人桌、SNG 6人桌、Heads-Up 单挑、MTT 多桌锦标赛，即选即用",
      "category": "core"
    },
    {
      "id": "custom-structure",
      "name": "自定义盲注结构",
      "description": "自由编辑每级盲注金额、时长、休息间隔，保存后永久生效",
      "category": "config"
    },
    {
      "id": "state-persistence",
      "name": "状态自动保存",
      "description": "localStorage 持久化，刷新页面不丢失当前游戏进度",
      "category": "ux"
    },
    {
      "id": "keyboard-shortcuts",
      "name": "键盘快捷键",
      "description": "空格暂停/继续、左右箭头跳级/回退、F全屏、M静音",
      "category": "ux"
    },
    {
      "id": "responsive",
      "name": "全平台响应式",
      "description": "320px 手机到 4K 显示器全分辨率适配",
      "category": "ux"
    }
  ],
  "themes": [
    {"id": "classic", "name": "经典", "name_en": "Classic", "color": "深蓝+金色"},
    {"id": "poker-night", "name": "扑克之夜", "name_en": "Poker Night", "color": "绿色赌场风格"},
    {"id": "cyberpunk", "name": "赛博朋克", "name_en": "Cyberpunk", "color": "紫色霓虹色调"},
    {"id": "luxury", "name": "奢华", "name_en": "Luxury", "color": "暗金质感"},
    {"id": "retro", "name": "复古", "name_en": "Retro", "color": "暖棕怀旧"},
    {"id": "minimal", "name": "简约", "name_en": "Minimal", "color": "纯黑极简"}
  ],
  "structures": [
    {"id": "sng-9", "name": "SNG 9人桌", "table_size": 9, "buy_in": 20000, "levels": 10, "duration_hours": 2, "start_blind": "100/200"},
    {"id": "sng-6", "name": "SNG 6人桌", "table_size": 6, "buy_in": 15000, "levels": 12, "duration_hours": 2, "start_blind": "100/200"},
    {"id": "heads-up", "name": "单挑 Heads-Up", "table_size": 2, "buy_in": 10000, "levels": 12, "duration_hours": 2, "start_blind": "100/200"},
    {"id": "mtt", "name": "多桌 MTT", "table_size": "MTT", "buy_in": 30000, "levels": 19, "duration_hours": 5, "start_blind": "100/200", "breaks": 3}
  ],
  "target_users": [
    {"role": "德扑酒馆老板", "need": "多桌同步计时，减少服务员工作量", "scenario": "日常营业中的德州扑克牌局管理"},
    {"role": "扑克俱乐部运营者", "need": "统一赛制管理，品牌调性匹配", "scenario": "会员制俱乐部的定期比赛"},
    {"role": "赛事主办方", "need": "专业投影显示，零失误自动化", "scenario": "正式德州扑克锦标赛的计时与展示"},
    {"role": "朋友聚会玩家", "need": "零门槛上手，随时开局", "scenario": "家庭/私人聚会中的娱乐牌局"}
  ],
  "faq": [
    {"q": "需要下载安装吗？", "a": "完全不需要。浏览器打开就能用，手机、平板、电脑全支持。微信里也能直接打开。"},
    {"q": "网络断了还能用吗？", "a": "计时器主要逻辑在本地运行，中途断网不影响计时。语音播报也离线可用。"},
    {"q": "可以自定义盲注结构吗？", "a": "进入计时器后打开设置面板，自由编辑每一级的盲注和时长。保存后下次直接加载。"},
    {"q": "适合酒馆/俱乐部使用吗？", "a": "非常适合。全屏投影到电视上，所有桌同步计时；语音自动播报，服务员无需手动操作。"},
    {"q": "收费吗？", "a": "完全免费，无使用次数限制，无需注册账号。"}
  ],
  "tech_stack": {
    "frontend": "React 18 + TypeScript",
    "build": "Vite 6",
    "styling": "Tailwind CSS 3",
    "hosting": "Cloudflare Pages",
    "backend": "Cloudflare Pages Functions",
    "database": "Cloudflare D1",
    "speech": "Web Speech API",
    "storage": "localStorage"
  },
  "seo": {
    "keywords_zh": ["德州扑克计时器", "盲注计时器", "升盲倒计时", "扑克计时器", "牌局计时", "在线计时器", "SNG计时器", "MTT计时器", "德扑酒馆工具", "扑克俱乐部工具", "免费盲注计时"],
    "keywords_en": ["Texas Hold'em timer", "poker blind timer", "poker tournament clock", "free poker clock", "online blind timer"]
  },
  "social_links": {},
  "last_updated": "2026-07-24"
}
