remove usaco

This commit is contained in:
hanyixuanten
2026-07-20 19:53:40 +08:00
parent 665d985f54
commit 964f186cd6
5 changed files with 1 additions and 79 deletions
+1
View File
@@ -5,6 +5,7 @@ Guidance for AI coding agents working in this repository.
## Project Shape
- `fetch_contests.py` is the data generator. It fetches contests, normalizes records with `platform`, `title`, `start_time`, `end_time`, `status`, and `url`, then writes JSON files in the repository root.
- Current contest providers are Codeforces, AtCoder, and UOJ.
- `.github/workflows/deploy.yml` is the GitHub Actions automation. It installs Python dependencies, runs `fetch_contests.py`, and commits generated JSON changes.
- `server/index.php` is the serving/display layer. It reads the public raw `contests.json` and `contests_all.json`, caches them locally, and renders upcoming plus recently finished contests.
- User-facing documentation lives in [README.md](README.md) and [README_zh.md](README_zh.md). Keep both languages in sync.