mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-09-17 18:57:13 +00:00
完成文本审查服务开发
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 4125778 */
|
||||
src: url('iconfont.woff2?t=1754626711656') format('woff2'),
|
||||
url('iconfont.woff?t=1754626711656') format('woff'),
|
||||
url('iconfont.ttf?t=1754626711656') format('truetype');
|
||||
src: url('iconfont.woff2?t=1756631578371') format('woff2'),
|
||||
url('iconfont.woff?t=1756631578371') format('woff'),
|
||||
url('iconfont.ttf?t=1756631578371') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
@@ -13,6 +13,18 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-tencent:before {
|
||||
content: "\e655";
|
||||
}
|
||||
|
||||
.icon-baidu:before {
|
||||
content: "\e656";
|
||||
}
|
||||
|
||||
.icon-moderation:before {
|
||||
content: "\e6c6";
|
||||
}
|
||||
|
||||
.icon-back-bold:before {
|
||||
content: "\e654";
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -5,6 +5,27 @@
|
||||
"css_prefix_text": "icon-",
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "3547761",
|
||||
"name": "tencent",
|
||||
"font_class": "tencent",
|
||||
"unicode": "e655",
|
||||
"unicode_decimal": 58965
|
||||
},
|
||||
{
|
||||
"icon_id": "26267540",
|
||||
"name": "baidu",
|
||||
"font_class": "baidu",
|
||||
"unicode": "e656",
|
||||
"unicode_decimal": 58966
|
||||
},
|
||||
{
|
||||
"icon_id": "31975090",
|
||||
"name": "Content Moderation",
|
||||
"font_class": "moderation",
|
||||
"unicode": "e6c6",
|
||||
"unicode_decimal": 59078
|
||||
},
|
||||
{
|
||||
"icon_id": "27025075",
|
||||
"name": "返回",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user