mirror of
https://gitee.com/houhuan/TrendRadar.git
synced 2025-12-21 12:47:16 +08:00
docs: 更新重要公告,暂停 Fork/Actions 部署方式
Update important announcement, suspend Fork/Actions deployment
This commit is contained in:
parent
53a7273d52
commit
2c5ae229b3
25
README-EN.md
25
README-EN.md
@ -1,8 +1,23 @@
|
|||||||
> **⚠️ Important Notice**
|
> ## ⚠️ Important Announcement (December 2025)
|
||||||
>
|
>
|
||||||
> - Please use **Use this template** to create your project, not Fork
|
> Due to rapid growth in forks, GitHub has contacted me about server infrastructure strain. **This project and all forks may experience access difficulties.**
|
||||||
> - Docker deployment is recommended
|
>
|
||||||
> - GitHub Actions deployment is not recommended at this time
|
> - ✅ **Recommended**: [Docker Deployment](#6-docker-deployment) (data stored locally, no restrictions)
|
||||||
|
> - ❌ **Suspended**: Fork deployment, GitHub Actions, GitHub Pages
|
||||||
|
>
|
||||||
|
> <details>
|
||||||
|
> <summary>👉 Click for details</summary>
|
||||||
|
>
|
||||||
|
> **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)
|
||||||
|
>
|
||||||
|
> </details>
|
||||||
|
|
||||||
|
|
||||||
<div align="center" id="trendradar">
|
<div align="center" id="trendradar">
|
||||||
|
|||||||
25
README.md
25
README.md
@ -1,8 +1,23 @@
|
|||||||
> **⚠️ 重要提示**
|
> ## ⚠️ 重要公告(2025年12月)
|
||||||
>
|
>
|
||||||
> - 请使用 **Use this template** 创建项目,而非 Fork
|
> 由于 Fork 数量激增,GitHub 官方已联系我,当前运行方式对服务器造成压力。**本项目及所有 Fork 可能出现访问困难。**
|
||||||
> - 推荐使用 Docker 部署
|
>
|
||||||
> - 暂不建议通过 GitHub Actions 方式部署运行
|
> - ✅ **推荐**:[Docker 部署](#6-docker-部署)(数据存本地,不受限制)
|
||||||
|
> - ❌ **暂停**:Fork 部署、GitHub Actions、GitHub Pages
|
||||||
|
>
|
||||||
|
> <details>
|
||||||
|
> <summary>👉 点击查看详情</summary>
|
||||||
|
>
|
||||||
|
> **问题说明:**
|
||||||
|
> - 原设计通过 GitHub Actions 定时抓取新闻并保存到仓库,相当于把 GitHub 当"云端数据库"
|
||||||
|
> - 大量 Fork 同时运行,服务器承受不住,GitHub 工程团队正在修复
|
||||||
|
>
|
||||||
|
> **后续计划:**
|
||||||
|
> - 探索新方案:保留 Actions 用于抓取和推送,但不再将数据保存到仓库,改用外部存储
|
||||||
|
>
|
||||||
|
> 感谢理解!问题反馈:[Issues](https://github.com/sansan0/TrendRadar/issues) 或公众号
|
||||||
|
>
|
||||||
|
> </details>
|
||||||
|
|
||||||
|
|
||||||
<div align="center" id="trendradar">
|
<div align="center" id="trendradar">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user