feat:环境变量优化
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user