[PR #844] [MERGED] docs: add Windows .env file note for VITE_IS_TELEGRAM #801

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

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/844
Author: @dreamhunter2333
Created: 2/25/2026
Status: Merged
Merged: 2/25/2026
Merged by: @dreamhunter2333

Base: mainHead: feature/email


📝 Commits (1)

  • 92ed784 docs: add Windows .env file note for VITE_IS_TELEGRAM

📊 Changes

2 files changed (+16 additions, -0 deletions)

View changed files

📝 vitepress-docs/docs/en/guide/feature/telegram.md (+8 -0)
📝 vitepress-docs/docs/zh/guide/feature/telegram.md (+8 -0)

📄 Description

Windows 不支持 npm scripts 中的内联环境变量写法 (VITE_IS_TELEGRAM=true vite build ...),文档中补充说明 Windows 用户需要在 .env.prod 文件中手动设置 VITE_IS_TELEGRAM=true。

  • 中英文文档均已更新
  • 增加 WARNING 提示块说明 Windows 兼容方案

🔄 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/844 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 2/25/2026 **Status:** ✅ Merged **Merged:** 2/25/2026 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/email` --- ### 📝 Commits (1) - [`92ed784`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/92ed784cf55f2e85ccf16a2e5dc800721f942086) docs: add Windows .env file note for VITE_IS_TELEGRAM ### 📊 Changes **2 files changed** (+16 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `vitepress-docs/docs/en/guide/feature/telegram.md` (+8 -0) 📝 `vitepress-docs/docs/zh/guide/feature/telegram.md` (+8 -0) </details> ### 📄 Description Windows 不支持 npm scripts 中的内联环境变量写法 (VITE_IS_TELEGRAM=true vite build ...),文档中补充说明 Windows 用户需要在 .env.prod 文件中手动设置 VITE_IS_TELEGRAM=true。 - 中英文文档均已更新 - 增加 WARNING 提示块说明 Windows 兼容方案 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:33:01 +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#801
No description provided.