From e6ac2317602592ebf5a4e5beb3322b9f5b12c3de Mon Sep 17 00:00:00 2001 From: OpenIhu Date: Thu, 6 Jan 2022 14:32:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=AB=8B=E5=8D=B3=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E9=93=BE=E6=8E=A5=EF=BC=8C=E7=99=BB=E5=BD=95=E5=89=8D?= =?UTF-8?q?=E5=90=8E=E8=B7=B3=E8=BD=AC=E4=B8=8D=E5=90=8C=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/home.tmpl | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/templates/home.tmpl b/templates/home.tmpl index aa11f992c..3a1cca49e 100755 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -10,7 +10,11 @@

{{.page_description}}

+ {{if .IsSigned}} + {{.page_use}} + {{else}} {{.page_use}} + {{end}}
@@ -137,7 +141,14 @@ {{.page_dev_yunlao_desc3}}
{{.page_dev_yunlao_desc4}}

- {{.page_use}} {{.page_dev_yunlao_apply}} + + {{if .IsSigned}} + {{.page_use}} + {{else}} + {{.page_use}} + {{end}} + + {{.page_dev_yunlao_apply}}