fix: changed notice always display

This commit is contained in:
jialin
2026-06-11 20:02:27 +08:00
committed by jialin
parent a7b33a928b
commit 77e92432ed
4 changed files with 5 additions and 8 deletions
+2
View File
@@ -5,6 +5,8 @@ export default (api: IApi) => {
const info = JSON.parse(process.env.VERSION || '{}');
const env = process.env.NODE_ENV;
$('html').attr('lang', 'en');
$('html').attr('data-env', env);
$('html').attr(