fix: 样式修改

This commit is contained in:
2025-09-07 23:21:41 -07:00
parent 57173a0221
commit 5dde8bd718
13 changed files with 80 additions and 15 deletions
@@ -64,7 +64,7 @@ export default function Page() {
</p>
<p className='flex justify-between text-base font-medium text-[#225BA9]'>
<span> {user?.refer_code}</span>
<CopyShortenedLink className={'sm:block'} />
<CopyShortenedLink />
</p>
</div>
</div>
+1 -1
View File
@@ -1,5 +1,5 @@
// 你的后端 API 密钥,请确保将其存储在 .env.local 文件中
const BACKEND_API_KEY = 'Q4PuYh7J2H_DlW2X4XUrwYV-yaKty8dw0dwP4LXM';
const BACKEND_API_KEY = 'NYTOohHPXUaRye4VylNYLyOBTCzwb1tDPt82fXT9';
import { NextResponse } from 'next/server';
export async function POST(request: Request) {