diff --git a/src/layout/index.vue b/src/layout/index.vue
index f89f0a5..d686368 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -25,13 +25,13 @@
-
+
{{ $t("userModel.title") }}
-
+
{{ $t("voiceModel.title") }}
diff --git a/src/types/components.d.ts b/src/types/components.d.ts
index 0c2c036..8bef11d 100644
--- a/src/types/components.d.ts
+++ b/src/types/components.d.ts
@@ -41,7 +41,9 @@ declare module '@vue/runtime-core' {
IEpLoading: typeof import('~icons/ep/loading')['default']
IEpLock: typeof import('~icons/ep/lock')['default']
IEpMenu: typeof import('~icons/ep/menu')['default']
+ IEpPhone: typeof import('~icons/ep/phone')['default']
IEpSearch: typeof import('~icons/ep/search')['default']
+ IEpUser: typeof import('~icons/ep/user')['default']
IEpVideoPlay: typeof import('~icons/ep/video-play')['default']
LangSelect: typeof import('./../components/LangSelect/index.vue')['default']
MultiUpload: typeof import('./../components/Upload/MultiUpload.vue')['default']