update pay function

This commit is contained in:
2025-11-22 09:51:17 +08:00
parent cddf82ce51
commit feb08dc746
17 changed files with 58 additions and 980 deletions

View File

@@ -1,8 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
// 开发环境先不设置 basePath,方便测试
// basePath: '/ai-chat',
// assetPrefix: '/ai-chat/',
// 设置 basePath 和 assetPrefix 以支持子路径部署
basePath: '/ai-chat',
assetPrefix: '/ai-chat',
// 启用严格模式
reactStrictMode: true,