From 400d2b5654cdc4362b38406f48c91846457fd298 Mon Sep 17 00:00:00 2001 From: wangjr Date: Fri, 18 Feb 2022 10:37:06 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix-1463=E9=A1=B9=E7=9B=AE=E7=AE=80?= =?UTF-8?q?=E4=BB=8B=E6=9C=AA=E7=99=BB=E5=BD=95=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/repo/home.tmpl | 7 ++++--- web_src/js/components/EditAboutInfo.vue | 19 +++++++++++++++---- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index c9edff0c3..d571f32f8 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -255,9 +255,9 @@ {{end}}
-
-

简介

- +
+

简介

+

{{if .Repository.DescriptionHTML}} {{.Repository.DescriptionHTML}} @@ -356,5 +356,6 @@ // $("#contributorInfo > a:nth-child(n+25)").show(); // }); // }); +console.log("repo-desc::::",document.getElementById("repo-desc").dataset.issigned) {{template "base/footer" .}} diff --git a/web_src/js/components/EditAboutInfo.vue b/web_src/js/components/EditAboutInfo.vue index 425cf4bcc..f9bb872ad 100644 --- a/web_src/js/components/EditAboutInfo.vue +++ b/web_src/js/components/EditAboutInfo.vue @@ -1,7 +1,7 @@