update pay function

This commit is contained in:
2025-11-22 10:37:15 +08:00
parent f05facdf50
commit b424c24488
7 changed files with 450 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
// app/ai-chat/test-auth/page.tsx
import TestAuth from '../generate-code/test-auth';
export default function TestAuthPage() {
return <TestAuth />;
}