Date: 2026-08-07 07:39 Summary: Added share-tool and email feedback modules to all tool pages via shared toolContent.
[question] 工具页增加分享工具模块,以及增加email咨询反馈模块,联系email:dailyonetools@outlook.com
[try to solve]
Every tool page that goes through renderToolExtraSections now gets two footer modules:
- Share tool: shows the absolute page URL with “Copy link”; if the browser supports Web Share API, also shows “Share…”.
- Feedback: public email
dailyonetools@outlook.complus a “Write email”mailtobutton with prefilled subject/body (tool name + page URL).
Implemented in shared src/pages/site/toolContent.ts (no per-page edits). Styles in public/styles/site.css (two-column grid, single column on narrow screens). Ten-locale keys tool_share_* / tool_feedback_* in each src/site/i18n/*.ts.
[actions]
src/pages/site/toolContent.ts—renderToolShareSection/renderToolFeedbackSection, wired intorenderToolExtraSectionspublic/styles/site.css—.tool-module-grid/.tool-modulestylessrc/site/i18n/{en,zh,es,de,fr,pt,id,ja,ru,ar}.ts— share and feedback copynpm run lint:seo— OK