diff --git a/README.md b/README.md index 1b86b3b..4384c8f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# LumenIM - 在线即时通讯应用 +# IM - 在线即时通讯应用 -LumenIM 是一个基于 Vue 3 开发的现代化在线即时通讯应用,提供实时聊天、消息管理、笔记等功能。 +IM 是一个基于 Vue 3 开发的现代化在线即时通讯应用,提供实时聊天、消息管理、笔记等功能。 ## 功能特性 @@ -101,4 +101,4 @@ src/ ## 许可证 -Copyright © 2023 LumenIM +Copyright © 2023 IM diff --git a/components.d.ts b/components.d.ts index 9a2dacb..ca374cd 100644 --- a/components.d.ts +++ b/components.d.ts @@ -52,6 +52,7 @@ declare module 'vue' { NAvatar: typeof import('naive-ui')['NAvatar'] NButton: typeof import('naive-ui')['NButton'] NCheckbox: typeof import('naive-ui')['NCheckbox'] + NDropdown: typeof import('naive-ui')['NDropdown'] NEmpty: typeof import('naive-ui')['NEmpty'] NIcon: typeof import('naive-ui')['NIcon'] NImage: typeof import('naive-ui')['NImage'] @@ -68,7 +69,6 @@ declare module 'vue' { RevokeMessage: typeof import('./src/components/talk/message/RevokeMessage.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] - SearchByCondition: typeof import('./src/components/search/searchByCondition.vue')['default'] SearchItem: typeof import('./src/components/search/searchItem.vue')['default'] SearchList: typeof import('./src/components/search/searchList.vue')['default'] SysGroupAdminMessage: typeof import('./src/components/talk/message/system/SysGroupAdminMessage.vue')['default'] diff --git a/env/.env.test b/env/.env.test index 7157087..6abdb34 100644 --- a/env/.env.test +++ b/env/.env.test @@ -2,9 +2,7 @@ ENV = 'development' VITE_BASE=/ VUE_APP_PREVIEW=false -VITE_BASE_API=http://172.16.100.93:8503 -# VITE_BASE_API=http://192.168.88.21:9503 +VITE_BASE_API=http://114.218.158.24:8503 VITE_EPR_BASEURL=http://114.218.158.24:9020 -VITE_SOCKET_API=ws://172.16.100.93:8504 -# VITE_SOCKET_API=ws://192.168.88.21:9504 -VUE_APP_WEBSITE_NAME="Lumen IM" \ No newline at end of file +VITE_SOCKET_API=ws://114.218.158.24:8504 +VUE_APP_WEBSITE_NAME="" \ No newline at end of file diff --git a/index.html b/index.html index 5635e1e..0150892 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ -