feat:环境变量优化

This commit is contained in:
hzm
2026-02-08 21:33:37 +08:00
parent 173330fa7f
commit 6d12e9485f
5 changed files with 30 additions and 4 deletions

View File

@@ -570,7 +570,7 @@ function FeedbackModal({ onClose, user }) {
}
// Web3Forms Access Key
formData.append("access_key", "c390fbb1-77e0-4aab-a939-caa75edc7319");
formData.append("access_key", process.env.NEXT_PUBLIC_WEB3FORMS_ACCESS_KEY || '');
formData.append("subject", "基估宝 - 用户反馈");
try {