From ede6eec78b163b244d43967b80791fc547c0cac6 Mon Sep 17 00:00:00 2001 From: wangqiao Date: Fri, 29 Aug 2025 22:07:46 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=87=8D=E6=9E=84=E6=96=87?= =?UTF-8?q?=E6=9C=AC=E9=A1=B5=E9=9D=A2=E7=BB=84=E4=BB=B6=E5=92=8C=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=8E=B7=E5=8F=96=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../text-components}/FeaturedSpecials.vue | 0 .../text-components}/RecommendedColumnsV2.vue | 14 +- .../[pageSize]/[[editions]]/[[source]].vue | 125 ++++++++++++++++++ pages/text/index.vue | 81 +++++++----- 4 files changed, 182 insertions(+), 38 deletions(-) rename {pages/text/components => components/text-components}/FeaturedSpecials.vue (100%) rename {pages/text/components => components/text-components}/RecommendedColumnsV2.vue (70%) create mode 100644 pages/text/[projectType]/[pageNo]/[pageSize]/[[editions]]/[[source]].vue diff --git a/pages/text/components/FeaturedSpecials.vue b/components/text-components/FeaturedSpecials.vue similarity index 100% rename from pages/text/components/FeaturedSpecials.vue rename to components/text-components/FeaturedSpecials.vue diff --git a/pages/text/components/RecommendedColumnsV2.vue b/components/text-components/RecommendedColumnsV2.vue similarity index 70% rename from pages/text/components/RecommendedColumnsV2.vue rename to components/text-components/RecommendedColumnsV2.vue index 5e9dab8..45333dd 100644 --- a/pages/text/components/RecommendedColumnsV2.vue +++ b/components/text-components/RecommendedColumnsV2.vue @@ -1,13 +1,13 @@