From d01230c17b51305721ba9e0ce7c8b9ab3d49a542 Mon Sep 17 00:00:00 2001 From: takusea Date: Wed, 7 Feb 2024 22:00:41 +0900 Subject: [PATCH] =?UTF-8?q?=E9=9F=B3=E5=A3=B0=E3=83=A9=E3=82=A4=E3=83=96?= =?UTF-8?q?=E3=83=A9=E3=83=AA=E3=81=AE=E5=88=A9=E7=94=A8=E8=A6=8F=E7=B4=84?= =?UTF-8?q?=E3=82=BB=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3=E3=82=92=E6=96=B0?= =?UTF-8?q?=E3=81=97=E3=81=84=E3=83=87=E3=82=B6=E3=82=A4=E3=83=B3=E3=81=B8?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/help/HelpDialog.vue | 2 +- .../HelpLibraryPolicySection.vue} | 131 ++++++++++-------- 2 files changed, 78 insertions(+), 55 deletions(-) rename src/components/{help/LibraryPolicy.vue => template/HelpLibraryPolicySection.vue} (51%) diff --git a/src/components/help/HelpDialog.vue b/src/components/help/HelpDialog.vue index e9cff56340..a3a581463f 100644 --- a/src/components/help/HelpDialog.vue +++ b/src/components/help/HelpDialog.vue @@ -93,7 +93,7 @@ import UpdateInfo from "../template/HelpUpdateInfoSection.vue"; import OssCommunityInfo from "../template/HelpOssCommunityInfoSection.vue"; import QAndA from "../template/HelpQAndASection.vue"; import ContactInfo from "../template/HelpContactInfoSection.vue"; -import LibraryPolicy from "./LibraryPolicy.vue"; +import LibraryPolicy from "../template/HelpLibraryPolicySection.vue"; import { UpdateInfo as UpdateInfoObject } from "@/type/preload"; import { useStore } from "@/store"; import { useFetchNewUpdateInfos } from "@/composables/useFetchNewUpdateInfos"; diff --git a/src/components/help/LibraryPolicy.vue b/src/components/template/HelpLibraryPolicySection.vue similarity index 51% rename from src/components/help/LibraryPolicy.vue rename to src/components/template/HelpLibraryPolicySection.vue index ca8a4c4b51..583f8958c9 100644 --- a/src/components/help/LibraryPolicy.vue +++ b/src/components/template/HelpLibraryPolicySection.vue @@ -1,31 +1,26 @@