update pay ui

This commit is contained in:
2025-12-13 13:44:29 +08:00
parent 05d26b373a
commit 108204653a

View File

@@ -1,24 +0,0 @@
# ============================================================================
# 腾讯云 COS 部署配置
# 复制此文件为 .env.cos 并填写你的配置
# ============================================================================
# 腾讯云 API 密钥
# 获取地址: https://console.cloud.tencent.com/cam/capi
# 建议创建子账号并只授予 COS 相关权限
COS_SECRET_ID=你的SecretId
COS_SECRET_KEY=你的SecretKey
# COS 存储桶配置
# 存储桶名称(包含 APPID 后缀)
# 例如: valuefrontier-static-1234567890
COS_BUCKET=你的存储桶名称
# 存储桶地域
# 例如: ap-shanghai, ap-guangzhou, ap-beijing
COS_REGION=ap-shanghai
# CDN 加速域名(可选)
# 配置后部署完成会显示访问地址
# 例如: www.valuefrontier.cn
CDN_DOMAIN=www.valuefrontier.cn