This commit is contained in:
hailin 2025-07-05 17:09:09 +08:00
parent d28c8f9023
commit 2644080a5c
1 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ export async function GET() {
return NextResponse.json({
status: 'ok',
ip,
version: '1.0.0', // ✅ 新增版本号字段
version: '1.0.1', // ✅ 新增版本号字段
name: 'cradle',
})
}