diff --git a/index.html b/index.html
index 9a6ce0d..8f60d40 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
-
+
%VITE_GLOB_APP_TITLE%
diff --git a/public/favicon.svg b/public/favicon.svg
new file mode 100644
index 0000000..955c07a
Binary files /dev/null and b/public/favicon.svg differ
diff --git a/src/views/task/components/DailyTask/index.d.ts b/src/views/task/components/DailyTask/index.d.ts
deleted file mode 100644
index 65e86b9..0000000
--- a/src/views/task/components/DailyTask/index.d.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-export interface TaskType {
- name: string
- points: number
- status: number
- id: string
-}
diff --git a/src/views/task/components/DailyTask/index.vue b/src/views/task/components/DailyTask/index.vue
index 927e365..5b2cc31 100644
--- a/src/views/task/components/DailyTask/index.vue
+++ b/src/views/task/components/DailyTask/index.vue
@@ -1,7 +1,7 @@