GitHub 提交日报 · 2026-01-22

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

hummingg/ai-coding

  • feat(ExtensionManager): Add manual language switching and sidepanel support
    • Implement custom i18n module bypassing chrome.i18n API for manual language control
    • Add language selector dropdown (Chinese/English) in popup and sidepanel
    • Store user language preference in chrome.storage.local
    • Add sidepanel UI with list/grid view toggle
    • Add comprehensive i18n translations for all UI elements
    • Support data-i18n, data-i18n-title, data-i18n-placeholder attributes
    • 🤖 Generated with Claude Code
    • Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com

GitHub 提交日报 · 2026-01-16

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

hummingg/ai-coding

hummingg/hummingg.github.io

GitHub 提交日报 · 2026-01-15

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

hummingg/ai-coding

GitHub 提交日报 · 2026-01-02

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

hummingg/ai-coding

GitHub 提交日报 · 2025-12-21

自动汇总 2025-12-21 当天 hummingg 在 GitHub 上的提交。

hummingg/ai-coding

GitHub 提交日报 · 2025-12-08

自动汇总 2025-12-08 当天 hummingg 在 GitHub 上的提交。

hummingg/ai-coding

GitHub 提交日报 · 2025-11-23

自动汇总 2025-11-23 当天 hummingg 在 GitHub 上的提交。

hummingg/ai-coding

  • Complete MVP features: search, edit, tags, favorites, and image preview
    • Add search functionality for materials (title, content, tags)
    • Implement material editing with tag management
    • Add favorites feature with dedicated tab
    • Support image preview with tap to enlarge
    • Add link opening for link-type materials
    • Support multi-platform document detection (Zhihu, Jianshu, Juejin, CSDN)
    • Add mini-program navigation for supported platforms
    • Display tags and favorite icons in material list
    • Remove standalone billiard project (merged into toolbox)
    • Update README with v1.1.0 changelog
    • 🤖 Generated with Claude Code
    • Co-Authored-By: Claude noreply@anthropic.com
  • Add WeChat article archiving feature to toolbox material collector
    • Auto-detect WeChat official account article links
    • Extract and archive full article content (title, author, text)
    • Support offline reading of archived articles
    • Fallback to save link only if extraction fails
    • Add article tab filter in material list
    • Display archived badge and author info
    • Add view original article button
    • 🤖 Generated with Claude Code
    • Co-Authored-By: Claude noreply@anthropic.com

GitHub 提交日报 · 2025-11-18

自动汇总 2025-11-18 当天 hummingg 在 GitHub 上的提交。

hummingg/ai-coding

  • Fix timer loss when switching to background
    • Use timestamp-based calculation instead of simple increment
    • Add onShow/onHide lifecycle handlers to pause/resume timer
    • Add state persistence to localStorage for app recovery
    • Ensure background time is included in total duration
    • Timer now continues accurately even when switching apps
    • 🤖 Generated with Claude Code
    • Co-Authored-By: Claude noreply@anthropic.com
  • Add billiard record mini-program
    • Implement a complete WeChat mini-program for billiard enthusiasts to track games locally without backend support.
    • Features:
    • Real-time scorer for multiple game types (9-ball, 8-ball, snooker, Chinese 8-ball)
    • Game history with filtering and sorting
    • Statistical analysis (win rate, opponent stats, game type performance)
    • Local data storage with export capability
    • Clean UI with pull-to-refresh support
    • 🤖 Generated with Claude Code
    • Co-Authored-By: Claude noreply@anthropic.com