可以设置管理界面和用户界面的浏览器图标和Logo

This commit is contained in:
GoEdgeLab
2021-02-25 20:54:30 +08:00
parent 0d2b5d33fa
commit 6b132482ca
11 changed files with 344 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ func (this *IndexAction) RunGet(params struct {
} else {
this.Data["version"] = teaconst.Version
}
this.Data["faviconFileId"] = config.FaviconFileId
this.Show()
}