Skip to content

Commit 330b5fe

Browse files
committed
feat: update community links and add social groups
- Remove Discord and Twitter links - Add Xiaohongshu (小红书) and WeChat groups - Update website Community component - Update README.md and README_CN.md with new community links
1 parent 364f46e commit 330b5fe

4 files changed

Lines changed: 10 additions & 13 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,5 +309,7 @@ This project is open source under the GNU General Public License v3.0. You are f
309309

310310
<p align="center">
311311
<a href="https://github.com/codedogQBY/ReadAny/discussions">💬 Discussions</a> •
312-
<a href="https://github.com/codedogQBY/ReadAny/issues">🐛 Issues</a>
312+
<a href="https://github.com/codedogQBY/ReadAny/issues">🐛 Issues</a> •
313+
小红书群(即将上线) •
314+
微信群(即将上线)
313315
</p>

README_CN.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,5 +309,7 @@ pnpm tauri build
309309

310310
<p align="center">
311311
<a href="https://github.com/codedogQBY/ReadAny/discussions">💬 讨论区</a> •
312-
<a href="https://github.com/codedogQBY/ReadAny/issues">🐛 问题反馈</a>
312+
<a href="https://github.com/codedogQBY/ReadAny/issues">🐛 问题反馈</a> •
313+
小红书群(即将上线) •
314+
微信群(即将上线)
313315
</p>

website/src/components/Community.astro

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ const links = [
1717
available: true,
1818
},
1919
{
20-
name: t("community.discord"),
21-
href: "#",
22-
available: false,
23-
},
24-
{
25-
name: t("community.twitter"),
20+
name: t("community.xiaohongshu"),
2621
href: "#",
2722
available: false,
2823
},

website/src/i18n/ui.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ export const ui = {
5959
"community.subtitle": "Join the conversation and get help",
6060
"community.discussions": "GitHub Discussions",
6161
"community.issues": "GitHub Issues",
62-
"community.discord": "Discord",
63-
"community.twitter": "Twitter / X",
64-
"community.wechat": "WeChat",
62+
"community.xiaohongshu": "小红书群",
63+
"community.wechat": "微信群",
6564
"community.coming": "Coming soon",
6665
"footer.github": "Star on GitHub",
6766
"footer.copyright": "© 2025 ReadAny. GPL-3.0 License.",
@@ -192,8 +191,7 @@ export const ui = {
192191
"community.subtitle": "参与讨论,获取帮助",
193192
"community.discussions": "GitHub 讨论区",
194193
"community.issues": "GitHub Issues",
195-
"community.discord": "Discord",
196-
"community.twitter": "Twitter / X",
194+
"community.xiaohongshu": "小红书群",
197195
"community.wechat": "微信群",
198196
"community.coming": "即将上线",
199197
"footer.github": "Star on GitHub",

0 commit comments

Comments
 (0)