feat(data): implement data tools#172
Conversation
|
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. |
|
Deployment failed with the following error: Learn More: https://vercel.com/docs/concepts/projects/project-configuration |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: addb354132
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| rel="canonical" | ||
| href="https://tools.realtime-ai.chat/tools/data/correlation-analyzer.html" | ||
| /> | ||
| <meta name="description" content="计算两组数据的皮尔逊相关系数,显示散点图可视化" /> |
There was a problem hiding this comment.
Restore canonical metadata for data pages
For this page (and data-aggregator.html, data-diff.html, data-exporter.html, and data-importer.html) the commit removed the <link rel="canonical"> block entirely. The repository tests require every registered tool HTML to expose a canonical URL matching its tool path; running npm test -- --changed c5478eb5 now fails those checks, so these pages will block CI and lose their canonical URL metadata when published.
Useful? React with 👍 / 👎.
Splits PR #152 for data tools. Implements the following tools:
🤖 Auto-split and verified by AI.