mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 13:55:53 +03:00
[PR #844] [MERGED] docs: add Windows .env file note for VITE_IS_TELEGRAM #801
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#801
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feature/email📝 Commits (1)
92ed784docs: 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。
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.