mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-12-29 03:25:57 +08:00
feat: support uploading role icon
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 4125778 */
|
||||
src: url('iconfont.woff2?t=1708054962140') format('woff2'),
|
||||
url('iconfont.woff?t=1708054962140') format('woff'),
|
||||
url('iconfont.ttf?t=1708054962140') format('truetype');
|
||||
src: url('iconfont.woff2?t=1712306070700') format('woff2'),
|
||||
url('iconfont.woff?t=1712306070700') format('woff'),
|
||||
url('iconfont.ttf?t=1712306070700') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
@@ -13,6 +13,22 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-version:before {
|
||||
content: "\e68d";
|
||||
}
|
||||
|
||||
.icon-huihua:before {
|
||||
content: "\e62b";
|
||||
}
|
||||
|
||||
.icon-huihua1:before {
|
||||
content: "\e606";
|
||||
}
|
||||
|
||||
.icon-chat:before {
|
||||
content: "\e68a";
|
||||
}
|
||||
|
||||
.icon-prompt:before {
|
||||
content: "\e6ce";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user