From 1b581d5d6ff74fe2e1967eb587d2b2879041c5e5 Mon Sep 17 00:00:00 2001 From: longjuan <769022681@qq.com> Date: Mon, 19 Jun 2023 09:30:10 +0800 Subject: [PATCH] perf: remove html lang attribute in console (#4085) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind improvement /area console #### What this PR does / why we need it: 去除`index.html`的`lang`属性以避免console端出现翻译提示 #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/3692 #### Special notes for your reviewer: #### Does this PR introduce a user-facing change? ```release-note 避免 Console 端出现翻译提示 ``` --- console/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/index.html b/console/index.html index 658eccf9d..12448725c 100644 --- a/console/index.html +++ b/console/index.html @@ -1,5 +1,5 @@ - +