update readme logo
@@ -1,4 +1,6 @@
|
|||||||
<h1 align="center">UPage</h1>
|
<p align="center">
|
||||||
|
<img alt="UPage 主界面" src="./public/logo.png" style="width: 240px; height: auto;" />
|
||||||
|
</p>
|
||||||
<h3 align="center">基于大模型的可视化网页构建平台</h3>
|
<h3 align="center">基于大模型的可视化网页构建平台</h3>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
|||||||
@@ -65,8 +65,8 @@ const config = {
|
|||||||
navbar: {
|
navbar: {
|
||||||
logo: {
|
logo: {
|
||||||
alt: 'UPage Logo',
|
alt: 'UPage Logo',
|
||||||
src: 'img/logo1.png',
|
src: 'img/logo.png',
|
||||||
srcDark: 'img/logo2.png',
|
srcDark: 'img/logo-dark.png',
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -58,9 +58,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.theme-logo img {
|
.theme-logo img {
|
||||||
content: url("/img/logo1.png");
|
content: url("/img/logo.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-theme="dark"] .theme-logo img {
|
[data-theme="dark"] .theme-logo img {
|
||||||
content: url("/img/logo2.png");
|
content: url("/img/logo-dark.png");
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
BIN
public/logo-dark.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
public/logo.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
public/logo3.png
Normal file
|
After Width: | Height: | Size: 26 KiB |