11 changed files with 53 additions and 9 deletions
@ -1,7 +1,8 @@ |
|||||
|
|
||||
ENV = 'development' |
ENV = 'development' |
||||
|
# app名称 |
||||
|
VUE_APP_NAME = "盒子IM" |
||||
// 接口请求地址 |
// 接口请求地址 |
||||
VUE_APP_BASE_API = '/api' |
VUE_APP_BASE_API = '/api' |
||||
|
# ws地址 |
||||
VUE_APP_WS_URL = 'ws://localhost:8878/im' |
VUE_APP_WS_URL = 'ws://localhost:8878/im' |
||||
@ -0,0 +1,43 @@ |
|||||
|
@font-face { |
||||
|
font-family: "iconfont"; /* Project id 3776657 */ |
||||
|
src: url('iconfont.woff2?t=1668665799410') format('woff2'), |
||||
|
url('iconfont.woff?t=1668665799410') format('woff'), |
||||
|
url('iconfont.ttf?t=1668665799410') format('truetype'); |
||||
|
} |
||||
|
|
||||
|
.iconfont { |
||||
|
font-family: "iconfont" !important; |
||||
|
font-size: 16px; |
||||
|
font-style: normal; |
||||
|
-webkit-font-smoothing: antialiased; |
||||
|
-moz-osx-font-smoothing: grayscale; |
||||
|
} |
||||
|
|
||||
|
.icon-biaoqing:before { |
||||
|
content: "\e60c"; |
||||
|
} |
||||
|
|
||||
|
.icon-youyinpin:before { |
||||
|
content: "\e649"; |
||||
|
} |
||||
|
|
||||
|
.icon-audio:before { |
||||
|
content: "\e800"; |
||||
|
} |
||||
|
|
||||
|
.icon-group_fill:before { |
||||
|
content: "\e7f4"; |
||||
|
} |
||||
|
|
||||
|
.icon-yinpin:before { |
||||
|
content: "\e68a"; |
||||
|
} |
||||
|
|
||||
|
.icon-emoji:before { |
||||
|
content: "\e6f6"; |
||||
|
} |
||||
|
|
||||
|
.icon-voiceprint:before { |
||||
|
content: "\e953"; |
||||
|
} |
||||
|
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue