From c3964b8e35de88a7290044a21c7be2960fa00c87 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Sat, 16 Aug 2025 17:13:51 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E5=B0=8F=E4=BF=AE=E5=B0=8F=E8=A1=A5=20&?= =?UTF-8?q?=20=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pages/productions/[...slug].vue | 36 +++++-------------- app/pages/productions/index.vue | 55 +++++++---------------------- app/types/strapi/common.ts | 41 +++++++++++++++++++++ app/types/strapi/index.ts | 2 ++ app/types/strapi/production.ts | 14 ++++++++ nuxt.config.ts | 4 +++ 6 files changed, 83 insertions(+), 69 deletions(-) create mode 100644 app/types/strapi/common.ts create mode 100644 app/types/strapi/index.ts create mode 100644 app/types/strapi/production.ts diff --git a/app/pages/productions/[...slug].vue b/app/pages/productions/[...slug].vue index 0cb88c1..c142e77 100644 --- a/app/pages/productions/[...slug].vue +++ b/app/pages/productions/[...slug].vue @@ -13,7 +13,7 @@