diff --git a/index.html b/index.html
index 03b1b6c..f9a13f9 100644
--- a/index.html
+++ b/index.html
@@ -3,6 +3,8 @@
+
+
Chat One Web
diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png
new file mode 100644
index 0000000..354b493
Binary files /dev/null and b/public/apple-touch-icon.png differ
diff --git a/public/favicon.png b/public/favicon.png
new file mode 100644
index 0000000..0a7d39f
Binary files /dev/null and b/public/favicon.png differ
diff --git a/public/logo.png b/public/logo.png
new file mode 100644
index 0000000..f0d73ed
Binary files /dev/null and b/public/logo.png differ
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 34e6e12..9150de2 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -134,10 +134,20 @@ export default function HomePage() {
theme="light"
className="!bg-[var(--ds-bg-sider)] !border-r !border-[var(--ds-border)]"
>
-
-
- {collapsed ? "CO" : "ChatOne"}
-
+
+

+ {!collapsed && (
+
+ ChatOne
+
+ )}
{sidebarContent}
@@ -166,6 +176,14 @@ export default function HomePage() {
else setCollapsed((v) => !v);
}}
/>
+
国内前端主流 CI 工具