Conversation
1. 修复关键词匹配问题:支持连续搜索匹配带空格的关键词
- 例如搜索"新年倒计时"现在可以匹配关键词"新年 倒计时"
- 添加 keywordsNoSpace 变量去除空格后再匹配
2. 修复搜索排序后索引错乱的问题
- 问题:搜索结果排序后,再次搜索会因为 DOM 顺序改变导致
工具卡片与 TOOLS 数组索引不匹配,显示错误的搜索结果
- 解决:在创建卡片时存储原始 TOOLS 索引到 data-index 属性
在 filterTools 中使用存储的索引而非 DOM 迭代索引
以下工具之前没有返回首页的导航链接,现已添加: - tools/astronomy/stargazing-tonight.html - tools/diy/material-calculator.html - tools/food/recipe-timer.html - tools/gardening/plant-care-guide.html - tools/health/breathing-exercise.html - tools/life/event-countdown.html - tools/music/chord-finder.html - tools/pets/feeding-schedule.html - tools/seo/meta-preview.html
- Implemented 29 data tools (charts, statistics, data processing) - Implemented 29 office tools (invoices, receipts, timesheets, etc.) - Implemented 28 travel tools (world clock, currency, visa, weather) - Implemented 2 text tools (column processor, line sorter) All tools follow the project's design system with: - Dark/light theme support - localStorage persistence - Responsive design - Vanilla JS (no external dependencies except Chart.js for charts) Fixes the placeholder tools issue identified in the comprehensive review.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
✅ Deploy Preview for localtools ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WebUtils 工具站:把 88 个占位工具实现为真实功能,修复搜索功能两处 bug,为 9 个工具补全返回首页链接。3 个提交。
🤖 Generated with Claude Code