feat(office): implement office tools#173
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: ba9dec6d00
ℹ️ 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".
| @@ -4,19 +4,6 @@ | |||
| <meta charset="utf-8" /> | |||
| <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /> | |||
| <title>考勤表 - WebUtils</title> | |||
There was a problem hiding this comment.
Restore canonical links for office tools
This head now omits the canonical link, and the same removal happens in seven other files from this commit. tests/html-structure.test.js requires every registered tool to include a canonical URL matching SITE/path; running node tests/run.js now fails for attendance-sheet, letter-template, letterhead-maker, minutes-template, org-chart, overtime-calculator, presentation-timer, and project-timeline, so these pages will break the repository’s HTML-structure CI checks and lose canonical SEO metadata until the links are restored.
Useful? React with 👍 / 👎.
Splits PR #152 for office tools. Implements the following tools:
🤖 Auto-split and verified by AI.