diff --git a/README.md b/README.md index 103a7f5..be2d811 100644 --- a/README.md +++ b/README.md @@ -249,13 +249,6 @@ wsApi.onClose((e) => { 欢迎进群与小伙们一起交流, **申请加群前请务必先star哦** - -#### 嘿嘿 -![输入图片说明](%E6%88%AA%E5%9B%BE/%E5%BE%AE%E4%BF%A1%E6%94%B6%E6%AC%BE%E7%A0%81.png) - -悄悄放个二维码在这,宝子们..你懂我意思吧 - - #### 点下star吧 如果项目对您有帮助,请点亮右上方的star,支持一下作者吧! @@ -264,4 +257,5 @@ wsApi.onClose((e) => { 1. 本系统允许用于商业用途,且不收费(自愿投币)。**但切记不要用于任何非法用途** ,本软件作者不会为此承担任何责任 1. 基于本系统二次开发后再次开源的项目,请注明引用出处,以避免引发不必要的误会 1. 如果您也想体验开源(bei bai piao)的快感,成为本项目的贡献者,欢迎提交PR。开发前最好提前联系作者,避免功能重复开发 +1. 作者目前不打算接项目,如果能接受1k/天以上的报价,也可以聊聊 diff --git a/im-ui/src/App.vue b/im-ui/src/App.vue index 11f715d..340ff3d 100644 --- a/im-ui/src/App.vue +++ b/im-ui/src/App.vue @@ -1,33 +1,89 @@ + + \ No newline at end of file diff --git a/im-ui/src/assets/iconfont/iconfont.css b/im-ui/src/assets/iconfont/iconfont.css index dbe25ef..ff4113e 100644 --- a/im-ui/src/assets/iconfont/iconfont.css +++ b/im-ui/src/assets/iconfont/iconfont.css @@ -1,6 +1,6 @@ @font-face { font-family: "iconfont"; /* Project id 3791506 */ - src: url('iconfont.ttf?t=1711892447736') format('truetype'); + src: url('iconfont.ttf?t=1714220334746') format('truetype'); } .iconfont { @@ -11,6 +11,18 @@ -moz-osx-font-smoothing: grayscale; } +.icon-chat:before { + content: "\e600"; +} + +.icon-setting:before { + content: "\e620"; +} + +.icon-friend:before { + content: "\e604"; +} + .icon-exit:before { content: "\e9e4"; } @@ -31,34 +43,14 @@ content: "\e61a"; } -.icon-biaoqing:before { +.icon-emoji:before { content: "\e60c"; } -.icon-youyinpin:before { - content: "\e649"; -} - -.icon-audio:before { - content: "\e800"; -} - -.icon-group_fill:before { +.icon-group:before { content: "\e7f4"; } -.icon-yinpin:before { - content: "\e68a"; -} - -.icon-emoji:before { - content: "\e6f6"; -} - -.icon-voiceprint:before { - content: "\e953"; -} - .icon-phone-reject:before { content: "\e605"; } diff --git a/im-ui/src/assets/iconfont/iconfont.ttf b/im-ui/src/assets/iconfont/iconfont.ttf index 81a1623..63ec967 100644 Binary files a/im-ui/src/assets/iconfont/iconfont.ttf and b/im-ui/src/assets/iconfont/iconfont.ttf differ diff --git a/im-ui/src/components/chat/ChatBox.vue b/im-ui/src/components/chat/ChatBox.vue index 06639fd..82a613b 100644 --- a/im-ui/src/components/chat/ChatBox.vue +++ b/im-ui/src/components/chat/ChatBox.vue @@ -1,7 +1,7 @@