Files
tootaio.com/i18n/locales/zh-CN/index.json
xiaomai ccfd268682 feat(webDev): add inquiry modal for pricing plans
This commit introduces a 'Contact Sales' modal on the web development page, allowing users to inquire about specific service plans.

- The pricing plan buttons now trigger this modal, pre-filled with the selected plan's details.
- Users can add custom remarks to their inquiry.
- On submission, a pre-formatted message is generated and opened in WhatsApp using a new `useWhatsAppMsgSender` composable.
- Adds `NUXT_PUBLIC_WHATSAPP_NUMBER` to the runtime configuration.
- Refactors content validation by introducing Zod schemas for `PricingPlan` and `Button` props to improve type safety.
- Adds new i18n keys for the modal interface and message templates.
2025-11-07 11:04:14 +08:00

19 lines
870 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"index": {
"trustedBy": "全球有超过 {count} 用户信赖",
"featuredProjects": {
"viewDemo": "访问页面"
}
},
"webDev": {
"know_more_description": "我需要了解有关 {plan} 的定价和服务的更多信息。",
"know_more_title": "了解更多{plan}",
"contact_intro": "你好——我想了解更多关于 {service} {plan}",
"which_provides": "其中包含:",
"extra_remarks_title": "除此之外,我还想补充:",
"remarks_placeholder": "输入您的备注或要求,每行一个",
"loading_plan": "配套加载中。。。",
"whatsapp_message": "您好!我对您的【{service}】服务中的【{plan}】方案感兴趣。\n\n方案详情\n💰 价格:{price}\n✨ 主要功能:\n{featureList}\n另外我还需要\n{remarkList}\n请提供更多详细信息谢谢"
}
}