We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 807c2df + 907e845 commit f45a028Copy full SHA for f45a028
2 files changed
sdcard/web/apple-touch-icon.png
13.7 KB
sdcard/web/index.htm
@@ -4,6 +4,10 @@
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<title>RM - 01 监控面板</title>
7
+ <meta name="apple-mobile-web-app-capable" content="yes">
8
+ <meta name="apple-mobile-web-app-status-bar-style" content="black">
9
+ <meta name="apple-mobile-web-app-title" content="RM - 01 监控面板">
10
+ <link rel="apple-touch-icon" href="apple-touch-icon.png">
11
<link rel="icon" href="favicon.ico" type="image/x-icon">
12
<link rel="icon" href="favicon.png" type="image/png">
13
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
0 commit comments