diff --git a/index.html b/index.html index 4ee9190..b786d0f 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - +
diff --git a/package.json b/package.json index e384022..656d3a7 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,6 @@ "moment": "^2.30.1", "pinia": "^3.0.1", "querystring": "^0.2.1", - "remixicon": "^4.6.0", "socket.io-client": "^4.8.1", "tailwindcss": "^4.0.9", "vue": "^3.5.13", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d9d586d..36b8917 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -41,9 +41,6 @@ importers: querystring: specifier: ^0.2.1 version: 0.2.1 - remixicon: - specifier: ^4.6.0 - version: 4.6.0 socket.io-client: specifier: ^4.8.1 version: 4.8.1 @@ -2161,9 +2158,6 @@ packages: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} - remixicon@4.6.0: - resolution: {integrity: sha512-bKM5odjqE1yzVxEZGJE7F79WHhNrJFIKHXR+GG+P1IWXn8AnJZhl8SbIRDJsNAvIqx4VPkNwjuHfc42tutMDpQ==} - require-directory@2.1.1: resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} engines: {node: '>=0.10.0'} @@ -4532,8 +4526,6 @@ snapshots: dependencies: picomatch: 2.3.1 - remixicon@4.6.0: {} - require-directory@2.1.1: {} require-from-string@2.0.2: {} diff --git a/src/components/List/index.vue b/src/components/List/index.vue index e4d13b5..e0a6549 100644 --- a/src/components/List/index.vue +++ b/src/components/List/index.vue @@ -21,6 +21,7 @@ + + diff --git a/src/view/chat/components/chat-history.vue b/src/view/chat/components/chat-history.vue index 3e03e1d..c604130 100644 --- a/src/view/chat/components/chat-history.vue +++ b/src/view/chat/components/chat-history.vue @@ -1,5 +1,5 @@ -{{ item.remark }}
- {{ $dataHelpers.formatDate(item.send_time, 'HH:mm') }} +{{ item.remark }}
+ {{ + $dataHelpers.formatDate(item.send_time, 'HH:mm') + }}