From 58974bf775cc94fb7ba8eeccf420331bc024c458 Mon Sep 17 00:00:00 2001 From: Jiang Bohan Date: Thu, 16 Apr 2026 19:13:15 +0800 Subject: [PATCH] docs: swap desktop download with workspace URL refactor in v0.2.1 --- apps/web/features/landing/i18n/en.ts | 2 +- apps/web/features/landing/i18n/zh.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/features/landing/i18n/en.ts b/apps/web/features/landing/i18n/en.ts index 1019c7997..93c44c3ec 100644 --- a/apps/web/features/landing/i18n/en.ts +++ b/apps/web/features/landing/i18n/en.ts @@ -288,7 +288,7 @@ export const en: LandingDict = { "GitHub Copilot CLI runtime support", "Cursor Agent CLI runtime support", "Pi agent runtime support", - "Desktop app download entry on the landing page", + "Workspace URL refactor — slug-first routing (`/{slug}/issues`) with legacy URL redirects", ], fixes: [ "Codex threads resume across tasks on the same issue", diff --git a/apps/web/features/landing/i18n/zh.ts b/apps/web/features/landing/i18n/zh.ts index 5f5a1b460..c73fb0193 100644 --- a/apps/web/features/landing/i18n/zh.ts +++ b/apps/web/features/landing/i18n/zh.ts @@ -288,7 +288,7 @@ export const zh: LandingDict = { "支持 GitHub Copilot CLI 运行时", "支持 Cursor Agent CLI 运行时", "支持 Pi Agent 运行时", - "官网新增桌面应用下载入口", + "工作区 URL 改造——slug 优先路由(`/{slug}/issues`),旧链接自动重定向", ], fixes: [ "Codex 同一 Issue 下跨任务恢复会话线程",