diff --git a/app/Sidebar.tsx b/app/Sidebar.tsx index fc77bc6..4669a1e 100644 --- a/app/Sidebar.tsx +++ b/app/Sidebar.tsx @@ -58,7 +58,7 @@ const social = [ }, { name: 'Email', - url: 'mailto:mail@zzzhizhi.top', + url: 'mailto:zzzhizhi@ourmoc.cn', icon: TbMail, }, ] diff --git a/app/[locale]/careers/Careers.tsx b/app/[locale]/careers/Careers.tsx index 7bb13ba..a733f39 100644 --- a/app/[locale]/careers/Careers.tsx +++ b/app/[locale]/careers/Careers.tsx @@ -276,7 +276,7 @@ function JobApplicationForm({ link }: { link: string }) { {text} diff --git a/app/[locale]/contact/Contact.tsx b/app/[locale]/contact/Contact.tsx index ece6229..e06939f 100644 --- a/app/[locale]/contact/Contact.tsx +++ b/app/[locale]/contact/Contact.tsx @@ -60,7 +60,7 @@ export function Contact() { {text} diff --git a/messages/en.json b/messages/en.json index 40fadca..a7d3ca9 100644 --- a/messages/en.json +++ b/messages/en.json @@ -81,7 +81,7 @@ "Preface": "Like a flock of high-tech birds 🐦, fully remote yet always connected, most of us teach or learn from home, but we do have a great space in 🏙️ Shenzhen for offline collaboration. No matter where we are, we’re all ❤️ passionate creators. We love challenges and pour our energy into every course and project. Whether you’re a “coding ninja 🥷” from Tokyo, a “tea connoisseur 🍵” from Hangzhou, or a “dim sum master 🥟” from Hong Kong, if you share our enthusiasm for public education, we look forward to having you on board!", "Application": { "Title": "Apply now", - "Tips": "You can also apply by sending us an email via mail@zzzhizhi.top", + "Tips": "You can also apply by sending us an email via zzzhizhi@ourmoc.cn", "About": { "Label": "About you", "Placeholder": "✍\uFE0F Tell us a bit about yourself." @@ -162,7 +162,7 @@ "Title": "Contact us", "Heading": "Contact us: look forward to sparking ideas with you", "Description": "We are always looking for opportunities to collaborate with like-minded folks. Whether you have a project to discuss or just want to say hi, we’d love to hear from you 👏.", - "Tips": "You can also reach out via email at mail@zzzhizhi.top.", + "Tips": "You can also reach out via email at zzzhizhi@ourmoc.cn.", "Form": { "Message": { "Label": "Leave a message", diff --git a/messages/zh-CN.json b/messages/zh-CN.json index a1e783a..bde13ae 100644 --- a/messages/zh-CN.json +++ b/messages/zh-CN.json @@ -81,7 +81,7 @@ "Preface": "西科大学的师生就像一群高科技的鸟群一样 🐦,完全远程,却始终保持着联系。虽然我们大部分人都在居家远程教、学,但我们在 🏙️ 深圳 也有一个很棒的办公空间,可以线下聚集在一起协作与玩耍。但无论我们在哪里,我们都是 ❤\uFE0F 衷心的创造者。我们热爱挑战自己,为每个课程和研究投入我们满腔的热情。所以无论你是来自东京的「代码忍者 🥷」、杭州的「茶艺鉴赏家 🍵」,还是香港的「点心大师 🥟」,只要你热爱我们的公益文教事业,我们都很期待你的加入!", "Application": { "Title": "现在申请", - "Tips": "你也可以直接发送邮件到 mail@zzzhizhi.top", + "Tips": "你也可以直接发送邮件到 zzzhizhi@ourmoc.cn", "About": { "Label": "自我介绍", "Placeholder": "✍\uFE0F 简短的自我描述." @@ -162,7 +162,7 @@ "Title": "联系我们", "Heading": "联系我们:期待与你碰撞火花", "Description": "我们始终在寻找与志同道合的人合作的新机会。无论你是有一个项目想要讨论,或者只是想打个招呼,我们都随时欢迎 👏。", - "Tips": "你也可以通过发送邮件到 mail@zzzhizhi.top 来跟我们联系。", + "Tips": "你也可以通过发送邮件到 zzzhizhi@ourmoc.cn 来跟我们联系。", "Form": { "Message": { "Label": "留个言吧", diff --git a/pages/api/og.tsx b/pages/api/og.tsx index cebf2f3..ce32236 100644 --- a/pages/api/og.tsx +++ b/pages/api/og.tsx @@ -33,7 +33,7 @@ export default async function handler(req: NextRequest) { flexDirection: 'column', alignItems: 'flex-start', justifyContent: 'center', - backgroundImage: `url(https://xku.zzzhizhi.top/assets/og-bg-${locale}.jpg)`, + backgroundImage: `url(https://xku.ourmoc.cn/assets/og-bg-${locale}.jpg)`, }} > {subtitle && (