lxweb/docs/chapter09/Favicon.md
2025-04-22 17:21:18 +08:00

15 lines
484 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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/
```
替换后需要重启服务,并清除所有缓存。