From 683d837d2077f95f1082c4dfdf6f8db16fcb90d9 Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 5 Aug 2021 16:45:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=92=E4=BB=B6=E9=85=8D=E7=BD=AE=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=AF=86=E7=A0=81=E7=B1=BB=E5=9E=8B=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/view/addon/config.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/admin/view/addon/config.html b/application/admin/view/addon/config.html index ca91c775e..2ea47f398 100644 --- a/application/admin/view/addon/config.html +++ b/application/admin/view/addon/config.html @@ -23,6 +23,9 @@ {case string} {/case} + {case password} + + {/case} {case text} {/case} -- Gitee