yoyoyo 0.0.9 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (152) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +25 -110
  3. data/_includes/footer.html +4 -1
  4. data/_includes/head.html +48 -23
  5. data/_includes/header.html +6 -10
  6. data/_includes/pagination.html +26 -34
  7. data/_includes/post-card.html +16 -8
  8. data/_layouts/default.html +25 -27
  9. data/_layouts/home.html +8 -16
  10. data/_layouts/post.html +39 -21
  11. data/_sass/footer.scss +45 -0
  12. data/_sass/header.scss +55 -26
  13. data/_sass/highlight.scss +159 -0
  14. data/_sass/main.scss +282 -5
  15. data/assets/.DS_Store +0 -0
  16. data/assets/css/styles.scss +1 -2
  17. data/assets/icon/.DS_Store +0 -0
  18. data/assets/icon/android-icon-144x144.png +0 -0
  19. data/assets/icon/android-icon-192x192.png +0 -0
  20. data/assets/icon/android-icon-36x36.png +0 -0
  21. data/assets/icon/android-icon-48x48.png +0 -0
  22. data/assets/icon/android-icon-72x72.png +0 -0
  23. data/assets/icon/android-icon-96x96.png +0 -0
  24. data/assets/icon/apple-icon-114x114.png +0 -0
  25. data/assets/icon/apple-icon-120x120.png +0 -0
  26. data/assets/icon/apple-icon-144x144.png +0 -0
  27. data/assets/icon/apple-icon-152x152.png +0 -0
  28. data/assets/icon/apple-icon-180x180.png +0 -0
  29. data/assets/icon/apple-icon-57x57.png +0 -0
  30. data/assets/icon/apple-icon-60x60.png +0 -0
  31. data/assets/icon/apple-icon-72x72.png +0 -0
  32. data/assets/icon/apple-icon-76x76.png +0 -0
  33. data/assets/icon/apple-icon-precomposed.png +0 -0
  34. data/assets/icon/apple-icon.png +0 -0
  35. data/assets/icon/arrow_left.svg +1 -0
  36. data/assets/icon/arrow_left_dark.svg +1 -0
  37. data/assets/icon/arrow_right.svg +1 -0
  38. data/assets/icon/arrow_right_dark.svg +1 -0
  39. data/assets/icon/favicon-16x16.png +0 -0
  40. data/assets/icon/favicon-32x32.png +0 -0
  41. data/assets/icon/favicon-96x96.png +0 -0
  42. data/assets/icon/logo-dark.svg +9 -0
  43. data/assets/icon/logo.svg +9 -0
  44. data/assets/icon/ms-icon-144x144.png +0 -0
  45. data/assets/icon/ms-icon-150x150.png +0 -0
  46. data/assets/icon/ms-icon-310x310.png +0 -0
  47. data/assets/icon/ms-icon-70x70.png +0 -0
  48. data/assets/images/.DS_Store +0 -0
  49. data/assets/images/default.jpg +0 -0
  50. data/assets/js/app.js +16 -4504
  51. data/assets/js/precache-manifest.11bcfbfe6b7dae85e86faa087e0a5e06.js +6 -0
  52. data/assets/js/precache-manifest.1915fac201dd24dae9507688967c5188.js +6 -0
  53. data/assets/js/precache-manifest.2065e6686799b73f209ccb8fd864b1b8.js +6 -0
  54. data/assets/js/precache-manifest.39102f4dc1b24b71a25b460ac941d00b.js +6 -0
  55. data/assets/js/precache-manifest.a688172c829679a4a1893fe27d269fe6.js +6 -0
  56. data/assets/js/precache-manifest.a83e5c3f4f128d9750d50cf5abb68afd.js +6 -0
  57. data/assets/js/precache-manifest.c327e4d6b681a2a6c7a14644cb451ef5.js +6 -0
  58. data/assets/js/precache-manifest.f1b04314ba8d2ced03f1d0431a7dd77d.js +6 -0
  59. data/assets/js/sw.js +1 -0
  60. data/assets/js/workbox-0eb1d4be.js +1 -0
  61. data/assets/js/workbox-468c4d03.js +1 -0
  62. data/assets/js/workbox-d9851aed.js +1 -0
  63. metadata +59 -101
  64. data/_sass/_alert.scss +0 -51
  65. data/_sass/_badge.scss +0 -53
  66. data/_sass/_breadcrumb.scss +0 -41
  67. data/_sass/_button-group.scss +0 -163
  68. data/_sass/_buttons.scss +0 -140
  69. data/_sass/_card.scss +0 -310
  70. data/_sass/_carousel.scss +0 -198
  71. data/_sass/_close.scss +0 -44
  72. data/_sass/_code.scss +0 -48
  73. data/_sass/_custom-forms.scss +0 -507
  74. data/_sass/_dropdown.scss +0 -191
  75. data/_sass/_forms.scss +0 -334
  76. data/_sass/_functions.scss +0 -86
  77. data/_sass/_grid.scss +0 -52
  78. data/_sass/_images.scss +0 -42
  79. data/_sass/_input-group.scss +0 -193
  80. data/_sass/_jumbotron.scss +0 -16
  81. data/_sass/_list-group.scss +0 -121
  82. data/_sass/_media.scss +0 -8
  83. data/_sass/_mixins.scss +0 -41
  84. data/_sass/_modal.scss +0 -186
  85. data/_sass/_nav.scss +0 -120
  86. data/_sass/_navbar.scss +0 -299
  87. data/_sass/_pagination.scss +0 -78
  88. data/_sass/_popover.scss +0 -183
  89. data/_sass/_print.scss +0 -141
  90. data/_sass/_progress.scss +0 -34
  91. data/_sass/_reboot.scss +0 -462
  92. data/_sass/_root.scss +0 -19
  93. data/_sass/_spinners.scss +0 -53
  94. data/_sass/_tables.scss +0 -187
  95. data/_sass/_toasts.scss +0 -43
  96. data/_sass/_tooltip.scss +0 -115
  97. data/_sass/_transitions.scss +0 -22
  98. data/_sass/_type.scss +0 -125
  99. data/_sass/_utilities.scss +0 -16
  100. data/_sass/_variables.scss +0 -1091
  101. data/_sass/body.scss +0 -22
  102. data/_sass/bootstrap-grid.scss +0 -29
  103. data/_sass/bootstrap-reboot.scss +0 -12
  104. data/_sass/bootstrap.scss +0 -44
  105. data/_sass/mixins/_alert.scss +0 -13
  106. data/_sass/mixins/_background-variant.scss +0 -21
  107. data/_sass/mixins/_badge.scss +0 -11
  108. data/_sass/mixins/_border-radius.scss +0 -35
  109. data/_sass/mixins/_box-shadow.scss +0 -5
  110. data/_sass/mixins/_breakpoints.scss +0 -123
  111. data/_sass/mixins/_buttons.scss +0 -111
  112. data/_sass/mixins/_caret.scss +0 -62
  113. data/_sass/mixins/_clearfix.scss +0 -7
  114. data/_sass/mixins/_float.scss +0 -11
  115. data/_sass/mixins/_forms.scss +0 -198
  116. data/_sass/mixins/_gradients.scss +0 -45
  117. data/_sass/mixins/_grid-framework.scss +0 -66
  118. data/_sass/mixins/_grid.scss +0 -51
  119. data/_sass/mixins/_hover.scss +0 -37
  120. data/_sass/mixins/_image.scss +0 -36
  121. data/_sass/mixins/_list-group.scss +0 -21
  122. data/_sass/mixins/_lists.scss +0 -7
  123. data/_sass/mixins/_nav-divider.scss +0 -10
  124. data/_sass/mixins/_pagination.scss +0 -22
  125. data/_sass/mixins/_reset-text.scss +0 -17
  126. data/_sass/mixins/_resize.scss +0 -6
  127. data/_sass/mixins/_screen-reader.scss +0 -33
  128. data/_sass/mixins/_size.scss +0 -6
  129. data/_sass/mixins/_table-row.scss +0 -39
  130. data/_sass/mixins/_text-emphasis.scss +0 -14
  131. data/_sass/mixins/_text-hide.scss +0 -13
  132. data/_sass/mixins/_text-truncate.scss +0 -8
  133. data/_sass/mixins/_transition.scss +0 -16
  134. data/_sass/mixins/_visibility.scss +0 -7
  135. data/_sass/utilities/_align.scss +0 -8
  136. data/_sass/utilities/_background.scss +0 -19
  137. data/_sass/utilities/_borders.scss +0 -63
  138. data/_sass/utilities/_clearfix.scss +0 -3
  139. data/_sass/utilities/_display.scss +0 -38
  140. data/_sass/utilities/_embed.scss +0 -39
  141. data/_sass/utilities/_flex.scss +0 -51
  142. data/_sass/utilities/_float.scss +0 -9
  143. data/_sass/utilities/_overflow.scss +0 -5
  144. data/_sass/utilities/_position.scss +0 -32
  145. data/_sass/utilities/_screenreaders.scss +0 -11
  146. data/_sass/utilities/_shadows.scss +0 -6
  147. data/_sass/utilities/_sizing.scss +0 -20
  148. data/_sass/utilities/_spacing.scss +0 -73
  149. data/_sass/utilities/_text.scss +0 -67
  150. data/_sass/utilities/_visibility.scss +0 -11
  151. data/assets/js/app.js.map +0 -1
  152. data/assets/ts/app.ts +0 -10
data/_sass/header.scss CHANGED
@@ -1,22 +1,33 @@
1
1
  .yoyoyo-header {
2
- display: flex;
3
- justify-content: space-between;
4
- align-items: center;
5
- background-color: #fff;
6
- padding: 0;
7
- margin: 0 -1vw;
8
- position: relative;
2
+ .header-description {
3
+ font-size: 11px;
4
+ line-height: 1.4;
5
+ position: fixed;
6
+ z-index: 2;
7
+ top: 55px;
8
+ left: 33px;
9
+ max-width: 400px;
10
+ height: 100px;
11
+ cursor: default;
12
+ transform: rotate(-90deg) translate(-100%, 0%);
13
+ transform-origin: 0 0;
14
+ text-align: right;
15
+ letter-spacing: 2.5px;
16
+ text-transform: uppercase;
17
+ color: v(h1-color);
18
+ }
9
19
 
10
20
  nav,
11
21
  .header-contact {
12
- display: flex;
22
+ // display: flex;
23
+ display: none;
13
24
  align-items: center;
14
25
 
15
26
  a {
16
- padding: 1vw;
17
- font-size: 14px;
18
- line-height: 24px;
19
- color: #131313;
27
+ padding: 0 8px;
28
+ font-size: 16px;
29
+ line-height: 32px;
30
+ color: #3a3a3a;
20
31
  opacity: 0.4;
21
32
  transition: all ease-in-out 380ms;
22
33
 
@@ -32,23 +43,41 @@
32
43
  }
33
44
 
34
45
  a.yoyoyo-header-logo {
35
- padding: 1vw;
36
46
  position: absolute;
37
- background-color: #fff;
38
- left: 50%;
39
- top: 0;
40
- transform: translateX(-50%);
47
+ z-index: 9999;
48
+ width: 50px;
49
+ height: 50px;
50
+ left: 80px;
51
+ top: 55px;
52
+ padding: 0;
41
53
  flex-shrink: 0;
42
54
  display: block;
43
- color: #131313;
44
- font-size: 22px;
45
- line-height: 1em;
46
- font-weight: 600;
47
- text-transform: uppercase;
48
- letter-spacing: 1px;
55
+ transition: all ease-in-out 380ms;
56
+ background-image: url(/assets/icon/logo.svg);
57
+ background-position: center;
58
+ background-repeat: no-repeat;
59
+ background-size: contain;
60
+ }
61
+ }
49
62
 
50
- &:hover {
51
- text-decoration: none;
52
- }
63
+ @media (prefers-color-scheme: dark), (max-width: 992px) {
64
+ .yoyoyo-header a.yoyoyo-header-logo {
65
+ background-image: url(/assets/icon/logo-dark.svg);
66
+ }
67
+
68
+ .yoyoyo-header .header-description {
69
+ opacity: 0.8;
70
+ }
71
+ }
72
+
73
+ @media (max-width: 768px) {
74
+ a.yoyoyo-header-logo {
75
+ left: 30px !important;
76
+ top: 33px !important;
77
+ }
78
+
79
+ .header-description {
80
+ top: 33px !important;
81
+ left: 2px !important;
53
82
  }
54
83
  }
@@ -0,0 +1,159 @@
1
+ .highlighter-rouge {
2
+ padding: 1rem 1rem 1px;
3
+ margin: 1rem 0 1.5rem;
4
+ border-radius: 5px;
5
+ box-shadow: 0 0 1px 0 rgba(8, 11, 14, 0.06),
6
+ 0 6px 6px -1px rgba(8, 11, 14, 0.1);
7
+ position: relative;
8
+ z-index: 1;
9
+ background-color: v(code-background-color);
10
+
11
+ &.language-plaintext {
12
+ padding: 0.25rem 0.5rem;
13
+ margin: auto 0.25rem;
14
+ transition: all ease-in-out 280ms;
15
+
16
+ &:hover {
17
+ background-color: #121212;
18
+ color: #fff;
19
+ }
20
+ }
21
+ }
22
+
23
+ // 别人的
24
+ .highlight {
25
+ color: v(code-default-color);
26
+
27
+ .c,
28
+ .cm,
29
+ .c1,
30
+ .cs {
31
+ color: #408080;
32
+ }
33
+ .k,
34
+ .kc,
35
+ .kd,
36
+ .kn,
37
+ .kp,
38
+ .kr,
39
+ .sx,
40
+ .bp,
41
+ .nt,
42
+ .nb {
43
+ color: #008000;
44
+ }
45
+ .o,
46
+ .m,
47
+ .mf,
48
+ .mh,
49
+ .mi,
50
+ .mo,
51
+ .il {
52
+ color: #666666;
53
+ }
54
+ .cp {
55
+ color: #bc7a00;
56
+ }
57
+ .gd {
58
+ color: #a00000;
59
+ }
60
+ .gr {
61
+ color: #ff0000;
62
+ }
63
+ .gh,
64
+ .gp {
65
+ color: #000080;
66
+ }
67
+ .gi {
68
+ color: #00a000;
69
+ }
70
+ .go {
71
+ color: #808080;
72
+ }
73
+ .gu {
74
+ color: #800080;
75
+ }
76
+ .gt {
77
+ color: #0040d0;
78
+ }
79
+ .kt {
80
+ color: #b00040;
81
+ }
82
+ .na {
83
+ color: #7d9029;
84
+ }
85
+ .no {
86
+ color: #880000;
87
+ }
88
+ .nd,
89
+ .ow {
90
+ color: #aa22ff;
91
+ }
92
+ .ni {
93
+ color: #999999;
94
+ }
95
+ .ne {
96
+ color: #d2413a;
97
+ }
98
+ .nc,
99
+ .nf,
100
+ .nn {
101
+ color: #0000ff;
102
+ }
103
+ .nl {
104
+ color: #a0a000;
105
+ }
106
+ .w {
107
+ color: #bbbbbb;
108
+ }
109
+ .s,
110
+ .sb,
111
+ .sc,
112
+ .sd,
113
+ .s2,
114
+ .sh,
115
+ .s1 {
116
+ color: #ba2121;
117
+ }
118
+ .se {
119
+ color: #bb6622;
120
+ }
121
+ .si,
122
+ .sr {
123
+ color: #bb6688;
124
+ }
125
+ .ss,
126
+ .vs,
127
+ .vg,
128
+ .vi,
129
+ .nv {
130
+ color: #19177c;
131
+ }
132
+ .c,
133
+ .cm,
134
+ .c1,
135
+ .cs,
136
+ .ge,
137
+ .sd {
138
+ font-style: italic;
139
+ }
140
+ .k,
141
+ .kc,
142
+ .kd,
143
+ .kn,
144
+ .kr,
145
+ .gh,
146
+ .gp,
147
+ .gs,
148
+ .gu,
149
+ .nc,
150
+ .ni,
151
+ .ne,
152
+ .nn,
153
+ .nt,
154
+ .ow,
155
+ .se,
156
+ .si {
157
+ font-weight: bold;
158
+ }
159
+ }
data/_sass/main.scss CHANGED
@@ -1,6 +1,46 @@
1
- @import "body";
2
- @import "header";
3
- @import "post";
1
+ @import 'header';
2
+ @import 'post';
3
+ @import 'footer';
4
+ @import 'highlight';
5
+
6
+ $cyan: #17a2b8 !default;
7
+
8
+ :root {
9
+ --body-background-color: #ffffff;
10
+ --card-background-color: #f9f9f9;
11
+ --h1-color: #000000;
12
+ --footer-text-color: #3a3a3a;
13
+ --code-background-color: #ffffff;
14
+ --code-default-color: #000000;
15
+ }
16
+
17
+ @media (prefers-color-scheme: dark) {
18
+ :root {
19
+ --body-background-color: #121212;
20
+ --card-background-color: #222222;
21
+ --h1-color: #ffffff;
22
+ --footer-text-color: #ffffff;
23
+ --code-background-color: #222222;
24
+ --code-default-color: #dadee0;
25
+ }
26
+ }
27
+
28
+ .post-main {
29
+ padding: 80px;
30
+ color: v(h1-color);
31
+ line-height: 1.6;
32
+ }
33
+
34
+ .post-header {
35
+ margin-left: 0 !important;
36
+ margin-right: 0 !important;
37
+ margin-bottom: 0 !important;
38
+ height: auto !important;
39
+ }
40
+
41
+ .post-utteranc {
42
+ padding: 20px 80px;
43
+ }
4
44
 
5
45
  .current {
6
46
  color: $cyan;
@@ -18,6 +58,243 @@
18
58
  display: block;
19
59
  }
20
60
 
21
- .posts-link {
22
- padding: 6vw;
61
+ .home-list {
62
+ padding: 0 80px;
63
+ }
64
+
65
+ .home-pagination {
66
+ padding: 0;
67
+ }
68
+
69
+ .post-item {
70
+ position: relative;
71
+ min-height: 600px;
72
+ margin-bottom: 20px;
73
+
74
+ .post-item-body {
75
+ display: flex;
76
+ justify-content: center;
77
+ align-items: center;
78
+ min-height: inherit;
79
+ height: inherit;
80
+ border-radius: 12px;
81
+ overflow: hidden;
82
+ background-color: v(card-background-color);
83
+ box-shadow: 0 0 1px 0 rgba(8, 11, 14, 0.06),
84
+ 0 6px 6px -1px rgba(8, 11, 14, 0.1);
85
+
86
+ .posts-image,
87
+ .posts-content {
88
+ flex: 1;
89
+ min-height: inherit;
90
+ height: inherit;
91
+ }
92
+
93
+ .posts-image {
94
+ background-position: center;
95
+ background-repeat: no-repeat;
96
+ background-size: cover;
97
+ }
98
+
99
+ .posts-content {
100
+ display: flex;
101
+ flex-direction: column;
102
+ justify-content: center;
103
+
104
+ .posts-body {
105
+ padding: 0 40px;
106
+ }
107
+
108
+ .posts-title {
109
+ font-size: 60px;
110
+ line-height: 1.1;
111
+ color: v(h1-color);
112
+ transition: background-size ease-in-out 580ms;
113
+ background: linear-gradient(v(h1-color), v(h1-color)) no-repeat left 87%/0
114
+ 30%;
115
+ }
116
+
117
+ .posts-description {
118
+ font-size: 16px;
119
+ line-height: 1.5;
120
+ color: v(h1-color);
121
+ margin: 20px 0 15px;
122
+ }
123
+
124
+ .posts-author {
125
+ font-size: 15px;
126
+ line-height: 1.5;
127
+ color: v(h1-color);
128
+ font-weight: 600;
129
+ opacity: 0.8;
130
+ }
131
+ }
132
+
133
+ &:hover {
134
+ text-decoration: none;
135
+
136
+ .posts-title {
137
+ text-decoration: underline;
138
+ // background-size: 97% 30%;
139
+ }
140
+ }
141
+ }
142
+
143
+ &:nth-child(odd) {
144
+ .post-item-body {
145
+ flex-direction: row-reverse;
146
+
147
+ .posts-content {
148
+ .posts-body {
149
+ text-align: right;
150
+ }
151
+ }
152
+ }
153
+ }
154
+
155
+ &:first-child {
156
+ margin-left: -80px;
157
+ margin-right: -80px;
158
+ height: 100vh;
159
+
160
+ .posts-content {
161
+ .posts-body {
162
+ text-align: left !important;
163
+ padding: 0 80px !important;
164
+ }
165
+ }
166
+
167
+ .post-item-body {
168
+ border-radius: 0;
169
+ box-shadow: none;
170
+ }
171
+ }
172
+ }
173
+
174
+ .list-pagination {
175
+ display: flex;
176
+ align-items: center;
177
+
178
+ .pagination-arrow {
179
+ flex: 1;
180
+ padding: 80px;
181
+ background-position: center;
182
+ background-repeat: no-repeat;
183
+ background-size: 40px;
184
+ display: flex;
185
+ align-items: center;
186
+ justify-content: center;
187
+ font-size: 16px;
188
+ line-height: 1.5;
189
+ color: v(h1-color);
190
+
191
+ &:hover {
192
+ text-decoration: none;
193
+ }
194
+ }
195
+
196
+ .arrow-left::before {
197
+ content: '';
198
+ display: inline-block;
199
+ width: 40px;
200
+ height: 40px;
201
+ background-position: center;
202
+ background-repeat: no-repeat;
203
+ background-size: contain;
204
+ background-image: url(/assets/icon/arrow_left.svg);
205
+ }
206
+
207
+ .arrow-right::after {
208
+ content: '';
209
+ display: inline-block;
210
+ width: 40px;
211
+ height: 40px;
212
+ background-position: center;
213
+ background-repeat: no-repeat;
214
+ background-size: contain;
215
+ background-image: url(/assets/icon/arrow_right.svg);
216
+ }
217
+ }
218
+
219
+ @media (max-width: 992px) {
220
+ .post-item {
221
+ .post-item-body {
222
+ flex-direction: column !important;
223
+
224
+ .posts-image,
225
+ .posts-content {
226
+ width: 100%;
227
+ min-height: initial !important;
228
+ height: initial !important;
229
+ }
230
+
231
+ .posts-image {
232
+ flex: 1 !important;
233
+ }
234
+
235
+ .posts-content {
236
+ flex: initial !important;
237
+ padding: 40px 0;
238
+ }
239
+
240
+ .posts-content .posts-body > * {
241
+ text-align: center !important;
242
+ }
243
+ }
244
+ }
245
+ }
246
+
247
+ @media (max-width: 768px) {
248
+ .post-item {
249
+ &:first-child {
250
+ margin-left: -20px;
251
+ margin-right: -20px;
252
+ }
253
+
254
+ .post-item-body {
255
+ .posts-content {
256
+ padding: 40px 0;
257
+
258
+ .posts-body {
259
+ padding: 0 20px !important;
260
+ }
261
+
262
+ .posts-title {
263
+ font-size: 26px;
264
+ }
265
+ }
266
+ }
267
+ }
268
+
269
+ .home-list {
270
+ padding: 0 20px;
271
+ }
272
+
273
+ .pagination-arrow {
274
+ padding: 40px 20px !important;
275
+ }
276
+
277
+ .post-main {
278
+ padding: 30px 20px;
279
+ }
280
+
281
+ .post-utteranc {
282
+ padding: 20px 16px;
283
+ }
284
+ }
285
+
286
+ @media (prefers-color-scheme: dark) {
287
+ .post-item .post-item-body {
288
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
289
+ }
290
+
291
+ .list-pagination {
292
+ .arrow-left::before {
293
+ background-image: url(/assets/icon/arrow_left_dark.svg);
294
+ }
295
+
296
+ .arrow-right::after {
297
+ background-image: url(/assets/icon/arrow_right_dark.svg);
298
+ }
299
+ }
23
300
  }
data/assets/.DS_Store CHANGED
Binary file
@@ -1,5 +1,4 @@
1
1
  ---
2
2
  ---
3
3
 
4
- @import "bootstrap";
5
- @import "main";
4
+ @import "main";
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1591367844519" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3709" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M589.088 790.624L310.464 512l278.624-278.624 45.248 45.248L400.96 512l233.376 233.376z" fill="#000000" p-id="3710"></path></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1591367844519" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3709" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M589.088 790.624L310.464 512l278.624-278.624 45.248 45.248L400.96 512l233.376 233.376z" fill="#ffffff" p-id="3710"></path></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1591367967827" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3936" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M434.944 790.624l-45.248-45.248L623.04 512l-233.376-233.376 45.248-45.248L713.568 512z" fill="#000000" p-id="3937"></path></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1591367967827" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3936" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M434.944 790.624l-45.248-45.248L623.04 512l-233.376-233.376 45.248-45.248L713.568 512z" fill="#ffffff" p-id="3937"></path></svg>
Binary file
Binary file
Binary file
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="158px" height="178px" viewBox="0 0 158 178" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Y</title>
4
+ <g id="js-icon" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="画板" transform="translate(-49.000000, -52.000000)" fill="#FFFFFF" fill-rule="nonzero">
6
+ <polygon id="Y" transform="translate(128.000023, 141.153819) rotate(-360.000000) translate(-128.000023, -141.153819) " points="149.025671 230 149.025671 163.333313 206.974406 52.3076384 162.743624 52.3076384 128.769254 128.846123 95.0512954 52.3076384 49.0256404 52.3076384 106.974376 163.589723 106.974376 230"></polygon>
7
+ </g>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="158px" height="178px" viewBox="0 0 158 178" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Y</title>
4
+ <g id="js-icon" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="画板" transform="translate(-49.000000, -52.000000)" fill="#000000" fill-rule="nonzero">
6
+ <polygon id="Y" transform="translate(128.000023, 141.153819) rotate(-360.000000) translate(-128.000023, -141.153819) " points="149.025671 230 149.025671 163.333313 206.974406 52.3076384 162.743624 52.3076384 128.769254 128.846123 95.0512954 52.3076384 49.0256404 52.3076384 106.974376 163.589723 106.974376 230"></polygon>
7
+ </g>
8
+ </g>
9
+ </svg>
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file