mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-12-28 19:15:59 +08:00
refactor: refactor chat model, replace mode value with mode id. refactored system config module, add seperate configration for every chat model
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 4125778 */
|
||||
src: url('iconfont.woff2?t=1691463643989') format('woff2'),
|
||||
url('iconfont.woff?t=1691463643989') format('woff'),
|
||||
url('iconfont.ttf?t=1691463643989') format('truetype');
|
||||
src: url('iconfont.woff2?t=1693316408040') format('woff2'),
|
||||
url('iconfont.woff?t=1693316408040') format('woff'),
|
||||
url('iconfont.ttf?t=1693316408040') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
@@ -13,6 +13,30 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-image:before {
|
||||
content: "\e7de";
|
||||
}
|
||||
|
||||
.icon-order:before {
|
||||
content: "\e600";
|
||||
}
|
||||
|
||||
.icon-service:before {
|
||||
content: "\e62d";
|
||||
}
|
||||
|
||||
.icon-like:before {
|
||||
content: "\e640";
|
||||
}
|
||||
|
||||
.icon-recharge:before {
|
||||
content: "\e637";
|
||||
}
|
||||
|
||||
.icon-model:before {
|
||||
content: "\e867";
|
||||
}
|
||||
|
||||
.icon-plugin:before {
|
||||
content: "\e69d";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user