Skip to content

Commit 32ac36d

Browse files
committed
更新Logo
1 parent db20e32 commit 32ac36d

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[中文](README.zh-CN.md) | [English](README.md)
44

55
<div align="center">
6-
<img src="https://github.com/user-attachments/assets/f91e3fe7-ef4d-4cfb-8b57-36eb1c449238" alt="KoalaWiki Logo" width="200" />
6+
<img src="/favicon.png" alt="OpenDeepWiki Logo" width="200" />
77
<h3>AI-Driven Code Knowledge Base</h3>
88
</div>
99

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[中文](README.zh-CN.md) | [English](README.md)
44

55
<div align="center">
6-
<img src="https://github.com/user-attachments/assets/f91e3fe7-ef4d-4cfb-8b57-36eb1c449238" alt="KoalaWiki Logo" width="200" />
6+
<img src="/favicon.png" alt="OpenDeepWiki Logo" width="200" />
77
<h3>AI驱动的代码知识库</h3>
88
</div>
99

img/favicon.png

1.47 MB
Loading

web/app/components/HomeClient.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ export default function HomeClient({ initialRepositories, initialTotal, initialP
373373
<Card style={{ ...cardStyle, padding: 32, textAlign: 'center' }}>
374374
<Empty
375375
image={Empty.PRESENTED_IMAGE_SIMPLE}
376-
imageStyle={{ height: 60 }}
377376
description={
378377
<Typography.Text style={{ color: customTheme.token.colorTextSecondary, fontSize: 15 }}>
379378
{searchValue ? `没有找到与"${searchValue}"相关的仓库` : "暂无仓库数据"}

web/app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export default function RootLayout({
7373
<head>
7474
<meta name="msvalidate.01" content="61D1D1BFCB7FDB548E411C30FC69B058" />
7575
<meta name="baidu-site-verification" content="44a79feb3bf1e77660bdbc00e1808896" />
76+
<link rel="icon" href="/favicon.ico" />
7677
<Script >
7778
{`
7879
var _hmt = _hmt || [];

web/public/favicon.ico

4.75 KB
Binary file not shown.

web/public/favicon.png

1.47 MB
Loading

0 commit comments

Comments
 (0)