From 90b8a85bb4818321ac57108482eda2e2cecd6de1 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Tue, 10 Feb 2026 07:28:55 +0800 Subject: [PATCH] feat: Switch XScopeHub and XCloudFlow to asia-northeast1 --- src/app/services/page.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 0c5b236..70eef2d 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -279,10 +279,20 @@ export default function ServicesPage() { description: isChinese ? "模块化 MCP 服务驱动的可观测性中心。" : "Modular MCP server powering observability hub.", - href: "https://x-scope-hub-svc-plus-266500572462.us-central1.run.app", + href: "https://x-scope-hub-svc-plus-266500572462.asia-northeast1.run.app", icon: Database, external: true, }, + { + key: "x-cloud-flow", + name: isChinese ? "XCloudFlow" : "XCloudFlow", + description: isChinese + ? "多云基础设施、配置编排与边缘执行流水线。" + : "Multi-cloud infrastructure and edge execution flow.", + href: "https://x-cloud-flow-svc-plus-266500572462.asia-northeast1.run.app", + icon: Network, + external: true, + }, { key: "moltbot", name: isChinese ? "Moltbot 服务" : "Moltbot Service",