From 9f2242b6f7c76384d6a4cc12798331773b0ea5e3 Mon Sep 17 00:00:00 2001 From: kercylan98 Date: Mon, 10 Jul 2023 11:53:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=20Go=20=E4=BB=A3=E7=A0=81=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- planner/configexport/internal/template.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/planner/configexport/internal/template.go b/planner/configexport/internal/template.go index f63386d..a332fff 100644 --- a/planner/configexport/internal/template.go +++ b/planner/configexport/internal/template.go @@ -45,8 +45,9 @@ var full map[string]any var ( {{range $index, $config := .Configs}} - // {{$config.Name}} {{$config.DisplayName}} + // {{$config.Name}}Sign {{$config.DisplayName}}签名 {{$config.Name}}Sign = "{{$config.Name}}" + // {{$config.Name}} {{$config.DisplayName}} {{$config.Name}} {{$config.GetVariable}} _{{$config.Name}} {{$config.GetVariable}} {{end}}