From 1a3996c2eadcbc29ed22e8e093f020344377fe42 Mon Sep 17 00:00:00 2001 From: twosugar Date: Thu, 16 Jul 2026 17:34:14 +0800 Subject: [PATCH 1/2] docs(seo): refine site description to match hero subtitle Rewrite the SEO meta description across en / zh-CN / zh-HK to mirror the NewHomePage hero subtitle wording. Previous phrasing "financial applications" was overly broad and drifted toward generic fintech; the new copy leads with concrete user value (market data / quantitative research / AI-powered analysis) and lists the developer surfaces (OpenAPI, LLM, MCP, CLI) in the same order as the hero. Aligns capitalization to the "OpenAPI" brand token used site-wide. Supersedes the earlier draft that used "AI-driven investment workflows" which was a fabricated coinage not present anywhere else in the codebase. Co-Authored-By: Claude Opus 4.7 --- docs/.vitepress/locales/en/index.ts | 2 +- docs/.vitepress/locales/zh-CN/index.ts | 2 +- docs/.vitepress/locales/zh-HK/index.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vitepress/locales/en/index.ts b/docs/.vitepress/locales/en/index.ts index 259ab6099..2f58c48c7 100644 --- a/docs/.vitepress/locales/en/index.ts +++ b/docs/.vitepress/locales/en/index.ts @@ -20,7 +20,7 @@ export const enConfig: LocaleSpecificConfig = { ], title: 'Longbridge Developers', description: - 'Explore the Longbridge Developers — open APIs, LLM integrations, MCP support, CLI tools, and more to power your financial applications.', + 'Real-time market data, quantitative research, and AI-powered analysis — delivered through OpenAPI, LLM integrations, MCP, and CLI tools for developers worldwide.', themeConfig: { logoLink: logoLink(), nav: nav(), diff --git a/docs/.vitepress/locales/zh-CN/index.ts b/docs/.vitepress/locales/zh-CN/index.ts index 907bc358f..f3b88a6b7 100644 --- a/docs/.vitepress/locales/zh-CN/index.ts +++ b/docs/.vitepress/locales/zh-CN/index.ts @@ -19,7 +19,7 @@ export const zhCNConfig: LocaleSpecificConfig = { ['meta', { property: 'og:site_name', content: 'Longbridge Developers' }], ], title: 'Longbridge Developers', - description: '探索 Longbridge Developers,提供 API、LLM、MCP、CLI 等全方位开发资源,助力构建您的金融应用。', + description: '实时行情、量化研究与 AI 驱动分析 —— 通过 OpenAPI、LLM 集成、MCP 与 CLI 工具,服务全球开发者。', themeConfig: { logoLink: logoLink(), nav: nav('zh-CN'), diff --git a/docs/.vitepress/locales/zh-HK/index.ts b/docs/.vitepress/locales/zh-HK/index.ts index b711a456c..4d07b9024 100644 --- a/docs/.vitepress/locales/zh-HK/index.ts +++ b/docs/.vitepress/locales/zh-HK/index.ts @@ -19,7 +19,7 @@ export const zhHKConfig: LocaleSpecificConfig = { ['meta', { property: 'og:site_name', content: 'Longbridge Developers' }], ], title: 'Longbridge Developers', - description: '探索 Longbridge Developers,提供 API、LLM、MCP、CLI 等全方位開發資源,助力構建您的金融應用。', + description: '即時行情、量化研究與 AI 驅動分析 —— 透過 OpenAPI、LLM 整合、MCP 與 CLI 工具,服務全球開發者。', themeConfig: { logoLink: logoLink(), From 3b95250c43056465ba6dda408bea92b476cb1938 Mon Sep 17 00:00:00 2001 From: twosugar Date: Thu, 16 Jul 2026 17:34:30 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat(analytics):=20wire=20up=20Sensors=20(?= =?UTF-8?q?=E7=A5=9E=E7=AD=96)=20global=20tracking?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Sensors SDK script was already loaded via