From 8b2eb73c23704319c7439340a4fd58ab91e0492f Mon Sep 17 00:00:00 2001 From: zouap Date: Wed, 5 Jan 2022 17:19:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- routers/home.go | 1 + 1 file changed, 1 insertion(+) diff --git a/routers/home.go b/routers/home.go index 9f5d44937..24de1a10c 100755 --- a/routers/home.go +++ b/routers/home.go @@ -87,6 +87,7 @@ func setRecommendURL(ctx *context.Context) { ctx.Data["page_dev_yunlao_desc2"] = ctx.Tr("home.page_dev_yunlao_desc2") ctx.Data["page_dev_yunlao_desc3"] = ctx.Tr("home.page_dev_yunlao_desc3") ctx.Data["page_dev_yunlao_desc4"] = ctx.Tr("home.page_dev_yunlao_desc4") + ctx.Data["page_dev_yunlao_apply"] = ctx.Tr("home.page_dev_yunlao_apply") } func Dashboard(ctx *context.Context) {