https://github.com/ayaka-notes/treehole-landing
SJTU 亦可赛艇 treehole — landing page (IOS / 安卓) By Claude, 2026.
https://github.com/ayaka-notes/treehole-landing
Last synced: 15 days ago
JSON representation
SJTU 亦可赛艇 treehole — landing page (IOS / 安卓) By Claude, 2026.
- Host: GitHub
- URL: https://github.com/ayaka-notes/treehole-landing
- Owner: ayaka-notes
- Created: 2026-05-20T06:34:37.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-20T10:47:59.000Z (about 1 month ago)
- Last Synced: 2026-05-20T10:54:29.357Z (about 1 month ago)
- Homepage: https://ayaka-notes.github.io/treehole-landing/
- Size: 53.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# treehole-landing
Download & install landing page for **亦可赛艇 / treehole**, the unofficial
mobile client of SJTU's anonymous campus forum.
- App source: [ayaka-notes/treehole-app](https://github.com/ayaka-notes/treehole-app)
- Static site lives in [`docs/`](./docs) — a single self-contained `index.html`
(no build step), with Chinese / English i18n.
- Deployed to **GitHub Pages** via `.github/workflows/pages.yml` on every push to `main`.
## What the page covers
- Android APK and iOS IPA download buttons
- Feature overview
- A fool-proof, step-by-step **iOS install guide** (AltStore sideloading)
- A short Android install guide
## Local preview
It is plain HTML — just open `docs/index.html` in a browser, or:
```bash
cd docs && python3 -m http.server 8000
```
## Configuration
Download / repository URLs are constants at the top of the `` block in
`docs/index.html` (`RELEASES`, `REPO`) — edit them there if the locations change.