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). 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) 授權。