From 49116595dc420fc1f1e30635fee1dc0f5fec467f Mon Sep 17 00:00:00 2001 From: LIlGG <1103069291@qq.com> Date: Mon, 29 Sep 2025 17:50:01 +0800 Subject: [PATCH] release: Release v1.0.0 version --- app/components/upage/Brand.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/upage/Brand.tsx b/app/components/upage/Brand.tsx index 251ca89..8384aa4 100644 --- a/app/components/upage/Brand.tsx +++ b/app/components/upage/Brand.tsx @@ -87,7 +87,7 @@ export function UPageBrand() { ripple.remove(); }, 600); - window.open('https://upage.ai', '_blank'); + window.open('https://docs.upage.ai', '_blank'); }); } });