From 2c5ae229b3cb6e8d961265af0010a7302c6ff740 Mon Sep 17 00:00:00 2001
From: sansan <77180927+sansan0@users.noreply.github.com>
Date: Fri, 5 Dec 2025 17:53:00 +0800
Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E9=87=8D=E8=A6=81?=
=?UTF-8?q?=E5=85=AC=E5=91=8A=EF=BC=8C=E6=9A=82=E5=81=9C=20Fork/Actions=20?=
=?UTF-8?q?=E9=83=A8=E7=BD=B2=E6=96=B9=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Update important announcement, suspend Fork/Actions deployment
---
README-EN.md | 25 ++++++++++++++++++++-----
README.md | 25 ++++++++++++++++++++-----
2 files changed, 40 insertions(+), 10 deletions(-)
diff --git a/README-EN.md b/README-EN.md
index 72d0c62..2e5c388 100644
--- a/README-EN.md
+++ b/README-EN.md
@@ -1,8 +1,23 @@
-> **⚠️ Important Notice**
->
-> - Please use **Use this template** to create your project, not Fork
-> - Docker deployment is recommended
-> - GitHub Actions deployment is not recommended at this time
+> ## ⚠️ Important Announcement (December 2025)
+>
+> Due to rapid growth in forks, GitHub has contacted me about server infrastructure strain. **This project and all forks may experience access difficulties.**
+>
+> - ✅ **Recommended**: [Docker Deployment](#6-docker-deployment) (data stored locally, no restrictions)
+> - ❌ **Suspended**: Fork deployment, GitHub Actions, GitHub Pages
+>
+> 👉 Click for details
+>
+> **Issue Explanation:**
+> - Original design used GitHub Actions to periodically fetch news and save to the repository, essentially using GitHub as a "cloud database"
+> - With many forks running simultaneously, servers couldn't handle the load; GitHub engineering team is working on fixes
+>
+> **Future Plans:**
+> - Exploring new approach: keep Actions for fetching and notifications, but no longer save data to repository, use external storage instead
+>
+> Thanks for understanding! Feedback: [Issues](https://github.com/sansan0/TrendRadar/issues)
+>
+>