@tplc/business 0.2.12 → 0.2.13
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/CHANGELOG.md +7 -0
- package/iconfonts/index.css +127 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.2.13](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.2.12...v0.2.13) (2024-12-04)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ✨ Features | 新功能
|
|
9
|
+
|
|
10
|
+
* 兼容小程序 ([e923533](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/e923533553f01d3ef1adacb202346de35360af69))
|
|
11
|
+
|
|
5
12
|
### [0.2.12](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.2.9...v0.2.12) (2024-12-04)
|
|
6
13
|
|
|
7
14
|
|
package/iconfonts/index.css
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'lcb'; /* Project id 4710234 */
|
|
3
3
|
src:
|
|
4
|
-
url('//at.alicdn.com/t/c/
|
|
5
|
-
url('//at.alicdn.com/t/c/
|
|
6
|
-
url('//at.alicdn.com/t/c/
|
|
4
|
+
url('//at.alicdn.com/t/c/font_4710234_2ayg4b3nknw.woff2?t=1733320036132') format('woff2'),
|
|
5
|
+
url('//at.alicdn.com/t/c/font_4710234_2ayg4b3nknw.woff?t=1733320036132') format('woff'),
|
|
6
|
+
url('//at.alicdn.com/t/c/font_4710234_2ayg4b3nknw.ttf?t=1733320036132') format('truetype');
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.lcb {
|
|
@@ -14,6 +14,130 @@
|
|
|
14
14
|
-moz-osx-font-smoothing: grayscale;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
+
.lcb-shoucanghou:before {
|
|
18
|
+
content: '\e68f';
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.lcb-lianxi:before {
|
|
22
|
+
content: '\e68e';
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.lcb-gengduoquanyi:before {
|
|
26
|
+
content: '\e68c';
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.lcb-ertongzaocan-suo:before {
|
|
30
|
+
content: '\e68d';
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.lcb-shengjiliyu-suo:before {
|
|
34
|
+
content: '\e67e';
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.lcb-shengjiliyu-h:before {
|
|
38
|
+
content: '\e67f';
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.lcb-jifenjiangli:before {
|
|
42
|
+
content: '\e680';
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.lcb-ertongzaocan:before {
|
|
46
|
+
content: '\e681';
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.lcb-kefangdingzhi-h:before {
|
|
50
|
+
content: '\e682';
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.lcb-zhucelibao-h:before {
|
|
54
|
+
content: '\e683';
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.lcb-ertongzaocan-h:before {
|
|
58
|
+
content: '\e684';
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.lcb-yudinghuiyuanjia:before {
|
|
62
|
+
content: '\e685';
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.lcb-yanchituifang:before {
|
|
66
|
+
content: '\e686';
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.lcb-shengriliyu:before {
|
|
70
|
+
content: '\e687';
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.lcb-jifenjiangli-h:before {
|
|
74
|
+
content: '\e688';
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.lcb-shengjiliyu:before {
|
|
78
|
+
content: '\e689';
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.lcb-kefangdingzhi-suo:before {
|
|
82
|
+
content: '\e68a';
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.lcb-kuaisutuifang:before {
|
|
86
|
+
content: '\e68b';
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.lcb-shengriliyu-h:before {
|
|
90
|
+
content: '\e671';
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.lcb-yudingbaoliufang-h:before {
|
|
94
|
+
content: '\e672';
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.lcb-yanchituifang-h:before {
|
|
98
|
+
content: '\e673';
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.lcb-ruzhuliyu:before {
|
|
102
|
+
content: '\e674';
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.lcb-kuaisutuifang-h:before {
|
|
106
|
+
content: '\e675';
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.lcb-yudinghuiyuanjia-h:before {
|
|
110
|
+
content: '\e676';
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.lcb-zhucelibao:before {
|
|
114
|
+
content: '\e677';
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.lcb-shengriliyu-suo:before {
|
|
118
|
+
content: '\e678';
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.lcb-ruzhuliyu-h:before {
|
|
122
|
+
content: '\e679';
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.lcb-kefangdingzhi:before {
|
|
126
|
+
content: '\e67a';
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.lcb-mianfeizaocan:before {
|
|
130
|
+
content: '\e67b';
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.lcb-mianfeizaocan-h:before {
|
|
134
|
+
content: '\e67c';
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.lcb-yudingbaoliufang:before {
|
|
138
|
+
content: '\e67d';
|
|
139
|
+
}
|
|
140
|
+
|
|
17
141
|
.lcb-dingwei:before {
|
|
18
142
|
content: '\e66c';
|
|
19
143
|
}
|