# Web QR Login Simplification — 2026-05 Session learning from BOSS refining the xianyu-hunter Web login UX. ## User preference BOSS found the login panel too busy after adding QR login and account status. For this project, the preferred Web login UX is deliberately minimal: - Keep only **获取/刷新登录二维码** and **刷新账号状态** in the visible login modal. - Do not expose legacy/backup actions as primary UI buttons: - 打开闲鱼登录窗口 - 等待并检测 - 上传 Cookie JSON - 关闭登录浏览器/关闭登录会话 - Keep backup APIs/functions available if useful for troubleshooting, but hide them from the normal Web UI unless BOSS explicitly asks for advanced controls. - Simplify help text to the QR-first flow: get QR → scan → refresh status → cookies persist in `browser-data/`. ## Implementation shape used In `/Users/chick/.Hermes/workspace/research/xianyu-hunter/public/index.html`, the login actions block should be: ```html