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 @@