update readme logo

This commit is contained in:
LIlGG
2025-09-29 16:49:09 +08:00
parent c31e366af9
commit 48d81e92bb
8 changed files with 7 additions and 5 deletions

View File

@@ -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>
<p align="center">

View File

@@ -65,8 +65,8 @@ const config = {
navbar: {
logo: {
alt: 'UPage Logo',
src: 'img/logo1.png',
srcDark: 'img/logo2.png',
src: 'img/logo.png',
srcDark: 'img/logo-dark.png',
},
items: [
{

View File

@@ -58,9 +58,9 @@
}
.theme-logo img {
content: url("/img/logo1.png");
content: url("/img/logo.png");
}
[data-theme="dark"] .theme-logo img {
content: url("/img/logo2.png");
content: url("/img/logo-dark.png");
}

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

BIN
public/logo-dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
public/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
public/logo3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB