更新 .env.example 反映埋点默认启用的变更

This commit is contained in:
2569718930@qq.com
2026-05-20 20:15:59 +08:00
parent 2f9889d63a
commit 133d341605
+3 -2
View File
@@ -114,8 +114,9 @@ NEXT_PUBLIC_POLYWEATHER_DISABLE_EAGER_SUMMARIES=false
# bypass Vercel Functions / Fluid Compute instead of going through Next.js API proxies.
# Example: NEXT_PUBLIC_POLYWEATHER_API_BASE_URL=https://api.example.com
NEXT_PUBLIC_POLYWEATHER_API_BASE_URL=
# Set to "true" to enable app analytics event tracking (conversion funnel etc.)
NEXT_PUBLIC_POLYWEATHER_APP_ANALYTICS=false
# Set to "false" to disable app analytics event tracking (conversion funnel etc.)
# Default: enabled. Only set this if you need to opt out.
NEXT_PUBLIC_POLYWEATHER_APP_ANALYTICS=true
########################################
# 7) Admin / Ops