From d5e3b0a38af2fb33a8441ef27ee1321e035d5aa2 Mon Sep 17 00:00:00 2001 From: Pari Malam Date: Mon, 15 Jun 2026 19:27:01 +0800 Subject: [PATCH] released :P --- README.md | 9 +++++++++ API.md => docs/API.md | 0 RE.md => docs/RE.md | 0 3 files changed, 9 insertions(+) rename API.md => docs/API.md (100%) rename RE.md => docs/RE.md (100%) diff --git a/README.md b/README.md index 4fe9f9f..e6490f5 100644 --- a/README.md +++ b/README.md @@ -313,3 +313,12 @@ Streams are accessible via playlist format. The `-plstreamname` flag controls th - VOD downloader mode (`-manifest`) downloads, converts, and exits it does not start the server. - Script accounts use the format: `user=join@mail.com password=mypassword device=123456 pin=1234` - Proxy support: `http://user:pass@ip:port` and `socks5://user:pass@ip:port` + +--- + +## Further Reading + +| Document | Description | +|----------|-------------| +| [API.md](API.md) | Complete REST API reference all endpoints, methods, and auth details | +| [RE.md](RE.md) | Reverse engineering notes frontend deobfuscation analysis, Vue component map, config schema, and TODO diff --git a/API.md b/docs/API.md similarity index 100% rename from API.md rename to docs/API.md diff --git a/RE.md b/docs/RE.md similarity index 100% rename from RE.md rename to docs/RE.md