From 703b3475b83c030ce5cf45f9e67dafb1e4c8b8f8 Mon Sep 17 00:00:00 2001 From: lalawu9453 Date: Wed, 15 Oct 2025 14:43:39 +0800 Subject: [PATCH 1/2] Update README.md fix arguments --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b814d7..76da913 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ | 參數 | 選項 | 預設值 | 說明 | | :--- | :--- | :--- | :--- | -| `--web` | `1`, `2`, `3`, `top2`, `all` | `all` | **指定要爬取的網站**:
• `1`: freereceivesms.com
• `2`: receive-smss.com
• `3`: temp-number.com
• `top2`: 爬取前兩個網站
• `all`: 爬取所有網站 | +| `--web` | `1`, `2`, `3`, `top2`, `all` | `all` | **指定要爬取的網站**:
• `1`: freereceivesms.com
• `2`: temp-number.com
• `3`: receive-smss.com
• `top2`: 爬取前兩個網站
• `all`: 爬取所有網站 | | `--lan` | `zh`, `en` | `zh` | **設定顯示語言**:
• `zh`: 繁體中文
• `en`: 英文 | | `--ngrok_token` | `YOUR_TOKEN` | `config.toml` 中的值 | **設定 ngrok 權杖**:
直接透過命令列提供您的 ngrok Authtoken,此參數會覆寫 `config.toml` 中的設定。 | @@ -131,4 +131,4 @@ ng_token = userdata.get("NGROK_AUTH_TOKEN") ## **📄 授權 (License)** -本專案採用 [MIT License](./LICENSE) 授權。 \ No newline at end of file +本專案採用 [MIT License](./LICENSE) 授權。 From 29bb0bec17c3714dd92a8f9f7cda1ebe73fae24b Mon Sep 17 00:00:00 2001 From: lalawu9453 Date: Wed, 15 Oct 2025 14:44:42 +0800 Subject: [PATCH 2/2] Update README.en.md fix argument --- README.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index 1d8dfb4..80d8974 100644 --- a/README.en.md +++ b/README.en.md @@ -57,7 +57,7 @@ You can run `uv run python main.py --help` to see all available arguments. | Argument | Options | Default | Description | | :--- | :--- | :--- | :--- | -| `--web` | `1`, `2`, `3`, `top2`, `all` | `all` | **Specify websites to scrape**:
• `1`: freereceivesms.com
• `2`: receive-smss.com
• `3`: temp-number.com
• `top2`: Scrape the top 2 websites
• `all`: Scrape all websites | +| `--web` | `1`, `2`, `3`, `top2`, `all` | `all` | **Specify websites to scrape**:
• `1`: freereceivesms.com
• `2`: temp-number.com
• `3`: receive-smss.com
• `top2`: Scrape the top 2 websites
• `all`: Scrape all websites | | `--lan` | `zh`, `en` | `en` | **Set display language**:
• `zh`: Traditional Chinese
• `en`: English | | `--ngrok_token` | `YOUR_TOKEN` | Value from `config.toml` | **Set ngrok token**:
Provide your ngrok Authtoken via the command line. This overrides the setting in `config.toml`. | @@ -125,4 +125,4 @@ We will review your contribution as soon as possible. Thank you to everyone who ## **📄 License** -This project is licensed under the [MIT License](https://www.google.com/search?q=./LICENSE). \ No newline at end of file +This project is licensed under the [MIT License](https://www.google.com/search?q=./LICENSE).