From 92c5a3baab7f4eb77d4cdd2f30a439009f5ab429 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Mon, 15 Sep 2025 17:02:04 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 根据ESLint文件规范格式化app文件夹中的代码 --- app/app.vue | 13 +- app/components/DocumentList.vue | 96 +++++---- app/components/JinshenFooter.vue | 73 ++++--- app/components/JinshenHeader.vue | 233 ++++++++++++---------- app/components/MarkdownRenderer.vue | 13 +- app/components/ProductionCard.vue | 99 +++++----- app/components/QuestionList.vue | 67 +++---- app/components/SolutionCard.vue | 98 +++++----- app/components/SpecTable.vue | 55 +++--- app/components/SupportTabs.vue | 87 ++++---- app/composables/useLocalizations.ts | 57 +++--- app/layouts/default.vue | 44 ++--- app/pages/[...all].vue | 18 +- app/pages/about/index.vue | 160 +++++++-------- app/pages/index.vue | 165 ++++++++++------ app/pages/productions/[...slug].vue | 141 ++++++++----- app/pages/productions/index.vue | 211 ++++++++++---------- app/pages/solutions/[...slug].vue | 170 ++++++++-------- app/pages/solutions/index.vue | 203 ++++++++++--------- app/pages/support/contact-us.vue | 124 ++++++------ app/pages/support/documents.vue | 117 +++++------ app/pages/support/faq.vue | 101 +++++----- app/pages/support/index.vue | 294 ++++++++++++++-------------- app/types/strapi/common.ts | 72 +++---- app/types/strapi/index.ts | 10 +- app/types/strapi/production.ts | 46 +++-- app/types/strapi/question.ts | 8 +- app/types/strapi/singleTypes.ts | 12 +- app/types/strapi/solution.ts | 16 +- app/utils/file.ts | 16 +- app/utils/markdown.ts | 44 ++--- 31 files changed, 1542 insertions(+), 1321 deletions(-) diff --git a/app/app.vue b/app/app.vue index 45bc0da..a45597f 100644 --- a/app/app.vue +++ b/app/app.vue @@ -9,7 +9,7 @@ \ No newline at end of file + diff --git a/app/components/DocumentList.vue b/app/components/DocumentList.vue index 26487e5..68f6ec6 100644 --- a/app/components/DocumentList.vue +++ b/app/components/DocumentList.vue @@ -1,65 +1,75 @@ \ No newline at end of file + diff --git a/app/components/JinshenFooter.vue b/app/components/JinshenFooter.vue index d065f20..39bd602 100644 --- a/app/components/JinshenFooter.vue +++ b/app/components/JinshenFooter.vue @@ -5,55 +5,63 @@