lxweb/docs/chapter09/Favicon.md

15 lines
484 B
Markdown
Raw Normal View History

2025-04-22 17:15:27 +08:00
<div style="display: flex;">
<img src="http://121.8.219.2:18887/logo.png" height="30" />
<div style="margin-left: 5px; font-size: 30px; line-height: 30px; font-weight: bold;">梦想家内容管理系统</div>
</div>
----------
### 问站点中如何修改浏览器标题栏中的Favicon图标
可以通过以下目录进行替换文件
```shell
# Favicon图标所在目录
/src/main/resources/static/resource/icon/
```
替换后需要重启服务,并清除所有缓存。