From a0ee5b16d22874cd2694ac213672bc38d999a3d1 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 3 Jul 2025 15:12:18 +0800 Subject: [PATCH] feat: update twitter handle --- CONTRIBUTING.md | 2 +- README.md | 4 ++-- apps/mobile/README.md | 2 +- apps/mobile/src/modules/onboarding/feeds-english.json | 2 +- apps/mobile/src/modules/onboarding/feeds.json | 2 +- apps/mobile/src/modules/settings/routes/About.tsx | 2 +- packages/internal/components/src/common/PoweredByFooter.tsx | 4 ++-- packages/internal/constants/src/social.ts | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2553a3b38..0ffc11427 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -140,7 +140,7 @@ To develop native iOS modules, follow these steps: Join our community to discuss ideas, ask questions, and share your contributions: - [Discord](https://discord.gg/followapp) -- [Twitter](https://x.com/intent/follow?screen_name=follow_app_) +- [Twitter](https://x.com/intent/follow?screen_name=folo_is) We look forward to your contributions! diff --git a/README.md b/README.md index 4809706c6..becaad7cd 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ - +
@@ -61,7 +61,7 @@ You can also install using the following methods maintained by our community: | [![Discord](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fdiscord.com%2Fapi%2Finvites%2Ffollowapp%3Fwith_counts%3Dtrue&query=approximate_member_count&color=5865F2&label=Discord&labelColor=black&logo=discord&logoColor=white&style=flat-square)](https://discord.gg/followapp) | Join our Discord server to connect with developers, request features, and receive support. | | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------- | -| [![](https://img.shields.io/badge/any_text-Follow-blue?color=2CA5E0&label=_&logo=x&labelColor=black&style=flat-square)](https://x.com/intent/follow?screen_name=follow_app_) | Follow us on X/Twitter for product updates and to join in on reward activities. | +| [![](https://img.shields.io/badge/any_text-Follow-blue?color=2CA5E0&label=_&logo=x&labelColor=black&style=flat-square)](https://x.com/intent/follow?screen_name=folo_is) | Follow us on X/Twitter for product updates and to join in on reward activities. | > \[!IMPORTANT] > diff --git a/apps/mobile/README.md b/apps/mobile/README.md index 50f8f2aa5..ae8cfedc9 100644 --- a/apps/mobile/README.md +++ b/apps/mobile/README.md @@ -66,7 +66,7 @@ src/ ## Need Help? - Join our [Discord](https://discord.gg/followapp) -- Follow us on [Twitter](https://x.com/follow_app_) +- Follow us on [Twitter](https://x.com/folo_is) - Contact the mobile development team ## License diff --git a/apps/mobile/src/modules/onboarding/feeds-english.json b/apps/mobile/src/modules/onboarding/feeds-english.json index 126457dd7..ba64eab13 100644 --- a/apps/mobile/src/modules/onboarding/feeds-english.json +++ b/apps/mobile/src/modules/onboarding/feeds-english.json @@ -237,7 +237,7 @@ { "feedId": "41215396143077382", "title": "Twitter @Follow", - "url": "rsshub://twitter/user/follow_app_", + "url": "rsshub://twitter/user/folo_is", "language": "English", "view": 1 }, diff --git a/apps/mobile/src/modules/onboarding/feeds.json b/apps/mobile/src/modules/onboarding/feeds.json index 00717d305..9bdc52241 100644 --- a/apps/mobile/src/modules/onboarding/feeds.json +++ b/apps/mobile/src/modules/onboarding/feeds.json @@ -744,7 +744,7 @@ { "feedId": "41215396143077382", "title": "Twitter @Follow", - "url": "rsshub://twitter/user/follow_app_", + "url": "rsshub://twitter/user/folo_is", "language": "English", "view": 1 }, diff --git a/apps/mobile/src/modules/settings/routes/About.tsx b/apps/mobile/src/modules/settings/routes/About.tsx index f113f9888..4dd7a07b4 100644 --- a/apps/mobile/src/modules/settings/routes/About.tsx +++ b/apps/mobile/src/modules/settings/routes/About.tsx @@ -30,7 +30,7 @@ const links = [ { title: "X", icon: SocialXCuteReIcon, - url: "https://x.com/intent/follow?screen_name=follow_app_", + url: "https://x.com/intent/follow?screen_name=folo_is", iconBackgroundColor: "#000000", iconColor: "#FFFFFF", }, diff --git a/packages/internal/components/src/common/PoweredByFooter.tsx b/packages/internal/components/src/common/PoweredByFooter.tsx index 340a9c7e9..696c32fc7 100644 --- a/packages/internal/components/src/common/PoweredByFooter.tsx +++ b/packages/internal/components/src/common/PoweredByFooter.tsx @@ -32,7 +32,7 @@ const footerSections: FooterSection[] = [ label: "Discord", external: true, }, - { href: "https://x.com/follow_app_", label: "Twitter", external: true }, + { href: "https://x.com/folo_is", label: "Twitter", external: true }, ], }, { @@ -59,7 +59,7 @@ const socialLinks = [ icon: "i-simple-icons-github", }, { - href: "https://twitter.com/follow_app_", + href: "https://twitter.com/folo_is", label: "Twitter", icon: "i-simple-icons-x", }, diff --git a/packages/internal/constants/src/social.ts b/packages/internal/constants/src/social.ts index d0e0bc634..1582566bb 100644 --- a/packages/internal/constants/src/social.ts +++ b/packages/internal/constants/src/social.ts @@ -12,6 +12,6 @@ export const SocialMediaLinks = [ { iconClassName: "i-mgc-social-x-cute-re text-[#000000] dark:text-[#ffffff]", label: "X", - url: "https://x.com/intent/follow?screen_name=follow_app_", + url: "https://x.com/intent/follow?screen_name=folo_is", }, ]