@next-bricks/presentational-bricks 1.236.6 → 1.238.1
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 +46 -0
- package/deploy/contract.yaml +100 -97
- package/deploy/package.conf.yaml +1 -1
- package/dist/assets/browser-too-old-dark.ba44a34a.svg +57 -0
- package/dist/assets/no-data-dark.d942cecd.svg +144 -0
- package/dist/assets/no-history-version-dark.9a11cadd.svg +65 -0
- package/dist/assets/no-visit-record-dark.a8668ced.svg +63 -0
- package/dist/assets/search-empty-dark.e2b07409.svg +87 -0
- package/dist/assets/welcome-to-create-dark.236d4807.svg +96 -0
- package/dist/bricks.json +18 -17
- package/dist/index.dbfcf3f4.js +2 -0
- package/dist/index.dbfcf3f4.js.map +1 -0
- package/dist/stories.json +51 -0
- package/package.json +3 -3
- package/dist/index.f0a36845.js +0 -2
- package/dist/index.f0a36845.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,52 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.238.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.238.0...@next-bricks/presentational-bricks@1.238.1) (2022-01-28)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* fix the bug that the brick do not tell anything when options and dataSource are not set ([2b75d27](https://github.com/easyops-cn/next-basics/commit/2b75d276fc1412a451d1e8aa0971402b3f5e6ba8)), closes [Refs#MONITOR-3017](https://github.com/Refs/issues/MONITOR-3017)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [1.238.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.237.0...@next-bricks/presentational-bricks@1.238.0) (2022-01-27)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **presentational-bricks:** add text-collapse brick ([9b73c0e](https://github.com/easyops-cn/next-basics/commit/9b73c0ea00b3dc2237914af54aab811b0fc223c1))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [1.237.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.236.7...@next-bricks/presentational-bricks@1.237.0) (2022-01-27)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* adapot to the dark theme ([4de58b4](https://github.com/easyops-cn/next-basics/commit/4de58b4472358958f6f3333ef691719d0d14553a))
|
|
34
|
+
* brick-illustration adapt to dark theme and illustrationCard, provider-get-illustrations filter dark theme ([86576b9](https://github.com/easyops-cn/next-basics/commit/86576b9fd691462a6230d993e0438cf836c220f9))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
## [1.236.7](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.236.6...@next-bricks/presentational-bricks@1.236.7) (2022-01-26)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* **style:** 增加timeline样式 ([4b15544](https://github.com/easyops-cn/next-basics/commit/4b15544955b76b5d8f3dfae558fe1977792a457a))
|
|
46
|
+
* **style:** 挪动timeline样式到antd custom ([073a64b](https://github.com/easyops-cn/next-basics/commit/073a64b637b145017f331eb77f1ab5edc712a9fa))
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
6
52
|
## [1.236.6](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.236.5...@next-bricks/presentational-bricks@1.236.6) (2022-01-25)
|
|
7
53
|
|
|
8
54
|
|
package/deploy/contract.yaml
CHANGED
|
@@ -1,205 +1,208 @@
|
|
|
1
1
|
contracts:
|
|
2
2
|
- type: brick
|
|
3
3
|
brick: presentational-bricks.general-iframe
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.238.1
|
|
5
5
|
- type: brick
|
|
6
6
|
brick: presentational-bricks.brick-tag
|
|
7
|
-
version: 1.
|
|
7
|
+
version: 1.238.1
|
|
8
|
+
- type: brick
|
|
9
|
+
brick: presentational-bricks.brick-tree
|
|
10
|
+
version: 1.238.1
|
|
8
11
|
- type: brick
|
|
9
12
|
brick: presentational-bricks.brick-timeline
|
|
10
|
-
version: 1.
|
|
13
|
+
version: 1.238.1
|
|
11
14
|
- type: brick
|
|
12
15
|
brick: presentational-bricks.brick-descriptions
|
|
13
|
-
version: 1.
|
|
16
|
+
version: 1.238.1
|
|
14
17
|
- type: brick
|
|
15
18
|
brick: presentational-bricks.brick-list
|
|
16
|
-
version: 1.
|
|
19
|
+
version: 1.238.1
|
|
17
20
|
- type: brick
|
|
18
|
-
brick: presentational-bricks.brick-
|
|
19
|
-
version: 1.
|
|
21
|
+
brick: presentational-bricks.brick-button
|
|
22
|
+
version: 1.238.1
|
|
20
23
|
- type: brick
|
|
21
24
|
brick: presentational-bricks.brick-general-search
|
|
22
|
-
version: 1.
|
|
23
|
-
- type: brick
|
|
24
|
-
brick: presentational-bricks.brick-button
|
|
25
|
-
version: 1.236.6
|
|
25
|
+
version: 1.238.1
|
|
26
26
|
- type: brick
|
|
27
27
|
brick: presentational-bricks.brick-table
|
|
28
|
-
version: 1.
|
|
28
|
+
version: 1.238.1
|
|
29
29
|
- type: brick
|
|
30
30
|
brick: presentational-bricks.brick-delete-confirm
|
|
31
|
-
version: 1.
|
|
31
|
+
version: 1.238.1
|
|
32
32
|
- type: brick
|
|
33
33
|
brick: presentational-bricks.brick-humanize-time
|
|
34
|
-
version: 1.
|
|
34
|
+
version: 1.238.1
|
|
35
35
|
- type: brick
|
|
36
36
|
brick: presentational-bricks.general-pagination
|
|
37
|
-
version: 1.
|
|
38
|
-
- type: brick
|
|
39
|
-
brick: presentational-bricks.template-breadcrumb
|
|
40
|
-
version: 1.236.6
|
|
37
|
+
version: 1.238.1
|
|
41
38
|
- type: brick
|
|
42
39
|
brick: presentational-bricks.brick-link
|
|
43
|
-
version: 1.
|
|
40
|
+
version: 1.238.1
|
|
41
|
+
- type: brick
|
|
42
|
+
brick: presentational-bricks.template-breadcrumb
|
|
43
|
+
version: 1.238.1
|
|
44
44
|
- type: brick
|
|
45
45
|
brick: presentational-bricks.brick-input
|
|
46
|
-
version: 1.
|
|
46
|
+
version: 1.238.1
|
|
47
47
|
- type: brick
|
|
48
48
|
brick: presentational-bricks.brick-utils
|
|
49
|
-
version: 1.
|
|
49
|
+
version: 1.238.1
|
|
50
50
|
- type: brick
|
|
51
51
|
brick: presentational-bricks.brick-value-mapping
|
|
52
|
-
version: 1.
|
|
52
|
+
version: 1.238.1
|
|
53
|
+
- type: brick
|
|
54
|
+
brick: presentational-bricks.brick-alert-level
|
|
55
|
+
version: 1.238.1
|
|
53
56
|
- type: brick
|
|
54
57
|
brick: presentational-bricks.brick-cluster-type
|
|
55
|
-
version: 1.
|
|
58
|
+
version: 1.238.1
|
|
56
59
|
- type: brick
|
|
57
60
|
brick: presentational-bricks.brick-alert-value
|
|
58
|
-
version: 1.
|
|
61
|
+
version: 1.238.1
|
|
59
62
|
- type: brick
|
|
60
|
-
brick: presentational-bricks.brick-
|
|
61
|
-
version: 1.
|
|
63
|
+
brick: presentational-bricks.brick-display-structs
|
|
64
|
+
version: 1.238.1
|
|
62
65
|
- type: brick
|
|
63
66
|
brick: presentational-bricks.brick-conditional-display
|
|
64
|
-
version: 1.
|
|
67
|
+
version: 1.238.1
|
|
65
68
|
- type: brick
|
|
66
69
|
brick: presentational-bricks.brick-collection-instance-execution
|
|
67
|
-
version: 1.
|
|
70
|
+
version: 1.238.1
|
|
68
71
|
- type: brick
|
|
69
72
|
brick: presentational-bricks.brick-alert-number
|
|
70
|
-
version: 1.
|
|
73
|
+
version: 1.238.1
|
|
71
74
|
- type: brick
|
|
72
75
|
brick: presentational-bricks.brick-user
|
|
73
|
-
version: 1.
|
|
76
|
+
version: 1.238.1
|
|
74
77
|
- type: brick
|
|
75
78
|
brick: presentational-bricks.cost-time
|
|
76
|
-
version: 1.
|
|
77
|
-
- type: brick
|
|
78
|
-
brick: presentational-bricks.datetime-selector
|
|
79
|
-
version: 1.236.6
|
|
79
|
+
version: 1.238.1
|
|
80
80
|
- type: brick
|
|
81
81
|
brick: presentational-bricks.brick-alert-status
|
|
82
|
-
version: 1.
|
|
82
|
+
version: 1.238.1
|
|
83
83
|
- type: brick
|
|
84
|
-
brick: presentational-bricks.
|
|
85
|
-
version: 1.
|
|
84
|
+
brick: presentational-bricks.datetime-selector
|
|
85
|
+
version: 1.238.1
|
|
86
86
|
- type: brick
|
|
87
87
|
brick: presentational-bricks.brick-alert
|
|
88
|
-
version: 1.
|
|
88
|
+
version: 1.238.1
|
|
89
|
+
- type: brick
|
|
90
|
+
brick: presentational-bricks.dropdown-select
|
|
91
|
+
version: 1.238.1
|
|
89
92
|
- type: brick
|
|
90
93
|
brick: presentational-bricks.brick-result
|
|
91
|
-
version: 1.
|
|
94
|
+
version: 1.238.1
|
|
92
95
|
- type: brick
|
|
93
96
|
brick: presentational-bricks.general-list
|
|
94
|
-
version: 1.
|
|
97
|
+
version: 1.238.1
|
|
95
98
|
- type: brick
|
|
96
99
|
brick: presentational-bricks.button-wrapper
|
|
97
|
-
version: 1.
|
|
100
|
+
version: 1.238.1
|
|
98
101
|
- type: brick
|
|
99
102
|
brick: presentational-bricks.brick-quick-entries
|
|
100
|
-
version: 1.
|
|
103
|
+
version: 1.238.1
|
|
101
104
|
- type: brick
|
|
102
105
|
brick: presentational-bricks.collapsible-card-item
|
|
103
|
-
version: 1.
|
|
104
|
-
- type: brick
|
|
105
|
-
brick: presentational-bricks.single-field-edit
|
|
106
|
-
version: 1.236.6
|
|
106
|
+
version: 1.238.1
|
|
107
107
|
- type: brick
|
|
108
108
|
brick: presentational-bricks.brick-placeholder
|
|
109
|
-
version: 1.
|
|
109
|
+
version: 1.238.1
|
|
110
|
+
- type: brick
|
|
111
|
+
brick: presentational-bricks.single-field-edit
|
|
112
|
+
version: 1.238.1
|
|
110
113
|
- type: brick
|
|
111
114
|
brick: presentational-bricks.general-carousel
|
|
112
|
-
version: 1.
|
|
115
|
+
version: 1.238.1
|
|
113
116
|
- type: brick
|
|
114
117
|
brick: presentational-bricks.agent-status
|
|
115
|
-
version: 1.
|
|
118
|
+
version: 1.238.1
|
|
116
119
|
- type: brick
|
|
117
120
|
brick: presentational-bricks.dynamic-content
|
|
118
|
-
version: 1.
|
|
121
|
+
version: 1.238.1
|
|
119
122
|
- type: brick
|
|
120
123
|
brick: presentational-bricks.entry-card-item
|
|
121
|
-
version: 1.
|
|
124
|
+
version: 1.238.1
|
|
122
125
|
- type: brick
|
|
123
126
|
brick: presentational-bricks.log-display
|
|
124
|
-
version: 1.
|
|
125
|
-
- type: brick
|
|
126
|
-
brick: presentational-bricks.general-video
|
|
127
|
-
version: 1.236.6
|
|
127
|
+
version: 1.238.1
|
|
128
128
|
- type: brick
|
|
129
129
|
brick: presentational-bricks.brick-divider
|
|
130
|
-
version: 1.
|
|
130
|
+
version: 1.238.1
|
|
131
131
|
- type: brick
|
|
132
|
-
brick: presentational-bricks.general-
|
|
133
|
-
version: 1.
|
|
132
|
+
brick: presentational-bricks.general-video
|
|
133
|
+
version: 1.238.1
|
|
134
134
|
- type: brick
|
|
135
135
|
brick: presentational-bricks.general-tooltip
|
|
136
|
-
version: 1.
|
|
136
|
+
version: 1.238.1
|
|
137
137
|
- type: brick
|
|
138
138
|
brick: presentational-bricks.general-label
|
|
139
|
-
version: 1.
|
|
139
|
+
version: 1.238.1
|
|
140
140
|
- type: brick
|
|
141
|
-
brick: presentational-bricks.
|
|
142
|
-
version: 1.
|
|
141
|
+
brick: presentational-bricks.general-transfer
|
|
142
|
+
version: 1.238.1
|
|
143
143
|
- type: brick
|
|
144
|
-
brick: presentational-bricks.
|
|
145
|
-
version: 1.
|
|
144
|
+
brick: presentational-bricks.basic-progress
|
|
145
|
+
version: 1.238.1
|
|
146
146
|
- type: brick
|
|
147
147
|
brick: presentational-bricks.copyable-text
|
|
148
|
-
version: 1.
|
|
149
|
-
- type: brick
|
|
150
|
-
brick: presentational-bricks.avatar-upload
|
|
151
|
-
version: 1.236.6
|
|
152
|
-
- type: brick
|
|
153
|
-
brick: presentational-bricks.general-image
|
|
154
|
-
version: 1.236.6
|
|
148
|
+
version: 1.238.1
|
|
155
149
|
- type: brick
|
|
156
150
|
brick: presentational-bricks.general-badge
|
|
157
|
-
version: 1.
|
|
151
|
+
version: 1.238.1
|
|
158
152
|
- type: brick
|
|
159
153
|
brick: presentational-bricks.brick-rate
|
|
160
|
-
version: 1.
|
|
154
|
+
version: 1.238.1
|
|
161
155
|
- type: brick
|
|
162
|
-
brick: presentational-bricks.
|
|
163
|
-
version: 1.
|
|
156
|
+
brick: presentational-bricks.calendar
|
|
157
|
+
version: 1.238.1
|
|
164
158
|
- type: brick
|
|
165
159
|
brick: presentational-bricks.brick-illustration
|
|
166
|
-
version: 1.
|
|
160
|
+
version: 1.238.1
|
|
161
|
+
- type: brick
|
|
162
|
+
brick: presentational-bricks.avatar-upload
|
|
163
|
+
version: 1.238.1
|
|
164
|
+
- type: brick
|
|
165
|
+
brick: presentational-bricks.general-image
|
|
166
|
+
version: 1.238.1
|
|
167
167
|
- type: brick
|
|
168
168
|
brick: presentational-bricks.dynamic-grid-container
|
|
169
|
-
version: 1.
|
|
169
|
+
version: 1.238.1
|
|
170
|
+
- type: brick
|
|
171
|
+
brick: presentational-bricks.info-display-card-list
|
|
172
|
+
version: 1.238.1
|
|
170
173
|
- type: brick
|
|
171
174
|
brick: presentational-bricks.general-slider
|
|
172
|
-
version: 1.
|
|
175
|
+
version: 1.238.1
|
|
176
|
+
- type: brick
|
|
177
|
+
brick: presentational-bricks.rank-table
|
|
178
|
+
version: 1.238.1
|
|
173
179
|
- type: brick
|
|
174
180
|
brick: presentational-bricks.dropdown-button
|
|
175
|
-
version: 1.
|
|
181
|
+
version: 1.238.1
|
|
176
182
|
- type: brick
|
|
177
|
-
brick: presentational-bricks.
|
|
178
|
-
version: 1.
|
|
183
|
+
brick: presentational-bricks.text-collapse
|
|
184
|
+
version: 1.238.1
|
|
179
185
|
- type: brick
|
|
180
186
|
brick: presentational-bricks.basic-icon
|
|
181
|
-
version: 1.
|
|
182
|
-
- type: brick
|
|
183
|
-
brick: presentational-bricks.brick-display-structs
|
|
184
|
-
version: 1.236.6
|
|
187
|
+
version: 1.238.1
|
|
185
188
|
- type: brick
|
|
186
189
|
brick: presentational-bricks.code-editor
|
|
187
|
-
version: 1.
|
|
190
|
+
version: 1.238.1
|
|
188
191
|
- type: brick
|
|
189
192
|
brick: presentational-bricks.crontab-display
|
|
190
|
-
version: 1.
|
|
193
|
+
version: 1.238.1
|
|
191
194
|
- type: brick
|
|
192
195
|
brick: presentational-bricks.brick-code-display
|
|
193
|
-
version: 1.
|
|
196
|
+
version: 1.238.1
|
|
194
197
|
- type: brick
|
|
195
198
|
brick: presentational-bricks.brick-collapse-card
|
|
196
|
-
version: 1.
|
|
199
|
+
version: 1.238.1
|
|
197
200
|
- type: brick
|
|
198
201
|
brick: presentational-bricks.card-item
|
|
199
|
-
version: 1.
|
|
202
|
+
version: 1.238.1
|
|
200
203
|
- type: brick
|
|
201
204
|
brick: presentational-bricks.brick-form
|
|
202
|
-
version: 1.
|
|
205
|
+
version: 1.238.1
|
|
203
206
|
deps:
|
|
204
207
|
- type: contract
|
|
205
208
|
contract: easyops.api.cmdb.instance.PostSearch
|
|
@@ -209,16 +212,16 @@ contracts:
|
|
|
209
212
|
version: '*'
|
|
210
213
|
- type: brick
|
|
211
214
|
brick: presentational-bricks.statistic-card
|
|
212
|
-
version: 1.
|
|
213
|
-
- type: brick
|
|
214
|
-
brick: presentational-bricks.modal-confirm
|
|
215
|
-
version: 1.236.6
|
|
215
|
+
version: 1.238.1
|
|
216
216
|
- type: brick
|
|
217
217
|
brick: presentational-bricks.markdown-display
|
|
218
|
-
version: 1.
|
|
218
|
+
version: 1.238.1
|
|
219
|
+
- type: brick
|
|
220
|
+
brick: presentational-bricks.modal-confirm
|
|
221
|
+
version: 1.238.1
|
|
219
222
|
- type: brick
|
|
220
223
|
brick: presentational-bricks.markdown-editor
|
|
221
|
-
version: 1.
|
|
224
|
+
version: 1.238.1
|
|
222
225
|
deps:
|
|
223
226
|
- type: contract
|
|
224
227
|
contract: easyops.api.object_store.object_store.PutObject
|
package/deploy/package.conf.yaml
CHANGED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="241px" height="262px" viewBox="0 0 241 262" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>browser-too-old</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<path d="M0,17.4417259 C7.77675359,20.8055796 16.2578397,25.1498531 24.7931051,30.2717007 L24.7931051,30.2717007 C33.2491081,35.3448257 40.908473,40.6615641 47.3829138,45.813242 L47.3829138,45.813242 C52.2931747,40.9489285 55.3141791,34.35844 55.3141791,27.0967717 L55.3141791,27.0967717 C55.3141791,12.1319479 42.5117825,0 26.7194846,0 L26.7194846,0 C14.5170749,0 4.10559614,7.24675322 0,17.4417259" id="path-1"></path>
|
|
6
|
+
<radialGradient cx="41.6543783%" cy="28.9394309%" fx="41.6543783%" fy="28.9394309%" r="128.190507%" gradientTransform="translate(0.416544,0.289394),scale(0.828237,1.000000),rotate(74.813766),translate(-0.416544,-0.289394)" id="radialGradient-3">
|
|
7
|
+
<stop stop-color="#8D949D" offset="0%"></stop>
|
|
8
|
+
<stop stop-color="#424445" offset="100%"></stop>
|
|
9
|
+
</radialGradient>
|
|
10
|
+
<polygon id="path-4" points="1.66531504e-16 -4.44091149e-16 19.1045763 -4.44091149e-16 19.1045763 25.0751095 1.66531504e-16 25.0751095"></polygon>
|
|
11
|
+
</defs>
|
|
12
|
+
<g id="空状态插画-暗色" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
13
|
+
<g id="旧版缺省状态-browser-too-old" transform="translate(-279.000000, -226.000000)">
|
|
14
|
+
<g id="browser-too-old" transform="translate(280.000000, 227.000000)">
|
|
15
|
+
<g id="Fill-2" transform="translate(83.863433, 40.458447)" fill="#373B3F" fill-rule="nonzero">
|
|
16
|
+
<path d="M79.9095925,37.5138169 C74.7168435,42.6944114 67.4065656,45.9277894 59.2987119,45.9277894 C43.5473397,45.9277894 30.7781206,33.7452039 30.7781206,18.7166866 C30.7781206,15.3005698 31.4446018,12.0332403 32.6484709,9.02154543 C14.7235295,1.21470501 2.45867452,-2.99927128 0.256084291,2.48988219 C-1.86644813,7.78031972 9.09446542,30.3949929 37.2828168,47.4256483 C65.4711683,64.4553051 99.3276119,68.1270564 99.3276119,60.4070918 C99.3276119,55.4142289 95.0355131,49.6334923 79.9095925,37.5138169" id="路径"></path>
|
|
17
|
+
</g>
|
|
18
|
+
<g id="Fill-3-Clipped" transform="translate(115.386567, 33.913699)">
|
|
19
|
+
<mask id="mask-2" fill="white">
|
|
20
|
+
<use xlink:href="#path-1"></use>
|
|
21
|
+
</mask>
|
|
22
|
+
<g id="path-1"></g>
|
|
23
|
+
<path d="M0,17.4417259 C7.77675359,20.8055796 16.2578397,25.1498531 24.7931051,30.2717007 L24.7931051,30.2717007 C33.2491081,35.3448257 40.908473,40.6615641 47.3829138,45.813242 L47.3829138,45.813242 C52.2931747,40.9489285 55.3141791,34.35844 55.3141791,27.0967717 L55.3141791,27.0967717 C55.3141791,12.1319479 42.5117825,0 26.7194846,0 L26.7194846,0 C14.5170749,0 4.10559614,7.24675322 0,17.4417259" id="Fill-3" fill="url(#radialGradient-3)" fill-rule="nonzero" mask="url(#mask-2)"></path>
|
|
24
|
+
</g>
|
|
25
|
+
<g id="编组">
|
|
26
|
+
<path d="M141.998337,87.5003821 C150.100242,87.5003821 157.404157,84.2633679 162.594096,79.0743453 C156.141171,73.8933226 148.506261,68.5462993 140.07836,63.443277 C131.571459,58.2932545 123.117558,53.9242355 115.367649,50.5412207 C114.164663,53.5582339 113.498671,56.8292481 113.498671,60.2502631 C113.498671,75.3003288 126.258521,87.5003821 141.998337,87.5003821" id="Fill-5" fill="#373B3F" fill-rule="nonzero"></path>
|
|
27
|
+
<g transform="translate(219.995424, 66.013488)" id="Fill-7-Clipped">
|
|
28
|
+
<mask id="mask-5" fill="white">
|
|
29
|
+
<use xlink:href="#path-4"></use>
|
|
30
|
+
</mask>
|
|
31
|
+
<g id="path-4"></g>
|
|
32
|
+
<path d="M1.66531504e-16,12.0210525 C1.66531504e-16,12.0210525 8.00190629,8.98703924 10.2718797,-4.44091149e-16 C13.5418414,7.37003218 15.2278217,10.5570461 19.1047763,11.9580522 C13.8258381,14.435063 11.5328649,17.2170752 9.72688609,25.0751095 C7.65391037,15.8170691 5.76693247,14.6190638 1.66531504e-16,12.0210525" id="Fill-7" fill="#FFFFFF" fill-rule="nonzero" opacity="0.199999988" mask="url(#mask-5)"></path>
|
|
33
|
+
</g>
|
|
34
|
+
<path d="M29.4527551,77.5716387 C29.4527551,77.5716387 34.6926937,75.58463 36.1806763,69.6996043 C38.3206512,74.5256254 39.4256383,76.6126345 41.9646086,77.5306385 C38.508649,79.1526456 37.0056666,80.9746536 35.8226805,86.120676 C34.4656964,80.0566496 33.2287109,79.2726461 29.4527551,77.5716387" id="Fill-9" fill="#FFFFFF" fill-rule="nonzero" opacity="0.199999988"></path>
|
|
35
|
+
<path d="M75.4991159,198.500867 C75.4991159,198.500867 79.499069,226.500989 78.4990807,233.50102 C77.4990924,240.50105 77.4990924,254.501111 78.4990807,255.501116 C79.499069,256.50112 82.999028,259.001131 83.9990163,257.001122 C84.9990046,255.001113 87.4989753,242.501059 89.4989519,236.501033 C91.4989285,230.501006 93.4989051,219.500958 94.4988934,218.500954 C95.4988817,217.50095 98.4988465,232.501015 99.4988348,235.501028 C100.498823,238.501041 102.4988,253.501107 104.498776,255.501116 C106.498753,257.501124 111.498694,255.501116 111.498694,254.501111 C111.498694,253.501107 108.998724,243.001061 108.998724,238.001039 C108.998724,233.001017 111.348696,206.417901 112.498683,204.500893 C113.998665,202.000882 111.498694,194.500849 111.498694,194.500849 L75.4991159,198.500867 Z" id="Fill-11" fill="#144199" fill-rule="nonzero"></path>
|
|
36
|
+
<path d="M117.615823,155.500679 C117.615823,155.500679 125.744727,167.884733 125.744727,179.441784 C125.744727,185.221809 126.760716,191.000834 124.727739,191.000834 C122.695763,191.000834 121.679775,191.000834 120.664787,189.349827 C119.647799,187.69782 119.647799,180.268787 118.632811,176.140769 C117.615823,172.012751 108.47093,159.628697 110.503906,157.97769 C112.535882,156.325683 117.615823,155.500679 117.615823,155.500679" id="Fill-13" fill="#D9B791" fill-rule="nonzero"></path>
|
|
37
|
+
<path d="M69.4551866,153.50067 C69.4551866,153.50067 66.1292256,157.503688 63.6352548,164.707719 C61.140284,171.912751 57.813323,182.319796 61.9722743,185.52181 C62.8032645,186.321814 63.6352548,186.321814 64.4662451,183.920803 C65.2982353,181.519793 64.4662451,179.117782 66.1292256,178.316779 L66.1292256,181.519793 C66.1292256,183.1208 66.9602159,183.920803 67.7922061,182.319796 C68.6231964,180.718789 68.6231964,179.117782 68.6231964,177.516775 C68.6231964,175.915768 71.1181672,156.702684 73.612138,155.101677 C76.1071087,153.50067 69.4551866,153.50067 69.4551866,153.50067" id="Fill-15" fill="#D9B791" fill-rule="nonzero"></path>
|
|
38
|
+
<path d="M86.498987,123.500539 C86.498987,123.500539 88.4989636,132.500579 87.4989753,132.500579 C86.498987,132.500579 95.4988817,133.500583 95.4988817,133.500583 C95.4988817,133.500583 98.4988465,125.500539 98.4988465,124.500539 C98.4988465,123.500539 86.498987,123.500539 86.498987,123.500539" id="Fill-17" fill="#D9B791" fill-rule="nonzero"></path>
|
|
39
|
+
<path d="M78.4990807,105.500461 C78.4990807,105.500461 78.6080795,106.022463 78.9990749,108.000472 C79.0980737,108.502474 77.9990866,106.000463 75.99911,107.000467 C75.1021205,107.448469 75.1731197,109.174477 77.9990866,112.000489 C78.9990749,113.000493 79.8720647,112.496491 79.9990632,113.000493 C80.6460556,115.571505 81.7430427,119.366521 82.4990339,120.500526 C84.4990105,123.500539 87.4989753,127.500557 91.4989285,127.500557 C95.4988817,127.500557 100.498823,127.500557 102.4988,123.500539 C104.498776,119.500522 106.998747,117.000511 106.498753,110.500482 C106.443753,109.784479 109.998712,110.00048 107.998735,104.000454 C107.551741,102.658448 104.99877,104.000454 104.99877,105.000458 C104.99877,108.064472 104.498776,99.5004345 104.498776,99.5004345 L78.4990807,105.500461 Z" id="Fill-19" fill="#D9B791" fill-rule="nonzero"></path>
|
|
40
|
+
<path d="M78.4990807,94.5004126 C78.4990807,94.5004126 74.4991276,116.500509 90.4989402,118.500517 C101.498811,119.500522 105.998759,114.000498 106.998747,100.000437 C107.57274,91.9584015 107.498741,88.5003864 107.498741,84.500369 C107.498741,80.2583504 108.023735,86.7473788 98.9988407,84.0003668 C87.4989753,80.5003515 80.4990573,85.5003733 78.4990807,94.5004126" id="Fill-21" fill="#191F35" fill-rule="nonzero"></path>
|
|
41
|
+
<path d="M78.4990807,94.5004126 C78.4990807,94.5004126 74.4991276,116.500509 90.4989402,118.500517 C101.498811,119.500522 105.998759,114.000498 106.998747,100.000437 C107.57274,91.9584015 107.498741,88.5003864 107.498741,84.500369 C107.498741,80.2583504 108.023735,86.7473788 98.9988407,84.0003668 C87.4989753,80.5003515 80.4990573,85.5003733 78.4990807,94.5004126" id="Fill-21备份" fill="#FFFFFF" fill-rule="nonzero" opacity="0.119999997"></path>
|
|
42
|
+
<path d="M65.499233,152.500666 C65.499233,152.500666 72.499151,135.500592 87.4989753,133.500583 C102.4988,131.500574 109.498718,137.5006 114.498659,143.500627 C119.498601,149.500653 121.665575,152.031664 121.498577,155.500679 C121.344579,158.698693 117.498624,164.500718 111.498694,163.500714 C111.498694,163.500714 118.498612,181.500792 118.498612,193.500845 C118.498612,205.500897 106.498753,202.500884 102.4988,202.500884 L84.4990105,202.500884 C82.4990339,202.500884 71.4991627,200.500875 70.4991744,198.500867 C69.4991861,196.500858 69.4991861,180.500788 72.499151,170.500744 C75.4991159,160.500701 77.4990924,158.500692 77.4990924,158.500692 C77.4990924,158.500692 65.499233,156.500683 65.499233,152.500666" id="Fill-23" fill="#FFBA2A" fill-rule="nonzero"></path>
|
|
43
|
+
<path d="M78.1914843,253.697408 C78.1914843,253.697408 78.309483,256.702421 78.3854821,258.652429 C78.4614812,260.562438 79.6154677,260.472437 81.4994456,260.501437 C83.4114232,260.529438 83.4514227,259.038431 86.499387,258.501429 C98.7862432,256.338419 97.5422577,249.309389 93.4993051,248.501385 C90.9993343,248.001383 89.4423526,250.280393 86.2413901,250.368393 C82.9494286,250.459394 82.1294382,252.596403 82.1294382,252.596403 L78.1914843,253.697408 Z" id="Fill-25" fill="#603624" fill-rule="nonzero"></path>
|
|
44
|
+
<path d="M103.206791,253.448407 C103.206791,253.448407 102.049805,256.60142 102.4988,258.501429 C102.937795,260.361437 105.644763,260.834439 107.498741,260.501437 C109.380719,260.163436 109.393719,257.680425 112.281685,256.57042 C123.926549,252.091401 121.615576,247.716382 117.498624,247.501381 C116.362637,247.44138 113.59467,247.937383 110.469706,248.637386 C107.256744,249.357389 106.861749,251.612399 106.861749,251.612399 L103.206791,253.448407 Z" id="Fill-27" fill="#603624" fill-rule="nonzero"></path>
|
|
45
|
+
<line x1="157.99815" y1="4.50001965" x2="166.998044" y2="4.50001965" id="Stroke-29" stroke="#67624E" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"></line>
|
|
46
|
+
<line x1="162.498097" y1="0" x2="162.498097" y2="9.0000393" id="Stroke-31" stroke="#67624E" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"></line>
|
|
47
|
+
<line x1="184.497839" y1="118.750519" x2="192.99774" y2="118.750519" id="Stroke-33" stroke="#67624E" stroke-width="0.708" stroke-linecap="round" stroke-linejoin="round"></line>
|
|
48
|
+
<line x1="188.74779" y1="114.5005" x2="188.74779" y2="123.000537" id="Stroke-35" stroke="#67624E" stroke-width="0.708" stroke-linecap="round" stroke-linejoin="round"></line>
|
|
49
|
+
<line x1="0" y1="136.750597" x2="8.49990046" y2="136.750597" id="Stroke-37" stroke="#67624E" stroke-width="0.708" stroke-linecap="round" stroke-linejoin="round"></line>
|
|
50
|
+
<line x1="4.24995023" y1="132.500579" x2="4.24995023" y2="141.000616" id="Stroke-39" stroke="#67624E" stroke-width="0.708" stroke-linecap="round" stroke-linejoin="round"></line>
|
|
51
|
+
<path d="M98.9988407,98.0004279 C98.9988407,98.0004279 98.9988407,100.000428 98.4988465,100.885441 C98.2458495,101.331442 98.9988407,103.00045 99.998829,102.000445 C100.998817,101.000441 98.9988407,98.0004279 98.9988407,98.0004279" id="Fill-41" fill="#E8E8E8" fill-rule="nonzero"></path>
|
|
52
|
+
<path d="M101.931406,103.743653 C101.931406,103.743653 101.661409,104.861658 101.263414,105.28966 C101.062417,105.505661 101.258414,106.540665 101.952406,106.115663 C102.646398,105.690661 101.931406,103.743653 101.931406,103.743653" id="Fill-43" fill="#E8E8E8" fill-rule="nonzero"></path>
|
|
53
|
+
</g>
|
|
54
|
+
</g>
|
|
55
|
+
</g>
|
|
56
|
+
</g>
|
|
57
|
+
</svg>
|