From 20550558b8a56f48bc065e9e15b5ec4a5fa3c856 Mon Sep 17 00:00:00 2001 From: zhangxiang Date: Fri, 31 Jul 2026 21:47:47 +0800 Subject: [PATCH] chore: archive 8 legacy component versions to _archive/ Archive old component versions no longer in use: - home-content.tsx (orphan, superseded by v14) - solution-detail-content-v1/v2 (superseded by v3) - service-detail-content-v1/v2/v3 (superseded by v4) - news-detail-content-v1/v2 (superseded by v3) All pages verified to use CMS data layer: home, products, solutions, services, cases, news, about, team, contact Quality gates: type-check, 992 tests, coverage all passing. --- src/app/(marketing)/{ => _archive}/home-content.tsx | 0 src/app/(marketing)/{news => _archive}/news-detail-content-v1.tsx | 0 src/app/(marketing)/{news => _archive}/news-detail-content-v2.tsx | 0 .../{services => _archive}/service-detail-content-v1.tsx | 0 .../{services => _archive}/service-detail-content-v2.tsx | 0 .../{services => _archive}/service-detail-content-v3.tsx | 0 .../{solutions => _archive}/solution-detail-content-v1.tsx | 0 .../{solutions => _archive}/solution-detail-content-v2.tsx | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename src/app/(marketing)/{ => _archive}/home-content.tsx (100%) rename src/app/(marketing)/{news => _archive}/news-detail-content-v1.tsx (100%) rename src/app/(marketing)/{news => _archive}/news-detail-content-v2.tsx (100%) rename src/app/(marketing)/{services => _archive}/service-detail-content-v1.tsx (100%) rename src/app/(marketing)/{services => _archive}/service-detail-content-v2.tsx (100%) rename src/app/(marketing)/{services => _archive}/service-detail-content-v3.tsx (100%) rename src/app/(marketing)/{solutions => _archive}/solution-detail-content-v1.tsx (100%) rename src/app/(marketing)/{solutions => _archive}/solution-detail-content-v2.tsx (100%) diff --git a/src/app/(marketing)/home-content.tsx b/src/app/(marketing)/_archive/home-content.tsx similarity index 100% rename from src/app/(marketing)/home-content.tsx rename to src/app/(marketing)/_archive/home-content.tsx diff --git a/src/app/(marketing)/news/news-detail-content-v1.tsx b/src/app/(marketing)/_archive/news-detail-content-v1.tsx similarity index 100% rename from src/app/(marketing)/news/news-detail-content-v1.tsx rename to src/app/(marketing)/_archive/news-detail-content-v1.tsx diff --git a/src/app/(marketing)/news/news-detail-content-v2.tsx b/src/app/(marketing)/_archive/news-detail-content-v2.tsx similarity index 100% rename from src/app/(marketing)/news/news-detail-content-v2.tsx rename to src/app/(marketing)/_archive/news-detail-content-v2.tsx diff --git a/src/app/(marketing)/services/service-detail-content-v1.tsx b/src/app/(marketing)/_archive/service-detail-content-v1.tsx similarity index 100% rename from src/app/(marketing)/services/service-detail-content-v1.tsx rename to src/app/(marketing)/_archive/service-detail-content-v1.tsx diff --git a/src/app/(marketing)/services/service-detail-content-v2.tsx b/src/app/(marketing)/_archive/service-detail-content-v2.tsx similarity index 100% rename from src/app/(marketing)/services/service-detail-content-v2.tsx rename to src/app/(marketing)/_archive/service-detail-content-v2.tsx diff --git a/src/app/(marketing)/services/service-detail-content-v3.tsx b/src/app/(marketing)/_archive/service-detail-content-v3.tsx similarity index 100% rename from src/app/(marketing)/services/service-detail-content-v3.tsx rename to src/app/(marketing)/_archive/service-detail-content-v3.tsx diff --git a/src/app/(marketing)/solutions/solution-detail-content-v1.tsx b/src/app/(marketing)/_archive/solution-detail-content-v1.tsx similarity index 100% rename from src/app/(marketing)/solutions/solution-detail-content-v1.tsx rename to src/app/(marketing)/_archive/solution-detail-content-v1.tsx diff --git a/src/app/(marketing)/solutions/solution-detail-content-v2.tsx b/src/app/(marketing)/_archive/solution-detail-content-v2.tsx similarity index 100% rename from src/app/(marketing)/solutions/solution-detail-content-v2.tsx rename to src/app/(marketing)/_archive/solution-detail-content-v2.tsx