From c2730aea06614f5067c78bd85ecee28a6789a3ad Mon Sep 17 00:00:00 2001 From: Jiayuan Zhang Date: Mon, 13 Apr 2026 14:10:53 +0800 Subject: [PATCH] fix: update X link to @MulticaAI in readme and landing page Replace outdated x.com/multica_hq with x.com/MulticaAI in: - README.zh-CN.md - Landing page shared config - Landing page en/zh i18n files --- README.zh-CN.md | 2 +- apps/web/features/landing/components/shared.tsx | 2 +- apps/web/features/landing/i18n/en.ts | 2 +- apps/web/features/landing/i18n/zh.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.zh-CN.md b/README.zh-CN.md index 908aa080d..6ba7b3028 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -20,7 +20,7 @@ [![CI](https://github.com/multica-ai/multica/actions/workflows/ci.yml/badge.svg)](https://github.com/multica-ai/multica/actions/workflows/ci.yml) [![GitHub stars](https://img.shields.io/github/stars/multica-ai/multica?style=flat)](https://github.com/multica-ai/multica/stargazers) -[官网](https://multica.ai) · [云服务](https://multica.ai/app) · [X](https://x.com/multica_hq) · [自部署指南](SELF_HOSTING.md) · [参与贡献](CONTRIBUTING.md) +[官网](https://multica.ai) · [云服务](https://multica.ai/app) · [X](https://x.com/MulticaAI) · [自部署指南](SELF_HOSTING.md) · [参与贡献](CONTRIBUTING.md) **[English](README.md) | 简体中文** diff --git a/apps/web/features/landing/components/shared.tsx b/apps/web/features/landing/components/shared.tsx index 2e0903b3d..8dd4a0eab 100644 --- a/apps/web/features/landing/components/shared.tsx +++ b/apps/web/features/landing/components/shared.tsx @@ -1,7 +1,7 @@ import { cn } from "@multica/ui/lib/utils"; export const githubUrl = "https://github.com/multica-ai/multica"; -export const twitterUrl = "https://x.com/multica_hq"; +export const twitterUrl = "https://x.com/MulticaAI"; export function GitHubMark({ className }: { className?: string }) { return ( diff --git a/apps/web/features/landing/i18n/en.ts b/apps/web/features/landing/i18n/en.ts index 2cf71acaf..e43552f8a 100644 --- a/apps/web/features/landing/i18n/en.ts +++ b/apps/web/features/landing/i18n/en.ts @@ -230,7 +230,7 @@ export const en: LandingDict = { links: [ { label: "Documentation", href: githubUrl }, { label: "API", href: githubUrl }, - { label: "X (Twitter)", href: "https://x.com/multica_hq" }, + { label: "X (Twitter)", href: "https://x.com/MulticaAI" }, ], }, company: { diff --git a/apps/web/features/landing/i18n/zh.ts b/apps/web/features/landing/i18n/zh.ts index 913182a6f..b192bb181 100644 --- a/apps/web/features/landing/i18n/zh.ts +++ b/apps/web/features/landing/i18n/zh.ts @@ -230,7 +230,7 @@ export const zh: LandingDict = { links: [ { label: "\u6587\u6863", href: githubUrl }, { label: "API", href: githubUrl }, - { label: "X (Twitter)", href: "https://x.com/multica_hq" }, + { label: "X (Twitter)", href: "https://x.com/MulticaAI" }, ], }, company: {