mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 20:50:06 +00:00
Default主题fixbug (#421)
* default主题fixbug 1.补上误删的网页title 2.修复network页纵坐标数值显示不全 3.修复network,多个legend导致的遮挡主图表问题 * fix * fix * fix * fix * fix * fix
This commit is contained in:
2
resource/template/theme-default/header.html
vendored
2
resource/template/theme-default/header.html
vendored
@@ -3,11 +3,13 @@
|
||||
<html lang="{{.Conf.Language}}">
|
||||
|
||||
<head>
|
||||
<title>{{ .Title }}</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<meta content="telephone=no" name="format-detection">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
{{ if eq .Conf.Language "zh-CN" }}
|
||||
<link rel="manifest" href="/static/manifest-zh-CN.json?v20240905" />
|
||||
|
||||
Reference in New Issue
Block a user