[PR #808] [MERGED] docs: add v1.2.0 new features documentation #777

Closed
opened 2026-02-26 21:32:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/808
Author: @dreamhunter2333
Created: 1/11/2026
Status: Merged
Merged: 1/11/2026
Merged by: @dreamhunter2333

Base: mainHead: feature/email


📝 Commits (1)

  • fa2592a docs: add v1.2.0 new features documentation

📊 Changes

5 files changed (+104 additions, -8 deletions)

View changed files

📝 vitepress-docs/docs/en/guide/feature/telegram.md (+19 -0)
📝 vitepress-docs/docs/en/guide/worker-vars.md (+32 -4)
📝 vitepress-docs/docs/zh/guide/feature/telegram.md (+19 -0)
📝 vitepress-docs/docs/zh/guide/worker-vars.md (+32 -4)
📝 worker/wrangler.toml.template (+2 -0)

📄 Description

User description

Summary

  • Add TG_ALLOW_USER_LANG variable documentation to worker-vars.md (zh/en)
  • Add SUBDOMAIN_FORWARD_ADDRESS_LIST with sourcePatterns and sourceMatchMode fields documentation (zh/en)
  • Add /lang command and language switching feature documentation to telegram.md (zh/en)
  • Add TG_ALLOW_USER_LANG example to wrangler.toml.template

Test plan

  • Verify vitepress docs build successfully
  • Review documentation content for accuracy

🤖 Generated with Claude Code


PR Type

Documentation


Description

  • Added documentation for TG_ALLOW_USER_LANG variable in worker-vars.md (English and Chinese).

  • Documented /lang command and language switching feature in Telegram Bot (English and Chinese).

  • Added SUBDOMAIN_FORWARD_ADDRESS_LIST documentation with sourcePatterns and sourceMatchMode fields (English and Chinese).

  • Updated wrangler.toml.template with TG_ALLOW_USER_LANG example configuration.


Changes walkthrough 📝

Relevant files
Documentation
telegram.md
Documented Telegram Bot language switching feature (English).

vitepress-docs/docs/en/guide/feature/telegram.md

  • Added a new section for language switching in Telegram Bot.
  • Documented /lang command usage and configuration.
  • Highlighted KV storage for user language preferences.
  • +19/-0   
    worker-vars.md
    Added documentation for new worker variables (English).   

    vitepress-docs/docs/en/guide/worker-vars.md

  • Added TG_ALLOW_USER_LANG variable documentation.
  • Documented SUBDOMAIN_FORWARD_ADDRESS_LIST with new fields.
  • Included examples for configuration and usage.
  • +32/-4   
    telegram.md
    Documented Telegram Bot language switching feature (Chinese).

    vitepress-docs/docs/zh/guide/feature/telegram.md

  • Added a new section for language switching in Telegram Bot.
  • Documented /lang command usage and configuration.
  • Highlighted KV storage for user language preferences.
  • +19/-0   
    worker-vars.md
    Added documentation for new worker variables (Chinese).   

    vitepress-docs/docs/zh/guide/worker-vars.md

  • Added TG_ALLOW_USER_LANG variable documentation.
  • Documented SUBDOMAIN_FORWARD_ADDRESS_LIST with new fields.
  • Included examples for configuration and usage.
  • +32/-4   
    Configuration changes
    wrangler.toml.template
    Updated wrangler.toml.template with `TG_ALLOW_USER_LANG`.

    worker/wrangler.toml.template

    • Added example configuration for TG_ALLOW_USER_LANG.
    +2/-0     

    Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.

  • 🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

    ## 📋 Pull Request Information **Original PR:** https://github.com/dreamhunter2333/cloudflare_temp_email/pull/808 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 1/11/2026 **Status:** ✅ Merged **Merged:** 1/11/2026 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/email` --- ### 📝 Commits (1) - [`fa2592a`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/fa2592acd1791828a55b8c9c08c98b4fb1d00362) docs: add v1.2.0 new features documentation ### 📊 Changes **5 files changed** (+104 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `vitepress-docs/docs/en/guide/feature/telegram.md` (+19 -0) 📝 `vitepress-docs/docs/en/guide/worker-vars.md` (+32 -4) 📝 `vitepress-docs/docs/zh/guide/feature/telegram.md` (+19 -0) 📝 `vitepress-docs/docs/zh/guide/worker-vars.md` (+32 -4) 📝 `worker/wrangler.toml.template` (+2 -0) </details> ### 📄 Description ### **User description** ## Summary - Add `TG_ALLOW_USER_LANG` variable documentation to worker-vars.md (zh/en) - Add `SUBDOMAIN_FORWARD_ADDRESS_LIST` with `sourcePatterns` and `sourceMatchMode` fields documentation (zh/en) - Add `/lang` command and language switching feature documentation to telegram.md (zh/en) - Add `TG_ALLOW_USER_LANG` example to wrangler.toml.template ## Test plan - [ ] Verify vitepress docs build successfully - [ ] Review documentation content for accuracy 🤖 Generated with [Claude Code](https://claude.com/claude-code) ___ ### **PR Type** Documentation ___ ### **Description** - Added documentation for `TG_ALLOW_USER_LANG` variable in worker-vars.md (English and Chinese). - Documented `/lang` command and language switching feature in Telegram Bot (English and Chinese). - Added `SUBDOMAIN_FORWARD_ADDRESS_LIST` documentation with `sourcePatterns` and `sourceMatchMode` fields (English and Chinese). - Updated `wrangler.toml.template` with `TG_ALLOW_USER_LANG` example configuration. ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Documentation</strong></td><td><table> <tr> <td> <details> <summary><strong>telegram.md</strong><dd><code>Documented Telegram Bot language switching feature (English).</code></dd></summary> <hr> vitepress-docs/docs/en/guide/feature/telegram.md <li>Added a new section for language switching in Telegram Bot.<br> <li> Documented <code>/lang</code> command usage and configuration.<br> <li> Highlighted KV storage for user language preferences. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/808/files#diff-2af9796b02f3900853fa089c74da7021d947c088615ca25027c7c2ea6c141c6c">+19/-0</a>&nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>worker-vars.md</strong><dd><code>Added documentation for new worker variables (English).</code>&nbsp; &nbsp; </dd></summary> <hr> vitepress-docs/docs/en/guide/worker-vars.md <li>Added <code>TG_ALLOW_USER_LANG</code> variable documentation.<br> <li> Documented <code>SUBDOMAIN_FORWARD_ADDRESS_LIST</code> with new fields.<br> <li> Included examples for configuration and usage. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/808/files#diff-fb5fa2149e9d484384eaac2520f95441eacbacf83f8451049459695ef22d0b8b">+32/-4</a>&nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>telegram.md</strong><dd><code>Documented Telegram Bot language switching feature (Chinese).</code></dd></summary> <hr> vitepress-docs/docs/zh/guide/feature/telegram.md <li>Added a new section for language switching in Telegram Bot.<br> <li> Documented <code>/lang</code> command usage and configuration.<br> <li> Highlighted KV storage for user language preferences. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/808/files#diff-8486cc6db5e686ad7da420712d4f644e4d706412b200dfecb8c6e06465bfffc6">+19/-0</a>&nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>worker-vars.md</strong><dd><code>Added documentation for new worker variables (Chinese).</code>&nbsp; &nbsp; </dd></summary> <hr> vitepress-docs/docs/zh/guide/worker-vars.md <li>Added <code>TG_ALLOW_USER_LANG</code> variable documentation.<br> <li> Documented <code>SUBDOMAIN_FORWARD_ADDRESS_LIST</code> with new fields.<br> <li> Included examples for configuration and usage. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/808/files#diff-1bd83b534dfb9159de9157e0943a1f5191373ecdb5af08552c8033464596d223">+32/-4</a>&nbsp; &nbsp; </td> </tr> </table></td></tr><tr><td><strong>Configuration changes</strong></td><td><table> <tr> <td> <details> <summary><strong>wrangler.toml.template</strong><dd><code>Updated wrangler.toml.template with `TG_ALLOW_USER_LANG`.</code></dd></summary> <hr> worker/wrangler.toml.template - Added example configuration for `TG_ALLOW_USER_LANG`. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/808/files#diff-743273da72481b71fbeb1dddfd294be9249554eef65691dfc9bcfa9f0fd971fb">+2/-0</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></td></tr></tr></tbody></table> ___ > <details> <summary> Need help?</summary><li>Type <code>/help how to ...</code> in the comments thread for any questions about PR-Agent usage.</li><li>Check out the <a href="https://qodo-merge-docs.qodo.ai/usage-guide/">documentation</a> for more information.</li></details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
    kerem 2026-02-26 21:32:54 +03:00
    Sign in to join this conversation.
    No milestone
    No project
    No assignees
    1 participant
    Notifications
    Due date
    The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

    No due date set.

    Dependencies

    No dependencies set.

    Reference
    starred/cloudflare_temp_email#777
    No description provided.