@zgfe/business-lib 1.2.48-plat.4 → 1.2.48-plat.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/assets/iconfont/demo_index.html +118 -3
- package/es/assets/iconfont/iconfont.css +23 -3
- package/es/assets/iconfont/iconfont.js +9 -9
- package/es/assets/iconfont/iconfont.json +35 -0
- package/es/assets/iconfont/iconfont.ttf +0 -0
- package/es/assets/iconfont/iconfont.woff +0 -0
- package/es/assets/iconfont/iconfont.woff2 +0 -0
- package/es/platformSelector/styles/index.less +1 -1
- package/package.json +2 -2
|
@@ -5,6 +5,41 @@
|
|
|
5
5
|
"css_prefix_text": "",
|
|
6
6
|
"description": "诸葛业务平台",
|
|
7
7
|
"glyphs": [
|
|
8
|
+
{
|
|
9
|
+
"icon_id": "41153342",
|
|
10
|
+
"name": "上传图片",
|
|
11
|
+
"font_class": "shangchuantupian",
|
|
12
|
+
"unicode": "e648",
|
|
13
|
+
"unicode_decimal": 58952
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"icon_id": "41153408",
|
|
17
|
+
"name": "插入指标",
|
|
18
|
+
"font_class": "charuzhibiao",
|
|
19
|
+
"unicode": "e644",
|
|
20
|
+
"unicode_decimal": 58948
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"icon_id": "41153407",
|
|
24
|
+
"name": "添加标题",
|
|
25
|
+
"font_class": "tianjiabiaoti",
|
|
26
|
+
"unicode": "e645",
|
|
27
|
+
"unicode_decimal": 58949
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"icon_id": "41153406",
|
|
31
|
+
"name": "添加文本",
|
|
32
|
+
"font_class": "tianjiawenben",
|
|
33
|
+
"unicode": "e646",
|
|
34
|
+
"unicode_decimal": 58950
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"icon_id": "41153405",
|
|
38
|
+
"name": "添加图片",
|
|
39
|
+
"font_class": "tianjiatupian",
|
|
40
|
+
"unicode": "e647",
|
|
41
|
+
"unicode_decimal": 58951
|
|
42
|
+
},
|
|
8
43
|
{
|
|
9
44
|
"icon_id": "41047713",
|
|
10
45
|
"name": "js 2",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/business-lib",
|
|
3
|
-
"version": "1.2.48-plat.
|
|
3
|
+
"version": "1.2.48-plat.6",
|
|
4
4
|
"module": "es/index.js",
|
|
5
5
|
"typings": "es/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"react": "^16.12.0 || ^17.0.0",
|
|
56
56
|
"yorkie": "^2.0.0"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "9c8ec74d7be741d66f0a03581c9813faf2b0ef58",
|
|
59
59
|
"gitHooks": {
|
|
60
60
|
"pre-commit": "lint-staged"
|
|
61
61
|
}
|