Files
mengya-nav/frontend/.env.development
2026-06-24 22:10:28 +08:00

17 lines
544 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 同源部署 Workers 时保持默认空字符串即可
VITE_APP_TARGET=web
VITE_API_BASE=
# 站点卡片 favicon 服务基址
VITE_FAVICON_API_BASE=https://favicon.smyhub.com/api/favicon?url=
VITE_SITE_NAME=萌芽导航
VITE_SITE_SHORT_NAME=萌芽导航
VITE_SITE_DESCRIPTION=萌芽导航
# 随机背景 JSON API留空则不加载背景图
VITE_SITE_RANDOM_BG_API=https://randbg.api.smyhub.com
VITE_SITE_BACKGROUND_BLUR=0px
# 01面板白底不透明度越高越不透明、越少「玻璃感」
VITE_SITE_GLASS_OPACITY=0.92