Fukasawa 主题新增MailChimp表单

This commit is contained in:
tangly1024.com
2023-12-27 18:44:05 +08:00
parent 81865bf455
commit b4ba4d121a
5 changed files with 79 additions and 1 deletions

View File

@@ -67,5 +67,10 @@ export default {
POST: {
BACK: 'Back',
TOP: 'Top'
},
MAILCHIMP: {
SUBSCRIBE: 'Subscribe',
MSG: 'Get the latest news and articles to your inbox every month.',
EMAIL: 'Email'
}
}

View File

@@ -69,5 +69,10 @@ export default {
POST: {
BACK: '返回上页',
TOP: '回到顶部'
},
MAILCHIMP: {
SUBSCRIBE: '邮件订阅',
MSG: '订阅以获取每月更新的新闻和文章,直接发送至您的邮箱。',
EMAIL: '邮箱'
}
}