GitHub 提交日报 · 2026-06-01

自动汇总 2026-06-01 当天 hummingg 在 GitHub 上的提交。

hummingg/ai-coding

  • feat(billiards): 撞球派台球赛事管理小程序
    • 首页统一入口:我是球房/我是球员 + 分享码
    • 多球房支持:注册、切换、删除
    • 球桌解析:支持连号输入(1,2-5,金1-金3)
    • Canvas 对阵图:支持轮空自动晋级
    • 控制台手动排产:勾选对阵 → 下拉选球桌 → 开始
    • 已结束比赛保留桌号显示
    • 去自动排产,全由老板手动控制
    • 云函数:createClub/getMyClub/deleteClub/drawBracket
    • dispatchTables/submitScore/updateTournamentTables
    • deleteTournament/updateClubTables/importPlayers
    • getTournamentByCode/getMatchData/createTournament
  • fix(celebrity-death): improve UX with better error messages and full date range
    • Add friendly error message for Wikipedia 429 rate limit
    • Show all available dates instead of limiting to recent 14 days
    • Users can now scroll through entire month/year of data
    • Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com
  • feat(toolbox-web): add celebrity death tracker with dual Wikipedia sources
    • Add ‘Ah I’m Dead’ (啊我死了) celebrity death tracking page
    • Support Chinese Wikipedia (default) and English Wikipedia data sources
    • Server-side multi-source architecture with independent caching per source
    • Chinese Wikipedia parser: monthly pages, extracts name/age/nationality/description
    • English Wikipedia: returns wikitext for client-side parsing
    • Two-tab UI for source switching with localStorage preference
    • Fix skeleton loading animation bug (was always visible)
    • Add gzip/deflate/br decompression support
    • Baidu Baike code preserved but disabled (anti-bot too strict)
    • Update .gitignore for runtime cache files
    • Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com