3 Commits

Author SHA1 Message Date
empty
6b73565918 fix: content script truncation error and mac shortcut issue
- Fixed truncated content.js file causing syntax error and missing logic
- Updated manifest.json to use Command+Shift+X for Mac shortcut
- Updated documentation
2025-12-03 22:11:57 +08:00
empty
2ab8ba9c3c feat: add smart element selection mode with shortcut support
- Added background script for handling global shortcuts (Alt+Shift+X)
- Implemented element highlighting and click-to-extract in content script
- Updated manifest to include background worker and commands
- Updated documentation with new feature usage
- Added GEMINI.md project context
2025-12-03 17:20:26 +08:00
empty
6059865523 refactor: 重组目录结构
- src/ 存放源代码
- docs/ 存放文档
- scripts/ 存放工具脚本
- 移除临时文件
2025-12-03 17:06:53 +08:00