diff --git a/zbook_frontend/messages/de.json b/zbook_frontend/messages/de.json index d40b50e..559f8f6 100644 --- a/zbook_frontend/messages/de.json +++ b/zbook_frontend/messages/de.json @@ -417,8 +417,6 @@ "SelfHost": "Selbst-Hosting", "ZBookSupports": "ZBook unterstützt mehrere Benutzer, Teamzusammenarbeit, Zugriffskontrolle, Kommentare und Benachrichtigungen.", "ZBookIsOpenSource": "ZBook ist vollständig Open-Source und kann mit Containern bereitgestellt werden. Mit nur wenigen Befehlen können Sie es einfach einrichten.", - "LinChatWeb": "LinChat Offizielle Webseite", - "LinChatApp": "LinChat im AppStore", "SourceCode": "Quellcode", "Login": "Anmelden", "Register": "Registrieren", diff --git a/zbook_frontend/messages/en.json b/zbook_frontend/messages/en.json index 9272aaf..ca4df3b 100644 --- a/zbook_frontend/messages/en.json +++ b/zbook_frontend/messages/en.json @@ -421,8 +421,6 @@ "SelfHost": "Self-Host", "ZBookSupports": "ZBook supports multiple users, team collaboration, access control, comments, and notifications.", "ZBookIsOpenSource": "ZBook is fully open-source and can be deployed using containers. With just a few commands, you can easily set it up.", - "LinChatWeb": "LinChat Official WebSite", - "LinChatApp": "LinChat On AppStore", "SourceCode": "Source Code", "Login": "Login", "Register": "Register", diff --git a/zbook_frontend/messages/zh.json b/zbook_frontend/messages/zh.json index dbb53e8..cac6ca6 100644 --- a/zbook_frontend/messages/zh.json +++ b/zbook_frontend/messages/zh.json @@ -418,8 +418,6 @@ "SelfHost": "自托管", "ZBookSupports": "ZBook 支持多用户、团队协同、权限管理、评论、通知等", "ZBookIsOpenSource": "ZBook完全开源,容器化部署,仅需几行指令,便可以轻松搭建起来", - "LinChatApp": "邻信应用", - "LinChatWeb": "邻信官网", "SourceCode": "开源代码", "Login": "登录", "Register": "注册", diff --git a/zbook_frontend/src/components/home/FooterForHome.tsx b/zbook_frontend/src/components/home/FooterForHome.tsx index 28c2778..349f3de 100644 --- a/zbook_frontend/src/components/home/FooterForHome.tsx +++ b/zbook_frontend/src/components/home/FooterForHome.tsx @@ -85,11 +85,6 @@ export default async function FooterForHome() { links: [ { url: "/terms", label: t("Terms") }, { url: "/privacy", label: t("Privacy") }, - { url: "https://linchat.zizdlp.com", label: t("LinChatWeb") }, - { - url: "https://apps.apple.com/cn/app/%E9%82%BB%E4%BF%A1-%E8%93%9D%E7%89%99%E7%95%85%E8%81%8A/id6472197439", - label: t("LinChatApp"), - }, ], }, ];