update pay function
This commit is contained in:
7
src/views/AgentChat/neuratalk/app/chat/page.tsx
Normal file
7
src/views/AgentChat/neuratalk/app/chat/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
// app/chat/page.tsx - 使用模板的漂亮聊天界面
|
||||
import GenerateCodePage from "@/templates/GenerateCodePage";
|
||||
|
||||
export default function ChatPage() {
|
||||
// 使用代码生成页面模板(最接近聊天功能)
|
||||
return <GenerateCodePage />;
|
||||
}
|
||||
Reference in New Issue
Block a user