chore: sync local changes to Gitea
This commit is contained in:
16
frontend/.env.development
Normal file
16
frontend/.env.development
Normal file
@@ -0,0 +1,16 @@
|
||||
# 同源部署 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
|
||||
# 0–1,面板白底不透明度(越高越不透明、越少「玻璃感」)
|
||||
VITE_SITE_GLASS_OPACITY=0.92
|
||||
Reference in New Issue
Block a user