nankai-cms-website-gov/.kit/translated/.env
2025-03-13 09:52:18 +08:00

25 lines
757 B
Bash
Raw 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.

# 代理接口前缀
VITE_API_PREFIX = '/api'
# 接口地址,可在其它环境配置文件进行覆盖
VITE_API_URL = 'http://localhost:10020'
# 静态资源地址
VITE_RESOURCE_PREFIX = '/resource'
# 站点配置
# - 站点标题
VITE_SITE_TITLE = '${title}'
# - 站点副标题
VITE_SITE_SUB_TITLE = '${subTitle}'
# - 主办单位
VITE_SITE_ORGANIZATION = '金镐开源组织'
# - 备案号
VITE_SITE_ICP = '湘ICP备2021010010号-3'
# - 地址
VITE_SITE_ADDRESS = '湖南省郴州市桂阳县'
# SEO配置
VITE_SEO_KEYWORDS = '伊娃CMS,轻量级CMS系统,政府门户主题'
VITE_SEO_DESCRIPTION = '伊娃CMS政府门户主题基于Nuxt3、Element Plus、SpringBoot、MyBatisPlus、MySQL等主流技术栈构建轻量、简洁、质量。'