@jx3box/jx3box-ui 2.0.5 → 2.0.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.
Files changed (226) hide show
  1. package/.storybook/preview.js +22 -13
  2. package/.storybook/storybookMocks.js +191 -0
  3. package/README.md +6 -19
  4. package/assets/css/bread/admin.less +20 -2
  5. package/assets/css/bread/breadcrumb.less +5 -2
  6. package/assets/css/comment/quick-reply.less +1 -1
  7. package/assets/css/common/left-sidebar.less +1 -1
  8. package/assets/css/interact/like2.less +5 -2
  9. package/assets/css/single/author.less +15 -10
  10. package/assets/css/single/cms-single.less +1 -0
  11. package/assets/css/single/thx.less +34 -11
  12. package/assets/data/nav.json +344 -10
  13. package/assets/img/comment/comment.svg +1 -1
  14. package/assets/img/comment/heart_1.svg +1 -1
  15. package/assets/img/comment/hide.svg +1 -1
  16. package/assets/img/leftsidebar/medal.svg +1 -1
  17. package/assets/img/leftsidebar/post.svg +27 -46
  18. package/i18n/messages/en-US.js +357 -22
  19. package/i18n/messages/vi.js +350 -22
  20. package/i18n/messages/zh-CN.js +469 -20
  21. package/i18n/messages/zh-TW.js +350 -22
  22. package/index.js +19 -7
  23. package/package.json +8 -5
  24. package/service/cms.js +22 -0
  25. package/service/commit-history.js +18 -0
  26. package/service/community.js +60 -0
  27. package/service/fav.js +5 -6
  28. package/src/App.vue +154 -80
  29. package/src/Breadcrumb.vue +24 -11
  30. package/src/CommonFooter.vue +2 -2
  31. package/src/Footer.vue +13 -5
  32. package/src/LeftSideToggle.vue +10 -3
  33. package/src/LeftSidebar.vue +19 -5
  34. package/src/Main.vue +9 -2
  35. package/src/RightSidebar.vue +12 -3
  36. package/src/SuspendCommon.vue +52 -38
  37. package/src/author/AuthorFans.vue +7 -5
  38. package/src/author/AuthorFollow.vue +14 -7
  39. package/src/author/AuthorGift.vue +25 -17
  40. package/src/author/AuthorInfo.vue +46 -19
  41. package/src/author/AuthorLink.vue +3 -1
  42. package/src/author/AuthorMedals.vue +5 -2
  43. package/src/author/AuthorPosts.vue +31 -13
  44. package/src/author/AuthorRss.vue +7 -3
  45. package/src/author/AuthorTeams.vue +3 -1
  46. package/src/author/UserPop.vue +29 -17
  47. package/src/bread/Admin.vue +55 -32
  48. package/src/bread/AdminDirectMessage.vue +15 -8
  49. package/src/bread/AdminDrop.vue +124 -45
  50. package/src/bread/CommunityAdmin.vue +527 -0
  51. package/src/bread/DesignTask.vue +30 -26
  52. package/src/bread/ListAdmin.vue +199 -0
  53. package/src/bread/MigrateCommunity.vue +192 -0
  54. package/src/bread/MoveToCommunityDialog.vue +234 -0
  55. package/src/comment/Avatar.vue +18 -24
  56. package/src/comment/CommentContent.vue +57 -37
  57. package/src/comment/CommentContentSimple.vue +61 -63
  58. package/src/comment/CommentInputForm.vue +45 -34
  59. package/src/comment/CommentWithReply.vue +9 -6
  60. package/src/comment/QuickReply.vue +5 -1
  61. package/src/comment/ReplyForReply.vue +6 -4
  62. package/src/comment/ReplyList.vue +28 -18
  63. package/src/comment/Upload.vue +24 -6
  64. package/src/filters/clientBy.vue +10 -8
  65. package/src/filters/markBy.vue +35 -31
  66. package/src/filters/menuBy.vue +20 -22
  67. package/src/filters/orderBy.vue +17 -11
  68. package/src/filters/tagBy.vue +4 -2
  69. package/src/filters/topicBy.vue +12 -10
  70. package/src/filters/versionBy.vue +5 -3
  71. package/src/filters/zlpBy.vue +29 -25
  72. package/src/footer/copyright.vue +5 -5
  73. package/src/footer/links.vue +2 -2
  74. package/src/footer/official.vue +1 -1
  75. package/src/footer/resource.vue +6 -6
  76. package/src/header/alternate.vue +35 -18
  77. package/src/header/asset.vue +9 -19
  78. package/src/header/box.vue +20 -8
  79. package/src/header/box2.vue +16 -9
  80. package/src/header/client.vue +7 -7
  81. package/src/header/lang.vue +41 -6
  82. package/src/header/logo.vue +2 -3
  83. package/src/header/manage.vue +2 -2
  84. package/src/header/message.vue +3 -3
  85. package/src/header/nav.vue +26 -23
  86. package/src/header/publish.vue +2 -2
  87. package/src/header/search.vue +2 -2
  88. package/src/header/shop.vue +2 -2
  89. package/src/header/user.vue +4 -4
  90. package/src/header/userInfo.vue +22 -24
  91. package/src/header/vip.vue +2 -2
  92. package/src/interact/BoxcoinAdmin.vue +30 -16
  93. package/src/interact/BoxcoinRecords.vue +28 -11
  94. package/src/interact/BoxcoinUser.vue +33 -17
  95. package/src/interact/Fav.vue +5 -1
  96. package/src/interact/Homework.vue +318 -0
  97. package/src/interact/Like.vue +4 -2
  98. package/src/interact/Rss.vue +10 -4
  99. package/src/interact/Share.vue +18 -19
  100. package/src/interact/WatchLater.vue +5 -1
  101. package/src/main.js +1 -0
  102. package/src/single/Author.vue +5 -1
  103. package/src/single/CmsSingle.vue +29 -15
  104. package/src/single/Collection.vue +36 -26
  105. package/src/single/Comment.vue +19 -13
  106. package/src/single/Creators.vue +5 -3
  107. package/src/single/PostCollection.vue +158 -0
  108. package/src/single/PostDirectory.vue +0 -126
  109. package/src/single/PostGuide.vue +93 -0
  110. package/src/single/PostHeader.vue +39 -17
  111. package/src/single/PostTopic.vue +3 -3
  112. package/src/single/PostVersion.vue +219 -0
  113. package/src/single/RightAffix.vue +160 -0
  114. package/src/single/SimpleThx.vue +4 -2
  115. package/src/single/Thx.vue +14 -2
  116. package/src/single/VersionDialog.vue +238 -0
  117. package/src/stories/components/StoryPropsTable.vue +137 -0
  118. package/src/stories/filters/FilterGallery.stories.js +110 -0
  119. package/src/stories/filters/clientBy.stories.js +24 -0
  120. package/src/stories/filters/markBy.stories.js +6 -0
  121. package/src/stories/filters/menuBy.stories.js +6 -0
  122. package/src/stories/filters/orderBy.stories.js +6 -0
  123. package/src/stories/filters/tagBy.stories.js +6 -0
  124. package/src/stories/filters/topicBy.stories.js +6 -0
  125. package/src/stories/filters/versionBy.stories.js +6 -0
  126. package/src/stories/filters/zlpBy.stories.js +6 -0
  127. package/src/stories/layout/BaseShell.stories.js +38 -0
  128. package/src/stories/layout/Breadcrumb.stories.js +40 -0
  129. package/src/stories/layout/CommonFooter.stories.js +1 -1
  130. package/src/stories/layout/CommonHeader.stories.js +1 -1
  131. package/src/stories/layout/LeftSideToggle.stories.js +78 -0
  132. package/src/stories/layout/LeftSidebar.stories.js +40 -0
  133. package/src/stories/layout/Main.stories.js +41 -0
  134. package/src/stories/layout/RightSidebar.stories.js +36 -0
  135. package/src/stories/layout/StorybookShell.vue +271 -0
  136. package/src/stories/layout/SuspendCommon.stories.js +67 -0
  137. package/src/stories/layout/SuspendCommonStage.vue +143 -0
  138. package/src/stories/mockData.js +275 -0
  139. package/src/stories/other/UserPop.stories.js +51 -0
  140. package/src/stories/single/Author.stories.js +19 -0
  141. package/src/stories/single/AuthorStoryStage.vue +103 -0
  142. package/src/stories/single/CmsSingle.stories.js +19 -0
  143. package/src/stories/single/CmsSingleStoryStage.vue +118 -0
  144. package/src/stories/single/Collection.stories.js +34 -0
  145. package/src/stories/single/Comment.stories.js +36 -0
  146. package/src/stories/single/Creators.stories.js +34 -0
  147. package/src/stories/single/PostCollection.stories.js +34 -0
  148. package/src/stories/single/PostDirectory.stories.js +31 -0
  149. package/src/stories/single/PostGuide.stories.js +47 -0
  150. package/src/stories/single/PostHeader.stories.js +39 -0
  151. package/src/stories/single/PostVersion.stories.js +41 -0
  152. package/src/stories/single/RightAffix.stories.js +84 -0
  153. package/src/stories/single/SimpleThx.stories.js +39 -0
  154. package/src/stories/single/SingleGallery.stories.js +207 -0
  155. package/src/stories/single/Thx.stories.js +38 -0
  156. package/vue.config.js +2 -12
  157. package/assets/css/common/bottom.less +0 -25
  158. package/assets/css/editor/article.less +0 -36
  159. package/assets/css/editor/combo.less +0 -362
  160. package/assets/css/editor/resource.less +0 -399
  161. package/assets/css/editor/tinymce.less +0 -100
  162. package/assets/css/editor/upload.less +0 -136
  163. package/assets/css/module/author.less +0 -231
  164. package/assets/css/module/buff.less +0 -88
  165. package/assets/css/module/directory.less +0 -165
  166. package/assets/css/module/icon.less +0 -25
  167. package/assets/css/module/item.less +0 -279
  168. package/assets/css/module/item_simple.less +0 -58
  169. package/assets/css/module/jx3_element.less +0 -5
  170. package/assets/css/module/macro.less +0 -89
  171. package/assets/css/module/npc.less +0 -265
  172. package/assets/css/module/resource.less +0 -93
  173. package/assets/css/module/skill.less +0 -74
  174. package/assets/css/module/talent.less +0 -495
  175. package/assets/js/a.js +0 -46
  176. package/assets/js/code.js +0 -13
  177. package/assets/js/combo.js +0 -40
  178. package/assets/js/directory.js +0 -114
  179. package/assets/js/filter2.js +0 -186
  180. package/assets/js/fold.js +0 -11
  181. package/assets/js/gallery.js +0 -14
  182. package/assets/js/hljs_languages.js +0 -177
  183. package/assets/js/iframe.js +0 -38
  184. package/assets/js/img.js +0 -23
  185. package/assets/js/item/attribute_percent.js +0 -88
  186. package/assets/js/item/bind.js +0 -18
  187. package/assets/js/item/border.js +0 -19
  188. package/assets/js/item/border_quest.js +0 -12
  189. package/assets/js/item/color.js +0 -25
  190. package/assets/js/item/hljs_languages.js +0 -177
  191. package/assets/js/item/icon_url.js +0 -15
  192. package/assets/js/item/second_format.js +0 -19
  193. package/assets/js/jx3_element.js +0 -73
  194. package/assets/js/katex.js +0 -181
  195. package/assets/js/macro.js +0 -16
  196. package/assets/js/nextpage.js +0 -4
  197. package/assets/js/pswp.js +0 -67
  198. package/assets/js/pswp_template.js +0 -66
  199. package/assets/js/pz_iframe.js +0 -30
  200. package/assets/js/qixue.js +0 -28
  201. package/assets/js/renderImgPreview.js +0 -18
  202. package/assets/js/script.js +0 -6
  203. package/assets/js/stat.js +0 -107
  204. package/assets/js/talent2.js +0 -21
  205. package/assets/js/tex-mml-chtml.js +0 -36310
  206. package/assets/js/voice.js +0 -238
  207. package/assets/js/xss.js +0 -130
  208. package/src/editor/Article.vue +0 -230
  209. package/src/editor/BoxResource.vue +0 -441
  210. package/src/editor/Resource.vue +0 -623
  211. package/src/editor/Tinymce.vue +0 -204
  212. package/src/editor/Upload.vue +0 -277
  213. package/src/editor/UploadAlum.vue +0 -176
  214. package/src/editor/UploadBanner.vue +0 -156
  215. package/src/editor/components/Author.vue +0 -322
  216. package/src/editor/components/Avatar.vue +0 -95
  217. package/src/editor/components/Buff.vue +0 -80
  218. package/src/editor/components/Combo.vue +0 -259
  219. package/src/editor/components/Equip.vue +0 -299
  220. package/src/editor/components/GameText.vue +0 -242
  221. package/src/editor/components/Item.vue +0 -325
  222. package/src/editor/components/ItemSimple.vue +0 -134
  223. package/src/editor/components/Medal.vue +0 -43
  224. package/src/editor/components/Npc.vue +0 -215
  225. package/src/editor/components/PostAuthor.vue +0 -102
  226. package/src/editor/components/Skill.vue +0 -71
@@ -1,12 +1,346 @@
1
1
  [
2
- { "key": "index", "link": "/index/", "label": "首页", "client": "all", "status": true, "parentKey": "" },
3
- { "key": "macro", "link": "/macro/", "label": "宏库", "client": "all", "status": true, "parentKey": "" },
4
- { "key": "jx3dat", "link": "/jx3dat/", "label": "插件", "client": "all", "status": true, "parentKey": "" },
5
- { "key": "fb", "link": "/fb/", "label": "副本", "client": "all", "status": true, "parentKey": "" },
6
- { "key": "bps", "link": "/bps/", "label": "职业", "client": "all", "status": true, "parentKey": "" },
7
- { "key": "wiki", "link": "/cj/", "label": "百科", "client": "all", "status": true, "parentKey": "" },
8
- { "key": "pvx", "link": "/share/", "label": "休闲", "client": "all", "status": true, "parentKey": "" },
9
- { "key": "pvp", "link": "/pvp/", "label": "竞技", "client": "all", "status": true, "parentKey": "" },
10
- { "key": "tool", "link": "/tool/", "label": "工具", "client": "all", "status": true, "parentKey": "" },
11
- { "key": "bbs", "link": "/bbs/", "label": "茶馆", "client": "all", "status": true, "parentKey": "" }
2
+ {
3
+ "key": "index",
4
+ "link": "/index",
5
+ "label": "首页",
6
+ "client": "all",
7
+ "status": true,
8
+ "parentKey": ""
9
+ },
10
+ {
11
+ "key": "macro",
12
+ "link": "/macro",
13
+ "label": "宏库",
14
+ "client": "all",
15
+ "status": true,
16
+ "parentKey": ""
17
+ },
18
+ {
19
+ "key": "macro_index",
20
+ "link": "/macro/",
21
+ "label": "全门派宏",
22
+ "client": "all",
23
+ "status": true,
24
+ "parentKey": "macro"
25
+ },
26
+ {
27
+ "key": "pz",
28
+ "link": "/pz/",
29
+ "label": "在线配装",
30
+ "client": "all",
31
+ "status": true,
32
+ "parentKey": "macro"
33
+ },
34
+ {
35
+ "key": "talent",
36
+ "link": "/macro/talent/",
37
+ "label": "奇穴模拟",
38
+ "client": "std",
39
+ "status": true,
40
+ "parentKey": "macro"
41
+ },
42
+ {
43
+ "key": "talent2",
44
+ "link": "/macro/talent2/",
45
+ "label": "镇派模拟",
46
+ "client": "origin",
47
+ "status": true,
48
+ "parentKey": "macro"
49
+ },
50
+ {
51
+ "key": "macroeditor",
52
+ "link": "/macro/macroeditor/",
53
+ "label": "宏编辑器",
54
+ "client": "all",
55
+ "status": true,
56
+ "parentKey": "macro"
57
+ },
58
+ {
59
+ "key": "bps",
60
+ "link": "/bps/",
61
+ "label": "职业",
62
+ "client": "all",
63
+ "status": true,
64
+ "parentKey": ""
65
+ },
66
+ {
67
+ "key": "bps_post",
68
+ "link": "/bps/",
69
+ "label": "门派攻略",
70
+ "client": "all",
71
+ "status": true,
72
+ "parentKey": "bps"
73
+ },
74
+ {
75
+ "key": "jcl",
76
+ "link": "/jcl/",
77
+ "label": "战斗分析",
78
+ "client": "all",
79
+ "status": true,
80
+ "parentKey": "bps"
81
+ },
82
+ {
83
+ "key": "battle",
84
+ "link": "/battle/",
85
+ "label": "战斗统计",
86
+ "client": "all",
87
+ "status": true,
88
+ "parentKey": "bps"
89
+ },
90
+ {
91
+ "key": "superstar",
92
+ "link": "/superstar",
93
+ "label": "门派天团",
94
+ "client": "all",
95
+ "status": true,
96
+ "parentKey": "bps"
97
+ },
98
+ {
99
+ "key": "pvp",
100
+ "link": "/pvp/",
101
+ "label": "竞技",
102
+ "client": "all",
103
+ "status": true,
104
+ "parentKey": ""
105
+ },
106
+ {
107
+ "key": "yanxi",
108
+ "link": "/pvp/index",
109
+ "label": "武学研习",
110
+ "client": "all",
111
+ "status": true,
112
+ "parentKey": "pvp"
113
+ },
114
+ {
115
+ "key": "desert",
116
+ "link": "/pvp/desert",
117
+ "label": "绝境战场",
118
+ "client": "all",
119
+ "status": true,
120
+ "parentKey": "pvp"
121
+ },
122
+ {
123
+ "key": "sandbox",
124
+ "link": "/pvp/sandbox",
125
+ "label": "沙盘查询",
126
+ "client": "std",
127
+ "status": true,
128
+ "parentKey": "pvp"
129
+ },
130
+ {
131
+ "key": "changelog",
132
+ "link": "/pvp/changelog",
133
+ "label": "技改历史",
134
+ "client": "all",
135
+ "status": true,
136
+ "parentKey": "pvp"
137
+ },
138
+ {
139
+ "key": "fb",
140
+ "link": "/fb/",
141
+ "label": "副本",
142
+ "client": "all",
143
+ "status": true,
144
+ "parentKey": ""
145
+ },
146
+ {
147
+ "key": "fb_post",
148
+ "link": "/fb/",
149
+ "label": "副本攻略",
150
+ "client": "all",
151
+ "status": true,
152
+ "parentKey": "fb"
153
+ },
154
+ {
155
+ "key": "baizhan",
156
+ "link": "/fb/baizhan",
157
+ "label": "百战查询",
158
+ "client": "std",
159
+ "status": true,
160
+ "parentKey": "fb"
161
+ },
162
+ {
163
+ "key": "bhhj",
164
+ "link": "/app/bhhj",
165
+ "label": "八荒模拟",
166
+ "client": "origin",
167
+ "status": true,
168
+ "parentKey": "fb"
169
+ },
170
+ {
171
+ "key": "team",
172
+ "link": "/team/",
173
+ "label": "团队平台",
174
+ "client": "all",
175
+ "status": true,
176
+ "parentKey": "fb"
177
+ },
178
+ {
179
+ "key": "jdt",
180
+ "link": "/rank/",
181
+ "label": "秘境百强",
182
+ "client": "all",
183
+ "status": true,
184
+ "parentKey": "fb"
185
+ },
186
+ {
187
+ "key": "wiki",
188
+ "link": "/cj/",
189
+ "label": "百科",
190
+ "client": "all",
191
+ "status": true,
192
+ "parentKey": ""
193
+ },
194
+ {
195
+ "key": "cj",
196
+ "link": "/cj/",
197
+ "label": "成就百科",
198
+ "client": "all",
199
+ "status": true,
200
+ "parentKey": "wiki"
201
+ },
202
+ {
203
+ "key": "item",
204
+ "link": "/item/",
205
+ "label": "物品百科",
206
+ "client": "all",
207
+ "status": true,
208
+ "parentKey": "wiki"
209
+ },
210
+ {
211
+ "key": "quest",
212
+ "link": "/quest",
213
+ "label": "任务百科",
214
+ "client": "all",
215
+ "status": true,
216
+ "parentKey": "wiki"
217
+ },
218
+ {
219
+ "key": "knowledge",
220
+ "link": "/knowledge/",
221
+ "label": "通识百科",
222
+ "client": "all",
223
+ "status": true,
224
+ "parentKey": "wiki"
225
+ },
226
+ {
227
+ "key": "pvx",
228
+ "link": "/pvx",
229
+ "label": "休闲",
230
+ "client": "all",
231
+ "status": true,
232
+ "parentKey": ""
233
+ },
234
+ {
235
+ "key": "face",
236
+ "link": "/face/",
237
+ "label": "妆造数据",
238
+ "client": "all",
239
+ "status": true,
240
+ "parentKey": "pvx"
241
+ },
242
+ {
243
+ "key": "adventure",
244
+ "link": "/adventure",
245
+ "label": "珍奇大全",
246
+ "client": "all",
247
+ "status": true,
248
+ "parentKey": "pvx"
249
+ },
250
+ {
251
+ "key": "gonggao",
252
+ "link": "/pvg/gonggao",
253
+ "label": "活动告示",
254
+ "client": "all",
255
+ "status": true,
256
+ "parentKey": "pvx"
257
+ },
258
+ {
259
+ "key": "price",
260
+ "link": "/pvg/price",
261
+ "label": "价格走势",
262
+ "client": "all",
263
+ "status": true,
264
+ "parentKey": "pvx"
265
+ },
266
+ {
267
+ "key": "tool",
268
+ "link": "/tool/",
269
+ "label": "工具",
270
+ "client": "all",
271
+ "status": true,
272
+ "parentKey": ""
273
+ },
274
+ {
275
+ "key": "tool_post",
276
+ "link": "/tool",
277
+ "label": "教程资源",
278
+ "client": "all",
279
+ "status": true,
280
+ "parentKey": "tool"
281
+ },
282
+ {
283
+ "key": "dbm",
284
+ "link": "/dbm/",
285
+ "label": "插件数据",
286
+ "client": "all",
287
+ "status": true,
288
+ "parentKey": "tool"
289
+ },
290
+ {
291
+ "key": "database",
292
+ "link": "/app/database/",
293
+ "label": "数据大全",
294
+ "client": "all",
295
+ "status": true,
296
+ "parentKey": "tool"
297
+ },
298
+ {
299
+ "key": "design",
300
+ "link": "/app/design/",
301
+ "label": "美术资源",
302
+ "client": "all",
303
+ "status": true,
304
+ "parentKey": "tool"
305
+ },
306
+ {
307
+ "key": "bbs",
308
+ "link": "/community",
309
+ "label": "茶馆",
310
+ "client": "all",
311
+ "status": true,
312
+ "parentKey": ""
313
+ },
314
+ {
315
+ "key": "topic",
316
+ "link": "/topic",
317
+ "label": "游戏专题",
318
+ "client": "all",
319
+ "status": true,
320
+ "parentKey": "bbs"
321
+ },
322
+ {
323
+ "key": "event",
324
+ "link": "/event",
325
+ "label": "活动专题",
326
+ "client": "all",
327
+ "status": true,
328
+ "parentKey": "bbs"
329
+ },
330
+ {
331
+ "key": "namespace",
332
+ "link": "/namespace",
333
+ "label": "剑网3.com",
334
+ "client": "all",
335
+ "status": true,
336
+ "parentKey": "bbs"
337
+ },
338
+ {
339
+ "key": "jx3pve",
340
+ "link": "https://jx3pve.jx3box.com",
341
+ "label": "魔盒前身",
342
+ "client": "all",
343
+ "status": true,
344
+ "parentKey": "bbs"
345
+ }
12
346
  ]
@@ -1 +1 @@
1
- <?xml version="1.0" encoding="UTF-8"?><svg width="24" height="24" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M44 6H4V36H13V41L23 36H44V6Z" fill="none" stroke="#666" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 19.5V22.5" stroke="#666" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/><path d="M24 19.5V22.5" stroke="#666" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/><path d="M34 19.5V22.5" stroke="#666" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8"?><svg width="24" height="24" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M44 6H4V36H13V41L23 36H44V6Z" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 19.5V22.5" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/><path d="M24 19.5V22.5" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/><path d="M34 19.5V22.5" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1 +1 @@
1
- <svg id="Layer_1" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg" data-name="Layer 1"><path fill="#0366d6" d="m256 436a54.62 54.62 0 0 1 -29.53-8.64c-25-16.07-73.08-49.05-113.75-89.32-49.91-49.46-75.22-96.04-75.22-138.48 0-29.49 8.72-56.51 25.22-78.13a115.2 115.2 0 0 1 137.89-35.75c21.18 9.14 40.07 24.55 55.39 45 15.32-20.5 34.21-35.91 55.39-45a115.2 115.2 0 0 1 137.89 35.75c16.5 21.62 25.22 48.64 25.22 78.13 0 42.44-25.31 89-75.22 138.44-40.67 40.27-88.73 73.25-113.75 89.32a54.62 54.62 0 0 1 -29.53 8.68zm-101.84-334.94a89.41 89.41 0 0 0 -23.42 3.1 90.93 90.93 0 0 0 -48.15 32.44c-13.14 17.22-20.09 39-20.09 63 0 35.52 22.81 76.12 67.81 120.68 39 38.66 85.47 70.5 109.67 86a29.72 29.72 0 0 0 32 0c24.2-15.54 70.63-47.38 109.67-86 45-44.56 67.81-85.16 67.81-120.68 0-24-6.95-45.74-20.09-63a90.93 90.93 0 0 0 -48.15-32.44c-34.17-9.28-82.18.42-114.48 55.48a12.49 12.49 0 0 1 -21.56 0c-25.38-43.34-60.54-58.58-91.02-58.58z"/></svg>
1
+ <svg id="Layer_1" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg" data-name="Layer 1"><path fill="currentColor" d="m256 436a54.62 54.62 0 0 1 -29.53-8.64c-25-16.07-73.08-49.05-113.75-89.32-49.91-49.46-75.22-96.04-75.22-138.48 0-29.49 8.72-56.51 25.22-78.13a115.2 115.2 0 0 1 137.89-35.75c21.18 9.14 40.07 24.55 55.39 45 15.32-20.5 34.21-35.91 55.39-45a115.2 115.2 0 0 1 137.89 35.75c16.5 21.62 25.22 48.64 25.22 78.13 0 42.44-25.31 89-75.22 138.44-40.67 40.27-88.73 73.25-113.75 89.32a54.62 54.62 0 0 1 -29.53 8.68zm-101.84-334.94a89.41 89.41 0 0 0 -23.42 3.1 90.93 90.93 0 0 0 -48.15 32.44c-13.14 17.22-20.09 39-20.09 63 0 35.52 22.81 76.12 67.81 120.68 39 38.66 85.47 70.5 109.67 86a29.72 29.72 0 0 0 32 0c24.2-15.54 70.63-47.38 109.67-86 45-44.56 67.81-85.16 67.81-120.68 0-24-6.95-45.74-20.09-63a90.93 90.93 0 0 0 -48.15-32.44c-34.17-9.28-82.18.42-114.48 55.48a12.49 12.49 0 0 1 -21.56 0c-25.38-43.34-60.54-58.58-91.02-58.58z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" data-v-ea893728=""><path fill="#0366d6" d="M876.8 156.8c0-9.6-3.2-16-9.6-22.4-6.4-6.4-12.8-9.6-22.4-9.6-9.6 0-16 3.2-22.4 9.6L736 220.8c-64-32-137.6-51.2-224-60.8-160 16-288 73.6-377.6 176C44.8 438.4 0 496 0 512s48 73.6 134.4 176c22.4 25.6 44.8 48 73.6 67.2l-86.4 89.6c-6.4 6.4-9.6 12.8-9.6 22.4 0 9.6 3.2 16 9.6 22.4 6.4 6.4 12.8 9.6 22.4 9.6 9.6 0 16-3.2 22.4-9.6l704-710.4c3.2-6.4 6.4-12.8 6.4-22.4Zm-646.4 528c-76.8-70.4-128-128-153.6-172.8 28.8-48 80-105.6 153.6-172.8C304 272 400 230.4 512 224c64 3.2 124.8 19.2 176 44.8l-54.4 54.4C598.4 300.8 560 288 512 288c-64 0-115.2 22.4-160 64s-64 96-64 160c0 48 12.8 89.6 35.2 124.8L256 707.2c-9.6-6.4-19.2-16-25.6-22.4Zm140.8-96c-12.8-22.4-19.2-48-19.2-76.8 0-44.8 16-83.2 48-112 32-28.8 67.2-48 112-48 28.8 0 54.4 6.4 73.6 19.2zM889.599 336c-12.8-16-28.8-28.8-41.6-41.6l-48 48c73.6 67.2 124.8 124.8 150.4 169.6-28.8 48-80 105.6-153.6 172.8-73.6 67.2-172.8 108.8-284.8 115.2-51.2-3.2-99.2-12.8-140.8-28.8l-48 48c57.6 22.4 118.4 38.4 188.8 44.8 160-16 288-73.6 377.6-176C979.199 585.6 1024 528 1024 512s-48.001-73.6-134.401-176Z"></path><path fill="#0366d6" d="M511.998 672c-12.8 0-25.6-3.2-38.4-6.4l-51.2 51.2c28.8 12.8 57.6 19.2 89.6 19.2 64 0 115.2-22.4 160-64 41.6-41.6 64-96 64-160 0-32-6.4-64-19.2-89.6l-51.2 51.2c3.2 12.8 6.4 25.6 6.4 38.4 0 44.8-16 83.2-48 112-32 28.8-67.2 48-112 48Z"></path></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" data-v-ea893728="" fill="currentColor" ><path d="M876.8 156.8c0-9.6-3.2-16-9.6-22.4-6.4-6.4-12.8-9.6-22.4-9.6-9.6 0-16 3.2-22.4 9.6L736 220.8c-64-32-137.6-51.2-224-60.8-160 16-288 73.6-377.6 176C44.8 438.4 0 496 0 512s48 73.6 134.4 176c22.4 25.6 44.8 48 73.6 67.2l-86.4 89.6c-6.4 6.4-9.6 12.8-9.6 22.4 0 9.6 3.2 16 9.6 22.4 6.4 6.4 12.8 9.6 22.4 9.6 9.6 0 16-3.2 22.4-9.6l704-710.4c3.2-6.4 6.4-12.8 6.4-22.4Zm-646.4 528c-76.8-70.4-128-128-153.6-172.8 28.8-48 80-105.6 153.6-172.8C304 272 400 230.4 512 224c64 3.2 124.8 19.2 176 44.8l-54.4 54.4C598.4 300.8 560 288 512 288c-64 0-115.2 22.4-160 64s-64 96-64 160c0 48 12.8 89.6 35.2 124.8L256 707.2c-9.6-6.4-19.2-16-25.6-22.4Zm140.8-96c-12.8-22.4-19.2-48-19.2-76.8 0-44.8 16-83.2 48-112 32-28.8 67.2-48 112-48 28.8 0 54.4 6.4 73.6 19.2zM889.599 336c-12.8-16-28.8-28.8-41.6-41.6l-48 48c73.6 67.2 124.8 124.8 150.4 169.6-28.8 48-80 105.6-153.6 172.8-73.6 67.2-172.8 108.8-284.8 115.2-51.2-3.2-99.2-12.8-140.8-28.8l-48 48c57.6 22.4 118.4 38.4 188.8 44.8 160-16 288-73.6 377.6-176C979.199 585.6 1024 528 1024 512s-48.001-73.6-134.401-176Z"></path><path d="M511.998 672c-12.8 0-25.6-3.2-38.4-6.4l-51.2 51.2c28.8 12.8 57.6 19.2 89.6 19.2 64 0 115.2-22.4 160-64 41.6-41.6 64-96 64-160 0-32-6.4-64-19.2-89.6l-51.2 51.2c3.2 12.8 6.4 25.6 6.4 38.4 0 44.8-16 83.2-48 112-32 28.8-67.2 48-112 48Z"></path></svg>
@@ -1 +1 @@
1
- <svg id="Capa_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m346.005 512c-3.568 0-7.094-1.272-9.884-3.714l-79.912-69.963-80.359 69.988c-4.433 3.862-10.714 4.775-16.065 2.341-5.351-2.436-8.786-7.772-8.786-13.652v-235.98c0-8.284 6.716-15 15-15h180.003c8.284 0 15 6.716 15 15v235.98c0 5.887-3.443 11.228-8.804 13.66-1.984.9-4.096 1.34-6.193 1.34z" fill="#28c1d1"/><path d="m346.002 246.02h-90.002v192.486l.209-.182 79.912 69.963c2.79 2.441 6.315 3.714 9.884 3.714 2.097 0 4.209-.44 6.193-1.34 5.361-2.432 8.804-7.773 8.804-13.66v-235.981c0-8.285-6.716-15-15-15z" fill="#008896"/><path d="m256 356.574c-5.359 0-10.311-2.859-12.99-7.5l-43.381-75.138h-84.465c-5.359 0-10.311-2.859-12.99-7.5-2.68-4.641-2.68-10.359 0-15l42.233-73.149-42.233-73.149c-2.68-4.641-2.68-10.359 0-15 2.679-4.641 7.631-7.5 12.99-7.5h84.465l43.381-75.138c2.679-4.641 7.631-7.5 12.99-7.5s10.311 2.859 12.99 7.5l43.381 75.138h84.465c5.359 0 10.311 2.859 12.99 7.5 2.68 4.641 2.68 10.359 0 15l-42.233 73.149 42.233 73.149c2.68 4.641 2.68 10.359 0 15-2.679 4.641-7.631 7.5-12.99 7.5h-84.465l-43.381 75.138c-2.679 4.641-7.631 7.5-12.99 7.5z" fill="#fff566"/><path d="m268.99 349.074 43.381-75.138h84.465c5.359 0 10.311-2.859 12.99-7.5 2.68-4.641 2.68-10.359 0-15l-42.233-73.149 42.233-73.149c2.68-4.641 2.68-10.359 0-15-2.679-4.641-7.631-7.5-12.99-7.5h-84.465l-43.381-75.138c-2.679-4.641-7.631-7.5-12.99-7.5v356.574c5.359 0 10.311-2.859 12.99-7.5z" fill="#ffcf2c"/><path d="m312.586 273.936h84.251c5.359 0 10.311-2.859 12.99-7.5 2.68-4.641 2.68-10.359 0-15l-42.233-73.149h-111.594z" fill="#ffb500"/><path d="m115.164 82.638c-5.359 0-10.311 2.859-12.99 7.5-2.68 4.641-2.68 10.359 0 15l42.233 73.149h111.593l-56.585-95.649z" fill="#ffb500"/><path d="m396.837 82.638h-84.251l-56.586 95.649h111.594l42.233-73.149c2.68-4.641 2.68-10.359 0-15-2.679-4.641-7.631-7.5-12.99-7.5z" fill="#ff9300"/><path d="m102.174 251.436c-2.68 4.641-2.68 10.359 0 15 2.679 4.641 7.631 7.5 12.99 7.5h84.251l56.585-95.649h-111.594z" fill="#ffcf2c"/><path d="m93.36 193.29c-3.95 0-7.81-1.6-10.61-4.391-2.79-2.8-4.39-6.67-4.39-10.609 0-3.95 1.6-7.82 4.39-10.61 2.8-2.79 6.66-4.39 10.61-4.39s7.82 1.6 10.61 4.39 4.39 6.66 4.39 10.61-1.6 7.81-4.39 10.609c-2.79 2.79-6.66 4.391-10.61 4.391z" fill="#ffb500"/><path d="m418.64 193.29c-3.95 0-7.81-1.6-10.61-4.391-2.79-2.8-4.39-6.67-4.39-10.609 0-3.95 1.6-7.82 4.39-10.61s6.66-4.39 10.61-4.39 7.81 1.6 10.61 4.39c2.79 2.79 4.39 6.66 4.39 10.61 0 3.94-1.6 7.81-4.39 10.609-2.8 2.79-6.66 4.391-10.61 4.391z" fill="#ff9300"/></svg>
1
+ <svg id="Layer_2_00000154420036756167635810000014143563354178875776_" enable-background="new 0 0 512 512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><g id="_51"><g><path d="m237.1 240.7h37.8v86h-37.8z" fill="#ffb000"/><path d="m213.3 363.5c0-23.6 19.1-42.9 42.7-42.9 23.6 0 42.7 19.3 42.7 42.9z" fill="#ffce00"/><path d="m196 363.5h120c11 0 20 9 20 20v35h-160v-35c0-11 9-20 20-20z" fill="#4d7382"/><path d="m163.5 418.5h185c15.2 0 27.5 12.3 27.5 27.5 0 15.2-12.3 27.5-27.5 27.5h-185c-15.2 0-27.5-12.3-27.5-27.5 0-15.2 12.3-27.5 27.5-27.5z" fill="#ffce00"/></g><g fill="#ffce00"><g><g><path d="m296.5 354.9c-2.5 0-4.7-1.9-5-4.5-.3-2.8 1.7-5.2 4.5-5.5.6-.1 37.7-4.3 73.1-32.5 46.9-37.4 69.8-100.3 66-181.7-.1-2.8 2-5.1 4.8-5.2 2.7-.2 5.1 2 5.2 4.8 2.1 47.3-4.2 88.5-18.9 122.5-11.9 27.4-29.1 50.2-51.3 67.8-37.8 29.9-76.3 34.2-77.9 34.3-.1 0-.3 0-.5 0z"/><path d="m478.7 188.7c-17.6 14.6-42.5 13.5-42.5 13.5s3.6-24.7 21.2-39.3 42.5-13.5 42.5-13.5-3.6 24.7-21.2 39.3z"/><path d="m426.1 158.7c13.1 18.7 10 43.5 10 43.5s-24.3-5.6-37.4-24.3-10-43.5-10-43.5 24.3 5.6 37.4 24.3z"/><path d="m412.8 212.8c11.5 19.8 6.3 44.2 6.3 44.2s-23.8-7.7-35.2-27.4c-11.5-19.8-6.3-44.2-6.3-44.2s23.8 7.6 35.2 27.4z"/><path d="m390.8 263.6c4.6 22.4-8.1 43.9-8.1 43.9s-20.1-14.8-24.6-37.2 8.1-43.9 8.1-43.9 20 14.8 24.6 37.2z"/><path d="m355.7 303.9c-4.7 22.4-24.9 37.1-24.9 37.1s-12.6-21.6-7.9-43.9 24.9-37.1 24.9-37.1 12.6 21.5 7.9 43.9z"/><path d="m462.6 247.4c-18.8 12.9-43.6 9.6-43.6 9.6s5.8-24.3 24.7-37.2 43.6-9.6 43.6-9.6-5.8 24.3-24.7 37.2z"/><path d="m427.4 307.9c-21.3 8.3-44.6-.5-44.6-.5s11.2-22.3 32.5-30.6 44.6.5 44.6.5-11.2 22.3-32.5 30.6z"/><path d="m371.7 358.6c-22.9-.6-40.9-17.8-40.9-17.8s19-16.2 41.8-15.6 40.9 17.8 40.9 17.8-19 16.2-41.8 15.6z"/><path d="m457.3 118.4c0 22.9-16.7 41.4-16.7 41.4s-16.7-18.5-16.7-41.4 16.6-41.4 16.6-41.4 16.8 18.5 16.8 41.4z"/></g><g><path d="m215.5 354.9c2.5 0 4.7-1.9 5-4.5.3-2.8-1.7-5.2-4.5-5.5-.6-.1-37.7-4.3-73.1-32.5-46.9-37.4-69.8-100.3-66-181.7.1-2.8-2-5.1-4.8-5.2-2.7-.2-5.1 2-5.2 4.8-2.2 47.3 4.2 88.5 18.9 122.5 11.9 27.4 29.1 50.2 51.3 67.8 37.8 29.9 76.3 34.2 77.9 34.3z"/><path d="m33.3 188.7c17.6 14.6 42.6 13.5 42.6 13.5s-3.6-24.7-21.2-39.3-42.6-13.5-42.6-13.5 3.6 24.7 21.2 39.3z"/><path d="m85.9 158.7c-13.1 18.7-10 43.5-10 43.5s24.3-5.6 37.4-24.3 10-43.5 10-43.5-24.3 5.6-37.4 24.3z"/><path d="m99.2 212.8c-11.4 19.8-6.3 44.2-6.3 44.2s23.8-7.7 35.2-27.4 6.3-44.2 6.3-44.2-23.8 7.6-35.2 27.4z"/><path d="m121.2 263.6c-4.6 22.4 8.1 43.9 8.1 43.9s20.1-14.8 24.7-37.2-8.1-43.9-8.1-43.9-20.1 14.8-24.7 37.2z"/><path d="m156.3 303.9c4.7 22.4 24.9 37.1 24.9 37.1s12.6-21.6 7.9-43.9-24.9-37.1-24.9-37.1-12.6 21.5-7.9 43.9z"/><path d="m49.4 247.4c18.8 12.9 43.6 9.6 43.6 9.6s-5.8-24.3-24.7-37.2-43.6-9.6-43.6-9.6 5.8 24.3 24.7 37.2z"/><path d="m84.6 307.9c21.3 8.3 44.6-.5 44.6-.5s-11.2-22.3-32.4-30.6c-21.3-8.3-44.6.5-44.6.5s11.1 22.3 32.4 30.6z"/><path d="m140.3 358.6c22.9-.6 40.9-17.8 40.9-17.8s-19-16.2-41.8-15.6-40.9 17.8-40.9 17.8 19 16.2 41.8 15.6z"/><path d="m54.7 118.4c0 22.9 16.7 41.4 16.7 41.4s16.7-18.5 16.7-41.4-16.7-41.4-16.7-41.4-16.7 18.5-16.7 41.4z"/></g></g><path d="m280.8 53.5 22.8 43.5 48.5 8.2c22.3 3.8 31.2 31.1 15.4 47.2l-34.4 35.2 7.1 48.6c3.3 22.4-19.9 39.2-40.2 29.2l-44-21.7-44 21.8c-20.3 10-43.5-6.8-40.2-29.2l7.1-48.6-34.4-35.2c-15.8-16.2-6.9-43.4 15.4-47.2l48.5-8.2 22.8-43.5c10.5-20.1 39.1-20.1 49.6-.1z"/></g></g></g></svg>
@@ -1,46 +1,27 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 512.092 512.092" style="enable-background:new 0 0 512.092 512.092;" xml:space="preserve">
5
- <path style="fill:#FFA000;" d="M396.784,446.553L266.011,115.886c-1.446-3.641-4.771-6.196-8.661-6.656L54.683,85.38
6
- c-5.752-0.808-11.07,3.2-11.878,8.952c-0.018,0.13-0.034,0.261-0.048,0.392L0.091,436.057c-0.763,5.841,3.353,11.196,9.194,11.959
7
- c0.085,0.011,0.171,0.021,0.256,0.03l373.333,42.667h1.216c5.521,0.024,10.148-4.168,10.667-9.664l2.773-29.589
8
- C397.672,449.788,397.416,448.107,396.784,446.553z"/>
9
- <path style="fill:#FFE082;" d="M469.424,94.724c-0.684-5.851-5.983-10.04-11.834-9.355c-0.031,0.004-0.061,0.007-0.092,0.011
10
- l-91.733,10.795L94.832,128.046c-5.801,0.659-9.994,5.86-9.408,11.669l32,341.333c0.519,5.496,5.146,9.688,10.667,9.664h1.216
11
- l373.333-42.667c5.853-0.671,10.053-5.96,9.382-11.813c-0.005-0.045-0.01-0.089-0.016-0.134L469.424,94.724z"/>
12
- <path style="fill:#455A64;" d="M309.424,170.713c-5.891,0.011-10.675-4.757-10.686-10.648c-0.005-2.84,1.123-5.565,3.134-7.571
13
- l53.333-53.333c4.093-4.237,10.845-4.355,15.083-0.262c4.237,4.093,4.354,10.845,0.262,15.083c-0.086,0.089-0.173,0.176-0.262,0.262
14
- l-53.333,53.333C314.96,169.579,312.251,170.707,309.424,170.713z"/>
15
- <circle style="fill:#F44336;" cx="394.758" cy="74.713" r="53.333"/>
16
- <g>
17
- </g>
18
- <g>
19
- </g>
20
- <g>
21
- </g>
22
- <g>
23
- </g>
24
- <g>
25
- </g>
26
- <g>
27
- </g>
28
- <g>
29
- </g>
30
- <g>
31
- </g>
32
- <g>
33
- </g>
34
- <g>
35
- </g>
36
- <g>
37
- </g>
38
- <g>
39
- </g>
40
- <g>
41
- </g>
42
- <g>
43
- </g>
44
- <g>
45
- </g>
46
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Capa_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 512.09 512.09">
3
+ <!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) -->
4
+ <defs>
5
+ <style>
6
+ .st0 {
7
+ fill: #ffa000;
8
+ }
9
+
10
+ .st1 {
11
+ fill: #f44336;
12
+ }
13
+
14
+ .st2 {
15
+ fill: #ffe082;
16
+ }
17
+
18
+ .st3 {
19
+ fill: #455a64;
20
+ }
21
+ </style>
22
+ </defs>
23
+ <path class="st0" d="M372.6,413.82l-108.3-273.84c-1.2-3.02-3.95-5.13-7.17-5.51l-167.84-19.75c-4.76-.67-9.17,2.65-9.84,7.41-.01.11-.03.22-.04.32l-35.33,282.68c-.63,4.84,2.78,9.27,7.61,9.9.07,0,.14.02.21.02l309.18,35.33h1.01c4.57.02,8.4-3.45,8.83-8l2.3-24.5c.12-1.38-.09-2.78-.62-4.06Z"/>
24
+ <path class="st2" d="M432.76,122.45c-.57-4.85-4.95-8.31-9.8-7.75-.03,0-.05,0-.08,0l-75.97,8.94-224.37,26.39c-4.8.55-8.28,4.85-7.79,9.66l26.5,282.68c.43,4.55,4.26,8.02,8.83,8h1.01l309.18-35.33c4.85-.56,8.33-4.94,7.77-9.78,0-.04,0-.07-.01-.11l-35.26-282.71Z"/>
25
+ <path class="st3" d="M300.25,185.38c-4.88,0-8.84-3.94-8.85-8.82,0-2.35.93-4.61,2.6-6.27l44.17-44.17c3.39-3.51,8.98-3.61,12.49-.22,3.51,3.39,3.61,8.98.22,12.49-.07.07-.14.15-.22.22l-44.17,44.17c-1.65,1.66-3.9,2.59-6.24,2.6Z"/>
26
+ <circle class="st1" cx="370.92" cy="105.87" r="44.17"/>
27
+ </svg>