完成文本审查服务开发

This commit is contained in:
GeekMaster
2025-08-31 18:21:09 +08:00
parent 0585edd895
commit 9a4239290b
27 changed files with 896 additions and 164 deletions
+15 -3
View File
@@ -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
+21
View File
@@ -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.