From 8bfa866c43e7b26ae644d0f921a34923134b5ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E6=B0=91=E5=BA=B7?= Date: Sat, 15 Mar 2025 17:25:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=BF=A1=E6=81=AF=E5=AE=9E?= =?UTF-8?q?=E4=BD=93=E6=B7=BB=E5=8A=A0=E5=AE=8C=E6=95=B4=E6=80=A7=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E8=AF=A6=E6=83=85=E5=BC=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/jyh.scss | 5 ++ src/views/Jyh/Version/Detail/VersionInfo.vue | 59 +++++++++++++++++++- 2 files changed, 62 insertions(+), 2 deletions(-) diff --git a/src/assets/css/jyh.scss b/src/assets/css/jyh.scss index 0cbae40..2d3f4c2 100644 --- a/src/assets/css/jyh.scss +++ b/src/assets/css/jyh.scss @@ -272,3 +272,8 @@ .yellow-status:before { background-color: #FAC20A !important; } + +.devui-modal__header { + //padding: 14px 24px; + height: auto!important; +} diff --git a/src/views/Jyh/Version/Detail/VersionInfo.vue b/src/views/Jyh/Version/Detail/VersionInfo.vue index c68bc72..31909d6 100644 --- a/src/views/Jyh/Version/Detail/VersionInfo.vue +++ b/src/views/Jyh/Version/Detail/VersionInfo.vue @@ -45,7 +45,7 @@ 漏洞数量 - 9 + 9 @@ -142,7 +142,7 @@ @@ -201,6 +201,60 @@ + + + + + + 社区哈希类型 + sha512 + + + + + 社区哈希值 + 23u4guj2i3hni32h2o34io234 + + + + + 社区签名校验结果 + 通过 + + + + + 社区签名 + 确认无社区签名 + + + + + 社区签名下载地址 + 确认无社区签名 + + + + + 社区公钥 + 确认无社区签名 + + + + + 社区公钥下载地址 + 确认无社区签名 + + + + + @@ -219,6 +273,7 @@ const handleTabChange = (tabName) => { const licenseTableData = ref([{code: '05822156', name:'MIT License',detail: 'integer'}]); const CopyrightTableData = ref([{code: '05822156',detail: 'integer'}]); +const visible = ref(false); const router = useRouter();