From f39f46bfbf00689e7bd1e7b1a2e961ff7fd3ae91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= <lxh@cxh.cn> Date: Wed, 19 Jun 2024 14:21:07 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E9=A1=B5=E9=9D=A2=E7=BE=8E=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/group.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/group.html b/views/group.html index 6193431f..add70ccf 100644 --- a/views/group.html +++ b/views/group.html @@ -119,7 +119,7 @@ </div> <!-- 指令 --> <div class="flex justify-between gap-x-4 py-3 items-center"> - <dt class="text-gray-500">迎新</dt> + <dt class="text-gray-500">指令</dt> <dd class="flex items-start gap-x-2"> {{ template "command" . }} </dd>