diff --git a/index.html b/index.html
index a16cb6b..4474bfe 100644
--- a/index.html
+++ b/index.html
@@ -1,10 +1,10 @@
-
+
-
+
- client
+ 掐日子 - AI 纪念日提醒
diff --git a/public/favicon.png b/public/favicon.png
new file mode 100644
index 0000000..e09a651
Binary files /dev/null and b/public/favicon.png differ
diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 9134ae2..a8e4222 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -26,6 +26,7 @@ import { AnniversaryList } from '../components/anniversary/AnniversaryList';
import { ReminderList } from '../components/reminder/ReminderList';
import { NoteEditor } from '../components/note/NoteEditor';
import { FloatingAIChat } from '../components/ai/FloatingAIChat';
+import appIcon from '../assets/icon.png';
import type { Event, EventType, RepeatType, PriorityType } from '../types';
import { calculateNextReminderDate, getReminderOptions, getDefaultReminderValue, calculateReminderTimes, getReminderValueFromTimes, formatReminderTimeDisplay } from '../utils/repeatCalculator';
@@ -307,17 +308,28 @@ export function HomePage() {
{/* Header */}
-
- 掐日子
-
+
+
+
+ 掐日子
+
+
{/* 设置入口 */}