update pay function

This commit is contained in:
2025-11-22 10:28:37 +08:00
parent 71f3834b79
commit 40b57c1a81
6 changed files with 230 additions and 50 deletions

View File

@@ -35,7 +35,14 @@ const nextConfig: NextConfig = {
// 配置允许的域名(用于 Next.js Image 组件)
images: {
domains: ['valuefrontier.cn', 'localhost'],
domains: ['valuefrontier.cn', 'localhost', 'thirdwx.qlogo.cn'],
remotePatterns: [
{
protocol: 'https',
hostname: 'thirdwx.qlogo.cn',
pathname: '/**',
},
],
},
};