update pay function

This commit is contained in:
2025-11-22 10:11:36 +08:00
parent 97849a4921
commit 8c321e1634
8 changed files with 560 additions and 304 deletions

View File

@@ -0,0 +1,6 @@
// app/ai-chat/generate-code/page.tsx - MCP 集成的代码生成页面
import MCPGenerateCodePage from "@/templates/GenerateCodePage/MCPIntegrated";
export default function Page() {
return <MCPGenerateCodePage />;
}