update pay function

This commit is contained in:
2025-11-22 10:11:36 +08:00
parent 20c6356842
commit 71f3834b79
8 changed files with 560 additions and 304 deletions

View File

@@ -0,0 +1,7 @@
// app/chat/page.tsx - 使用模板的漂亮聊天界面
import GenerateCodePage from "@/templates/GenerateCodePage";
export default function ChatPage() {
// 使用代码生成页面模板(最接近聊天功能)
return <GenerateCodePage />;
}