Skip to content

Commit

Permalink
Remove comment app (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: weilinfox <[email protected]>
  • Loading branch information
weilinfox authored Jan 16, 2025
1 parent a88f752 commit 1d3bc63
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 33 deletions.
2 changes: 0 additions & 2 deletions i18n/de/docusaurus-plugin-content-pages/contact.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import MyApp from "@site/src/components/Comment";

# Über uns

Expand Down Expand Up @@ -52,4 +51,3 @@ Wenn Sie Fragen oder Anregungen haben, kontaktieren Sie uns gerne über folgende

![qqgroup_img.png](/img/qqgroup_img.png)

<MyApp />
1 change: 0 additions & 1 deletion i18n/de/docusaurus-plugin-content-pages/download.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import MyApp from "@site/src/components/Comment";

:::tip
Durch das Herunterladen und Verwenden von RuyiSDK stimmen Sie den Lizenzbedingungen und der [Datenschutzerklärung](https://ruyisdk.org/docs/legal/privacyPolicy/) zu.
Expand Down
2 changes: 0 additions & 2 deletions i18n/en/docusaurus-plugin-content-pages/contact.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import MyApp from "@site/src/components/Comment";

# About Us

Expand Down Expand Up @@ -52,4 +51,3 @@ If you have any questions or suggestions, feel free to reach out to us through t

![qqgroup_img.png](/img/qqgroup_img.png)

<MyApp />
1 change: 0 additions & 1 deletion i18n/en/docusaurus-plugin-content-pages/download.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import MyApp from "@site/src/components/Comment";

:::tip
By downloading and using RuyiSDK, you agree to the license terms and the [privacy statement](https://ruyisdk.org/docs/legal/privacyPolicy/).
Expand Down
2 changes: 0 additions & 2 deletions i18n/ja/docusaurus-plugin-content-pages/contact.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import MyApp from "@site/src/components/Comment";

# 私たちについて

Expand All @@ -15,4 +14,3 @@ import MyApp from "@site/src/components/Comment";
- WeChat 公開アカウントをフォローしてください: RUYISDK
- [[email protected]](mailto:[email protected]) に電子メールを送信します。

<MyApp />
2 changes: 0 additions & 2 deletions i18n/ru/docusaurus-plugin-content-pages/contact.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import MyApp from "@site/src/components/Comment";

# Об нас

Expand All @@ -15,4 +14,3 @@ import MyApp from "@site/src/components/Comment";
- Подпишитесь на общедоступную учетную запись WeChat: RUYISDK.
- Отправьте электронное письмо на адрес [[email protected]](mailto:[email protected])

<MyApp />
19 changes: 0 additions & 19 deletions src/components/Comment/index.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,2 @@
import Giscus from "@giscus/react";

export default function MyApp() {
return (
<Giscus
id="R_kgDOLGU4YA"
repo="ArchFeh/ruyisdk-org"
repoId="R_kgDOLGU4YA"
category="Announcements"
categoryId="DIC_kwDOLGU4YM4Cc-e-"
mapping="specific"
term="Welcome to Community"
reactionsEnabled="1"
emitMetadata="0"
inputPosition="top"
theme="dark"
lang="en"
loading="lazy"
/>
);
}
3 changes: 0 additions & 3 deletions src/pages/contact.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import MyApp from "@site/src/components/Comment";

# 关于我们

Expand Down Expand Up @@ -42,5 +41,3 @@ RUYISDK 项目采用开源管理模式,代码托管于 [GitHub](https://github

![Our QQ group](/img/qqgroup_img.png)


<MyApp />
1 change: 0 additions & 1 deletion src/pages/download.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import MyApp from "@site/src/components/Comment";

:::tip
下载并使用 RuyiSDK,即表示您同意许可条款和[隐私声明](https://ruyisdk.org/docs/legal/privacyPolicy/)
Expand Down

0 comments on commit 1d3bc63

Please sign in to comment.