mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-06 21:50:05 +00:00
🔖 dashboard v0.13.3 improve l10n
This commit is contained in:
2
resource/template/theme-mdui/home.html
vendored
2
resource/template/theme-mdui/home.html
vendored
@@ -1,6 +1,6 @@
|
||||
{{define "theme-mdui/home"}}
|
||||
<!doctype html>
|
||||
<html lang="zh-CN">
|
||||
<html lang="{{.Conf.Language}}">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
2
resource/template/theme-mdui/service.html
vendored
2
resource/template/theme-mdui/service.html
vendored
@@ -1,6 +1,6 @@
|
||||
{{define "theme-mdui/service"}}
|
||||
<!doctype html>
|
||||
<html lang="zh-CN">
|
||||
<html lang="{{.Conf.Language}}">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{{define "theme-mdui/viewpassword"}}
|
||||
<!doctype html>
|
||||
<html lang="zh-CN">
|
||||
<html lang="{{.Conf.Language}}">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
Reference in New Issue
Block a user