mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-04-30 19:45:20 +08:00
可以设置管理界面和用户界面的浏览器图标和Logo
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
<html lang="zh">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
{$if eq .faviconFileId 0}
|
||||
<link rel="shortcut icon" href="/images/favicon.png"/>
|
||||
{$else}
|
||||
<link rel="shortcut icon" href="/ui/image/{$ .faviconFileId}"/>
|
||||
{$end}
|
||||
<title>登录{$.systemName}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
|
||||
{$TEA.VUE}
|
||||
|
||||
Reference in New Issue
Block a user