diff --git a/README.md b/README.md index 5d15e1d6f9..84cce7c59b 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Turn coding agents into real teammates — assign tasks, track progress, compoun [![CI](https://github.com/multica-ai/multica/actions/workflows/ci.yml/badge.svg)](https://github.com/multica-ai/multica/actions/workflows/ci.yml) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![GitHub stars](https://img.shields.io/github/stars/multica-ai/multica?style=flat)](https://github.com/multica-ai/multica/stargazers) +[![multica-ai/multica | Trendshift](https://trendshift.io/api/badge/repositories/24695)](https://trendshift.io/repositories/24695) [Website](https://multica.ai) · [Cloud](https://multica.ai/app) · [X](https://x.com/multica_hq) · [Self-Hosting](SELF_HOSTING.md) · [Contributing](CONTRIBUTING.md) diff --git a/README.zh-CN.md b/README.zh-CN.md index 9d171ba20a..c80aa17a4c 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -20,6 +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) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![GitHub stars](https://img.shields.io/github/stars/multica-ai/multica?style=flat)](https://github.com/multica-ai/multica/stargazers) +[![multica-ai/multica | Trendshift](https://trendshift.io/api/badge/repositories/24695)](https://trendshift.io/repositories/24695) [官网](https://multica.ai) · [云服务](https://multica.ai/app) · [X](https://x.com/multica_hq) · [自部署指南](SELF_HOSTING.md) · [参与贡献](CONTRIBUTING.md) diff --git a/apps/web/features/landing/components/landing-footer.tsx b/apps/web/features/landing/components/landing-footer.tsx index 94649a90f4..96f50e6767 100644 --- a/apps/web/features/landing/components/landing-footer.tsx +++ b/apps/web/features/landing/components/landing-footer.tsx @@ -83,14 +83,28 @@ export function LandingFooter() { - {/* Bottom: copyright + language switcher */} + {/* Bottom: copyright + badge + language switcher */}
-

- {t.footer.copyright.replace( - "{year}", - String(new Date().getFullYear()), - )} -

+
+

+ {t.footer.copyright.replace( + "{year}", + String(new Date().getFullYear()), + )} +

+ + {/* eslint-disable-next-line @next/next/no-img-element */} + multica-ai/multica | Trendshift + +
{locales.map((l, i) => (