This commit is contained in:
parent
d28c8f9023
commit
2644080a5c
|
|
@ -36,6 +36,7 @@ export async function GET() {
|
||||||
return NextResponse.json({
|
return NextResponse.json({
|
||||||
status: 'ok',
|
status: 'ok',
|
||||||
ip,
|
ip,
|
||||||
version: '1.0.0', // ✅ 新增版本号字段
|
version: '1.0.1', // ✅ 新增版本号字段
|
||||||
|
name: 'cradle',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue