From 8fa0bdd1a1d444b2ccd7e54288478356971f4933 Mon Sep 17 00:00:00 2001 From: Cccc_ Date: Thu, 6 Nov 2025 23:17:41 +0800 Subject: [PATCH] docs: add tips about config.csv --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c0a8854..0cbff7e 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ Jielong Payload: `payload` in the `try-catch` block of `perform_check_in()` func You may use [Reqable](https://reqable.com/) or other tools to get the payload of JieLong. (Tips: Catch the request of "EditRecord" and you will find what you want.) +Meanwhile, `config.csv` is used to build the payload. You may need edit the `config.csv` related codes to add support to new payload. Searching the usage of `read_configs()` function will tell you the things. + ### Config APScheduler config: `app.py`