jekyll-theme-chirpy 5.5.2 → 5.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +59 -70
- data/_data/assets/cross_origin.yml +3 -3
- data/_data/assets/self_host.yml +19 -19
- data/_data/contact.yml +18 -20
- data/_data/locales/el-GR.yml +93 -0
- data/_data/share.yml +8 -10
- data/_includes/head.html +19 -18
- data/_includes/js-selector.html +42 -45
- data/_includes/mode-toggle.html +22 -31
- data/_includes/sidebar.html +20 -17
- data/_includes/toc.html +6 -6
- data/_layouts/default.html +1 -1
- data/_layouts/home.html +51 -52
- data/_sass/addon/commons.scss +107 -64
- data/_sass/addon/module.scss +2 -2
- data/_sass/addon/syntax.scss +13 -19
- data/_sass/addon/variables.scss +6 -6
- data/_sass/colors/dark-syntax.scss +6 -3
- data/_sass/colors/dark-typography.scss +19 -30
- data/_sass/colors/light-syntax.scss +1 -1
- data/_sass/colors/light-typography.scss +16 -12
- data/_sass/jekyll-theme-chirpy.scss +1 -1
- data/_sass/layout/archives.scss +13 -5
- data/_sass/layout/categories.scss +2 -1
- data/_sass/layout/category-tag.scss +9 -5
- data/_sass/layout/home.scss +45 -21
- data/_sass/layout/post.scss +53 -26
- data/assets/js/dist/categories.min.js +2 -2
- data/assets/js/dist/commons.min.js +2 -2
- data/assets/js/dist/misc.min.js +2 -2
- data/assets/js/dist/page.min.js +2 -2
- data/assets/js/dist/post.min.js +2 -2
- metadata +5 -7
- data/assets/js/dist/home.min.js +0 -6
- data/assets/js/dist/pvreport.min.js +0 -6
@@ -4,9 +4,8 @@
|
|
4
4
|
|
5
5
|
@mixin light-scheme {
|
6
6
|
/* Framework color */
|
7
|
-
--body-bg: #fafafa;
|
8
|
-
--mask-bg: #c1c3c5;
|
9
7
|
--main-bg: white;
|
8
|
+
--mask-bg: #c1c3c5;
|
10
9
|
--main-border-color: #f3f3f3;
|
11
10
|
|
12
11
|
/* Common color */
|
@@ -24,14 +23,17 @@
|
|
24
23
|
--btn-box-shadow: #eaeaea;
|
25
24
|
--checkbox-color: #c5c5c5;
|
26
25
|
--checkbox-checked-color: #07a8f7;
|
27
|
-
--img-bg: radial-gradient(
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
)
|
26
|
+
--img-bg: radial-gradient(
|
27
|
+
circle,
|
28
|
+
rgb(255, 255, 255) 0%,
|
29
|
+
rgb(249, 249, 249) 100%
|
30
|
+
);
|
31
|
+
--shimmer-bg: linear-gradient(
|
32
|
+
90deg,
|
33
|
+
rgba(250, 250, 250, 0) 0%,
|
34
|
+
rgba(232, 230, 230, 1) 50%,
|
35
|
+
rgba(250, 250, 250, 0) 100%
|
36
|
+
);
|
35
37
|
|
36
38
|
/* Sidebar */
|
37
39
|
--sidebar-bg: #eeeeee;
|
@@ -59,8 +61,10 @@
|
|
59
61
|
--pin-color: #999fa4;
|
60
62
|
|
61
63
|
/* Posts */
|
64
|
+
--toc-highlight: #563d7c;
|
62
65
|
--btn-share-hover-color: var(--link-color);
|
63
|
-
--card-
|
66
|
+
--card-hovor-bg: #eeeeee;
|
67
|
+
--card-border-color: #ececec;
|
64
68
|
--card-box-shadow: rgba(234, 234, 234, 0.76);
|
65
69
|
--label-color: #616161;
|
66
70
|
--relate-post-date: rgba(30, 55, 70, 0.4);
|
@@ -85,7 +89,7 @@
|
|
85
89
|
--prompt-danger-bg: rgb(248, 215, 218, 0.56);
|
86
90
|
--prompt-danger-icon-color: #df3c30;
|
87
91
|
|
88
|
-
[class^=
|
92
|
+
[class^='prompt-'] {
|
89
93
|
--link-underline-color: rgb(219, 216, 216);
|
90
94
|
}
|
91
95
|
|
data/_sass/layout/archives.scss
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
$timeline-width: 4px;
|
9
9
|
|
10
10
|
%timeline {
|
11
|
-
content:
|
11
|
+
content: '';
|
12
12
|
width: $timeline-width;
|
13
13
|
position: relative;
|
14
14
|
float: left;
|
@@ -37,8 +37,9 @@
|
|
37
37
|
top: 24px;
|
38
38
|
}
|
39
39
|
|
40
|
-
|
41
|
-
|
40
|
+
/* Year dot */
|
41
|
+
&::after {
|
42
|
+
content: '';
|
42
43
|
display: inline-block;
|
43
44
|
position: relative;
|
44
45
|
border-radius: 50%;
|
@@ -63,7 +64,14 @@
|
|
63
64
|
|
64
65
|
&:nth-child(odd) {
|
65
66
|
background-color: var(--main-bg, #ffffff);
|
66
|
-
background-image: linear-gradient(
|
67
|
+
background-image: linear-gradient(
|
68
|
+
to left,
|
69
|
+
#ffffff,
|
70
|
+
#fbfbfb,
|
71
|
+
#fbfbfb,
|
72
|
+
#fbfbfb,
|
73
|
+
#ffffff
|
74
|
+
);
|
67
75
|
}
|
68
76
|
|
69
77
|
&::before {
|
@@ -109,7 +117,7 @@
|
|
109
117
|
|
110
118
|
&::before {
|
111
119
|
/* the dot before post title */
|
112
|
-
content:
|
120
|
+
content: '';
|
113
121
|
display: inline-block;
|
114
122
|
position: relative;
|
115
123
|
border-radius: 50%;
|
@@ -13,31 +13,35 @@
|
|
13
13
|
line-height: 1.5rem;
|
14
14
|
padding: 0.6rem 0;
|
15
15
|
|
16
|
-
|
16
|
+
/* dot */
|
17
|
+
&::before {
|
17
18
|
background: #999999;
|
18
19
|
width: 5px;
|
19
20
|
height: 5px;
|
20
21
|
border-radius: 50%;
|
21
22
|
display: block;
|
22
|
-
content:
|
23
|
+
content: '';
|
23
24
|
position: relative;
|
24
25
|
top: 0.6rem;
|
25
26
|
margin-right: 0.5rem;
|
26
27
|
}
|
27
28
|
|
28
|
-
|
29
|
+
/* post's title */
|
30
|
+
> a {
|
29
31
|
@extend %no-bottom-border;
|
30
32
|
|
31
33
|
font-size: 1.1rem;
|
32
34
|
}
|
33
35
|
|
36
|
+
/* post's date */
|
34
37
|
> span:last-child {
|
35
38
|
white-space: nowrap;
|
36
|
-
}
|
39
|
+
}
|
37
40
|
}
|
38
41
|
}
|
39
42
|
|
40
|
-
|
43
|
+
/* tag icon */
|
44
|
+
#page-tag h1 > i {
|
41
45
|
font-size: 1.2rem;
|
42
46
|
}
|
43
47
|
|
data/_sass/layout/home.scss
CHANGED
@@ -53,16 +53,26 @@
|
|
53
53
|
} /* .pagination */
|
54
54
|
|
55
55
|
#post-list {
|
56
|
-
margin-top:
|
56
|
+
margin-top: 1.75rem;
|
57
57
|
padding-right: 0.5rem;
|
58
58
|
|
59
|
+
a:hover {
|
60
|
+
text-decoration: none;
|
61
|
+
}
|
62
|
+
|
59
63
|
.post-preview {
|
60
|
-
padding
|
61
|
-
|
62
|
-
border
|
64
|
+
padding: 0.25rem;
|
65
|
+
border-radius: 0.75rem;
|
66
|
+
border: 1px solid var(--card-border-color);
|
67
|
+
background: var(--card-bg);
|
68
|
+
|
69
|
+
&:hover {
|
70
|
+
background: var(--card-hovor-bg);
|
71
|
+
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
|
72
|
+
}
|
63
73
|
|
64
|
-
|
65
|
-
|
74
|
+
&:not(:last-child) {
|
75
|
+
margin-bottom: 1.75rem;
|
66
76
|
}
|
67
77
|
|
68
78
|
h1 {
|
@@ -103,7 +113,6 @@
|
|
103
113
|
color: var(--post-list-text-color);
|
104
114
|
|
105
115
|
> p {
|
106
|
-
/* Make preview shorter on the homepage */
|
107
116
|
margin: 0;
|
108
117
|
overflow: hidden;
|
109
118
|
text-overflow: ellipsis;
|
@@ -115,8 +124,19 @@
|
|
115
124
|
} /* .post-preview */
|
116
125
|
} /* #post-list */
|
117
126
|
|
127
|
+
@media (hover: hover) {
|
128
|
+
.post-preview {
|
129
|
+
transition: all 0.35s ease-in-out;
|
130
|
+
}
|
131
|
+
}
|
132
|
+
|
118
133
|
/* Hide SideBar and TOC */
|
119
134
|
@media all and (max-width: 830px) {
|
135
|
+
.post-preview {
|
136
|
+
margin-left: -0.5rem;
|
137
|
+
margin-right: -0.5rem;
|
138
|
+
}
|
139
|
+
|
120
140
|
.pagination {
|
121
141
|
justify-content: space-evenly;
|
122
142
|
|
@@ -131,20 +151,24 @@
|
|
131
151
|
/* Sidebar is visible */
|
132
152
|
@media all and (min-width: 831px) {
|
133
153
|
#post-list {
|
134
|
-
margin-top:
|
135
|
-
|
136
|
-
.post-preview
|
137
|
-
.
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
154
|
+
margin-top: 3rem;
|
155
|
+
|
156
|
+
.post-preview {
|
157
|
+
padding: 0.5rem;
|
158
|
+
|
159
|
+
.post-meta {
|
160
|
+
.pin {
|
161
|
+
background: var(--pin-bg);
|
162
|
+
border-radius: 5px;
|
163
|
+
line-height: 1.4rem;
|
164
|
+
height: 1.3rem;
|
165
|
+
margin-top: 3px;
|
166
|
+
padding-left: 1px;
|
167
|
+
padding-right: 6px;
|
168
|
+
|
169
|
+
> span {
|
170
|
+
display: inline;
|
171
|
+
}
|
148
172
|
}
|
149
173
|
}
|
150
174
|
}
|
data/_sass/layout/post.scss
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
}
|
18
18
|
|
19
19
|
@mixin dot($pl: 0.25rem, $pr: 0.25rem) {
|
20
|
-
content:
|
20
|
+
content: '\2022';
|
21
21
|
padding-left: $pl;
|
22
22
|
padding-right: $pr;
|
23
23
|
}
|
@@ -26,17 +26,9 @@
|
|
26
26
|
color: var(--text-color);
|
27
27
|
}
|
28
28
|
|
29
|
-
%preview-margin {
|
30
|
-
margin: 0;
|
31
|
-
}
|
32
|
-
|
33
29
|
.preview-img {
|
34
|
-
@include align-center;
|
35
|
-
@extend %preview-margin;
|
36
30
|
@extend %rounded;
|
37
31
|
|
38
|
-
max-width: 100%;
|
39
|
-
|
40
32
|
&:not(.no-bg) {
|
41
33
|
img.lazyloaded {
|
42
34
|
background: var(--img-bg);
|
@@ -48,7 +40,6 @@
|
|
48
40
|
-o-object-fit: cover;
|
49
41
|
object-fit: cover;
|
50
42
|
|
51
|
-
@extend %preview-margin;
|
52
43
|
@extend %rounded;
|
53
44
|
}
|
54
45
|
}
|
@@ -100,6 +91,7 @@ h1 + .post-meta {
|
|
100
91
|
vertical-align: middle;
|
101
92
|
-webkit-user-select: none;
|
102
93
|
-moz-user-select: none;
|
94
|
+
-ms-user-select: none;
|
103
95
|
user-select: none;
|
104
96
|
|
105
97
|
.share-icons {
|
@@ -124,7 +116,7 @@ h1 + .post-meta {
|
|
124
116
|
&:hover {
|
125
117
|
text-decoration: none;
|
126
118
|
|
127
|
-
>i {
|
119
|
+
> i {
|
128
120
|
@extend %btn-share-hovor;
|
129
121
|
}
|
130
122
|
}
|
@@ -259,24 +251,58 @@ h1 + .post-meta {
|
|
259
251
|
transition: top 0.2s ease-in-out;
|
260
252
|
-webkit-animation: fade-up 0.8s;
|
261
253
|
animation: fade-up 0.8s;
|
262
|
-
}
|
263
254
|
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
255
|
+
ul {
|
256
|
+
list-style: none;
|
257
|
+
font-size: 0.85rem;
|
258
|
+
line-height: 1.25;
|
259
|
+
padding-left: 0;
|
268
260
|
|
269
261
|
li {
|
270
|
-
|
271
|
-
|
262
|
+
&:not(:last-child) {
|
263
|
+
margin: 0.4rem 0;
|
264
|
+
}
|
265
|
+
|
266
|
+
a {
|
267
|
+
padding: 0.2rem 0 0.2rem 1.25rem;
|
268
|
+
}
|
272
269
|
}
|
273
|
-
}
|
274
|
-
}
|
275
270
|
|
276
|
-
|
277
|
-
|
278
|
-
.
|
279
|
-
|
271
|
+
/* Overwrite TOC plugin style */
|
272
|
+
|
273
|
+
.toc-link {
|
274
|
+
display: block;
|
275
|
+
white-space: nowrap;
|
276
|
+
overflow: hidden;
|
277
|
+
text-overflow: ellipsis;
|
278
|
+
|
279
|
+
&:hover {
|
280
|
+
color: var(--toc-highlight);
|
281
|
+
text-decoration: none;
|
282
|
+
}
|
283
|
+
|
284
|
+
&::before {
|
285
|
+
display: none;
|
286
|
+
}
|
287
|
+
}
|
288
|
+
|
289
|
+
.is-active-link {
|
290
|
+
color: var(--toc-highlight) !important;
|
291
|
+
font-weight: 600;
|
292
|
+
|
293
|
+
&::before {
|
294
|
+
display: inline-block;
|
295
|
+
width: 1px;
|
296
|
+
left: -1px;
|
297
|
+
height: 1.25rem;
|
298
|
+
background-color: var(--toc-highlight) !important;
|
299
|
+
}
|
300
|
+
}
|
301
|
+
|
302
|
+
ul {
|
303
|
+
a {
|
304
|
+
padding-left: 2rem;
|
305
|
+
}
|
280
306
|
}
|
281
307
|
}
|
282
308
|
}
|
@@ -333,7 +359,8 @@ nav[data-toggle="toc"] {
|
|
333
359
|
margin-bottom: 2rem;
|
334
360
|
}
|
335
361
|
|
336
|
-
|
362
|
+
/* stylelint-disable-next-line selector-id-pattern */
|
363
|
+
#disqus_thread {
|
337
364
|
min-height: 8.5rem;
|
338
365
|
}
|
339
366
|
}
|
@@ -346,7 +373,7 @@ nav[data-toggle="toc"] {
|
|
346
373
|
@include label(inherit, 400, inherit);
|
347
374
|
|
348
375
|
&::after {
|
349
|
-
content:
|
376
|
+
content: ':';
|
350
377
|
}
|
351
378
|
}
|
352
379
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
|
-
* Chirpy v5.
|
2
|
+
* Chirpy v5.6.0 (https://github.com/cotes2020/jekyll-theme-chirpy/)
|
3
3
|
* © 2019 Cotes Chung
|
4
4
|
* MIT Licensed
|
5
5
|
*/
|
6
|
-
|
6
|
+
!function(){"use strict";var o=$(".mode-toggle");function t(o,t){if(!(o instanceof t))throw new TypeError("Cannot call a class as a function")}function e(o,t){for(var e=0;e<t.length;e++){var n=t[e];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(o,a(n.key),n)}}function n(o,t,n){return t&&e(o.prototype,t),n&&e(o,n),Object.defineProperty(o,"prototype",{writable:!1}),o}function r(o,t,e){return(t=a(t))in o?Object.defineProperty(o,t,{value:e,enumerable:!0,configurable:!0,writable:!0}):o[t]=e,o}function a(o){var t=function(o,t){if("object"!=typeof o||null===o)return o;var e=o[Symbol.toPrimitive];if(void 0!==e){var n=e.call(o,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(o)}(o,"string");return"symbol"==typeof t?t:String(t)}var i=$("body"),l="sidebar-display",s=function(){function o(){t(this,o)}return n(o,null,[{key:"toggle",value:function(){!1===o.isExpanded?i.attr(l,""):i.removeAttr(l),o.isExpanded=!o.isExpanded}}]),o}();r(s,"isExpanded",!1);var c="div.post>h1:first-of-type",u=$(c),f=$("#topbar-title"),d=f.text().trim();var p=$("#sidebar-trigger"),b=$("#search-trigger"),v=$("#search-cancel"),h=$("#main"),g=$("#topbar-title"),k=$("#search-wrapper"),y=$("#search-result-wrapper"),m=$("#search-results"),w=$("#search-input"),C=$("#search-hints"),T=$("html,body"),L="loaded",x="unloaded",I="input-focus",O="d-flex",U=function(){function o(){t(this,o)}return n(o,null,[{key:"on",value:function(){o.offset=window.scrollY,T.scrollTop(0)}},{key:"off",value:function(){T.scrollTop(o.offset)}}]),o}();r(U,"offset",0),r(U,"resultVisible",!1);var S=function(){function o(){t(this,o)}return n(o,null,[{key:"on",value:function(){p.addClass(x),g.addClass(x),b.addClass(x),k.addClass(O),v.addClass(L)}},{key:"off",value:function(){v.removeClass(L),k.removeClass(O),p.removeClass(x),g.removeClass(x),b.removeClass(x)}}]),o}(),E=function(){function o(){t(this,o)}return n(o,null,[{key:"on",value:function(){U.resultVisible||(U.on(),y.removeClass(x),h.addClass(x),U.resultVisible=!0)}},{key:"off",value:function(){U.resultVisible&&(m.empty(),C.hasClass(x)&&C.removeClass(x),y.addClass(x),h.removeClass(x),U.off(),w.val(""),U.resultVisible=!1)}}]),o}();function j(){return v.hasClass(L)}var P="data-topbar-visible",V=$("body"),H=$("#topbar-wrapper"),M=function(){function o(){t(this,o)}return n(o,null,[{key:"hideTopbar",value:function(){V.attr(P,"false")}},{key:"showTopbar",value:function(){V.attr(P,"true")}},{key:"addScrollUpTask",value:function(){o.scrollUpCount+=1,o.topbarIsLocked||(o.topbarIsLocked=!0)}},{key:"popScrollUpTask",value:function(){o.scrollUpCount-=1}},{key:"hasScrollUpTask",value:function(){return o.scrollUpCount>0}},{key:"topbarLocked",value:function(){return!0===o.topbarIsLocked}},{key:"unlockTopbar",value:function(){o.topbarIsLocked=!1}},{key:"getTopbarHeight",value:function(){return H.outerHeight()}},{key:"orientationLocked",value:function(){return!0===o.orientationIsLocked}},{key:"lockOrientation",value:function(){o.orientationIsLocked=!0}},{key:"unLockOrientation",value:function(){o.orientationIsLocked=!1}}]),o}();r(M,"scrollUpCount",0),r(M,"topbarIsLocked",!1),r(M,"orientationIsLocked",!1);var N,R=$("#search-input"),_=M.getTopbarHeight(),q=0;function A(){0!==$(window).scrollTop()&&(M.lockOrientation(),M.hideTopbar())}function Y(){var o=screen.orientation;o?o.onchange=function(){var t=o.type;"landscape-primary"!==t&&"landscape-secondary"!==t||A()}:$(window).on("orientationchange",(function(){$(window).width()<$(window).height()&&A()})),$(window).on("scroll",(function(){N||(N=!0)})),setInterval((function(){N&&(!function(){var o=$(window).scrollTop();if(!(Math.abs(q-o)<=_)){if(o>q)M.hideTopbar(),R.is(":focus")&&R.trigger("blur");else if(o+$(window).height()<$(document).height()){if(M.hasScrollUpTask())return;M.topbarLocked()?M.unlockTopbar():M.orientationLocked()?M.unLockOrientation():M.showTopbar()}q=o}}(),N=!1)}),250)}var z="l_",B="h_",D=$(".collapse");$(".code-header>button").children().attr("class"),$(window).on("scroll",(function(){$(window).scrollTop()>50&&"none"===$("#sidebar-trigger").css("display")?$("#back-to-top").fadeIn():$("#back-to-top").fadeOut()})),$("#back-to-top").on("click",(function(){return $("body,html").animate({scrollTop:0},800),!1})),$('[data-toggle="tooltip"]').tooltip(),0!==o.length&&o.off().on("click",(function(o){var t=$(o.target),e=t.prop("tagName")==="button".toUpperCase()?t:t.parent();modeToggle.flipMode(),e.trigger("blur")})),$("#sidebar-trigger").on("click",s.toggle),$("#mask").on("click",s.toggle),function(){if(0!==u.length&&!u.hasClass("dynamic-title")&&!f.is(":hidden")){var o=u.text().trim(),t=!1,e=0;($("#page-category").length||$("#page-tag").length)&&/\s/.test(o)&&(o=o.replace(/[0-9]/g,"").trim()),u.offset().top<$(window).scrollTop()&&f.text(o),new IntersectionObserver((function(n){if(t){var r=$(window).scrollTop(),a=e<r;e=r;var i=n[0];a?0===i.intersectionRatio&&f.text(o):1===i.intersectionRatio&&f.text(d)}else t=!0}),{rootMargin:"-48px 0px 0px 0px",threshold:[0,1]}).observe(document.querySelector(c)),f.on("click",(function(){$("body,html").animate({scrollTop:0},800)}))}}(),b.on("click",(function(){S.on(),E.on(),w.trigger("focus")})),v.on("click",(function(){S.off(),E.off()})),w.on("focus",(function(){k.addClass(I)})),w.on("focusout",(function(){k.removeClass(I)})),w.on("input",(function(){""===w.val()?j()?C.removeClass(x):E.off():(E.on(),j()&&C.addClass(x))})),Y(),D.on("hide.bs.collapse",(function(){var o=B+$(this).attr("id").substring(z.length);o&&($("#".concat(o," .far.fa-folder-open")).attr("class","far fa-folder fa-fw"),$("#".concat(o," i.fas")).addClass("rotate"),$("#".concat(o)).removeClass("hide-border-bottom"))})),D.on("show.bs.collapse",(function(){var o=B+$(this).attr("id").substring(z.length);o&&($("#".concat(o," .far.fa-folder")).attr("class","far fa-folder-open fa-fw"),$("#".concat(o," i.fas")).removeClass("rotate"),$("#".concat(o)).addClass("hide-border-bottom"))}))}();
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
|
-
* Chirpy v5.
|
2
|
+
* Chirpy v5.6.0 (https://github.com/cotes2020/jekyll-theme-chirpy/)
|
3
3
|
* © 2019 Cotes Chung
|
4
4
|
* MIT Licensed
|
5
5
|
*/
|
6
|
-
|
6
|
+
!function(){"use strict";var o=$(".mode-toggle");function e(o,e){if(!(o instanceof e))throw new TypeError("Cannot call a class as a function")}function t(o,e){for(var t=0;t<e.length;t++){var n=e[t];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(o,i(n.key),n)}}function n(o,e,n){return e&&t(o.prototype,e),n&&t(o,n),Object.defineProperty(o,"prototype",{writable:!1}),o}function r(o,e,t){return(e=i(e))in o?Object.defineProperty(o,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):o[e]=t,o}function i(o){var e=function(o,e){if("object"!=typeof o||null===o)return o;var t=o[Symbol.toPrimitive];if(void 0!==t){var n=t.call(o,e||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(o)}(o,"string");return"symbol"==typeof e?e:String(e)}var a=$("body"),l="sidebar-display",s=function(){function o(){e(this,o)}return n(o,null,[{key:"toggle",value:function(){!1===o.isExpanded?a.attr(l,""):a.removeAttr(l),o.isExpanded=!o.isExpanded}}]),o}();r(s,"isExpanded",!1);var c="div.post>h1:first-of-type",u=$(c),f=$("#topbar-title"),d=f.text().trim();var p=$("#sidebar-trigger"),v=$("#search-trigger"),b=$("#search-cancel"),g=$("#main"),k=$("#topbar-title"),h=$("#search-wrapper"),y=$("#search-result-wrapper"),m=$("#search-results"),w=$("#search-input"),C=$("#search-hints"),T=$("html,body"),L="loaded",x="unloaded",I="input-focus",O="d-flex",U=function(){function o(){e(this,o)}return n(o,null,[{key:"on",value:function(){o.offset=window.scrollY,T.scrollTop(0)}},{key:"off",value:function(){T.scrollTop(o.offset)}}]),o}();r(U,"offset",0),r(U,"resultVisible",!1);var S=function(){function o(){e(this,o)}return n(o,null,[{key:"on",value:function(){p.addClass(x),k.addClass(x),v.addClass(x),h.addClass(O),b.addClass(L)}},{key:"off",value:function(){b.removeClass(L),h.removeClass(O),p.removeClass(x),k.removeClass(x),v.removeClass(x)}}]),o}(),E=function(){function o(){e(this,o)}return n(o,null,[{key:"on",value:function(){U.resultVisible||(U.on(),y.removeClass(x),g.addClass(x),U.resultVisible=!0)}},{key:"off",value:function(){U.resultVisible&&(m.empty(),C.hasClass(x)&&C.removeClass(x),y.addClass(x),g.removeClass(x),U.off(),w.val(""),U.resultVisible=!1)}}]),o}();function j(){return b.hasClass(L)}var P="data-topbar-visible",V=$("body"),H=$("#topbar-wrapper"),M=function(){function o(){e(this,o)}return n(o,null,[{key:"hideTopbar",value:function(){V.attr(P,"false")}},{key:"showTopbar",value:function(){V.attr(P,"true")}},{key:"addScrollUpTask",value:function(){o.scrollUpCount+=1,o.topbarIsLocked||(o.topbarIsLocked=!0)}},{key:"popScrollUpTask",value:function(){o.scrollUpCount-=1}},{key:"hasScrollUpTask",value:function(){return o.scrollUpCount>0}},{key:"topbarLocked",value:function(){return!0===o.topbarIsLocked}},{key:"unlockTopbar",value:function(){o.topbarIsLocked=!1}},{key:"getTopbarHeight",value:function(){return H.outerHeight()}},{key:"orientationLocked",value:function(){return!0===o.orientationIsLocked}},{key:"lockOrientation",value:function(){o.orientationIsLocked=!0}},{key:"unLockOrientation",value:function(){o.orientationIsLocked=!1}}]),o}();r(M,"scrollUpCount",0),r(M,"topbarIsLocked",!1),r(M,"orientationIsLocked",!1);var N,R=$("#search-input"),q=M.getTopbarHeight(),A=0;function Y(){0!==$(window).scrollTop()&&(M.lockOrientation(),M.hideTopbar())}function z(){var o=screen.orientation;o?o.onchange=function(){var e=o.type;"landscape-primary"!==e&&"landscape-secondary"!==e||Y()}:$(window).on("orientationchange",(function(){$(window).width()<$(window).height()&&Y()})),$(window).on("scroll",(function(){N||(N=!0)})),setInterval((function(){N&&(!function(){var o=$(window).scrollTop();if(!(Math.abs(A-o)<=q)){if(o>A)M.hideTopbar(),R.is(":focus")&&R.trigger("blur");else if(o+$(window).height()<$(document).height()){if(M.hasScrollUpTask())return;M.topbarLocked()?M.unlockTopbar():M.orientationLocked()?M.unLockOrientation():M.showTopbar()}A=o}}(),N=!1)}),250)}$(window).on("scroll",(function(){$(window).scrollTop()>50&&"none"===$("#sidebar-trigger").css("display")?$("#back-to-top").fadeIn():$("#back-to-top").fadeOut()})),$("#back-to-top").on("click",(function(){return $("body,html").animate({scrollTop:0},800),!1})),$('[data-toggle="tooltip"]').tooltip(),0!==o.length&&o.off().on("click",(function(o){var e=$(o.target),t=e.prop("tagName")==="button".toUpperCase()?e:e.parent();modeToggle.flipMode(),t.trigger("blur")})),$("#sidebar-trigger").on("click",s.toggle),$("#mask").on("click",s.toggle),function(){if(0!==u.length&&!u.hasClass("dynamic-title")&&!f.is(":hidden")){var o=u.text().trim(),e=!1,t=0;($("#page-category").length||$("#page-tag").length)&&/\s/.test(o)&&(o=o.replace(/[0-9]/g,"").trim()),u.offset().top<$(window).scrollTop()&&f.text(o),new IntersectionObserver((function(n){if(e){var r=$(window).scrollTop(),i=t<r;t=r;var a=n[0];i?0===a.intersectionRatio&&f.text(o):1===a.intersectionRatio&&f.text(d)}else e=!0}),{rootMargin:"-48px 0px 0px 0px",threshold:[0,1]}).observe(document.querySelector(c)),f.on("click",(function(){$("body,html").animate({scrollTop:0},800)}))}}(),v.on("click",(function(){S.on(),E.on(),w.trigger("focus")})),b.on("click",(function(){S.off(),E.off()})),w.on("focus",(function(){h.addClass(I)})),w.on("focusout",(function(){h.removeClass(I)})),w.on("input",(function(){""===w.val()?j()?C.removeClass(x):E.off():(E.on(),j()&&C.addClass(x))})),z()}();
|
data/assets/js/dist/misc.min.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
|
-
* Chirpy v5.
|
2
|
+
* Chirpy v5.6.0 (https://github.com/cotes2020/jekyll-theme-chirpy/)
|
3
3
|
* © 2019 Cotes Chung
|
4
4
|
* MIT Licensed
|
5
5
|
*/
|
6
|
-
|
6
|
+
!function(){"use strict";var t=$(".mode-toggle");function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){for(var o=0;o<e.length;o++){var n=e[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,a(n.key),n)}}function n(t,e,n){return e&&o(t.prototype,e),n&&o(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function r(t,e,o){return(e=a(e))in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}function a(t){var e=function(t,e){if("object"!=typeof t||null===t)return t;var o=t[Symbol.toPrimitive];if(void 0!==o){var n=o.call(t,e||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:String(e)}var i=$("body"),l="sidebar-display",s=function(){function t(){e(this,t)}return n(t,null,[{key:"toggle",value:function(){!1===t.isExpanded?i.attr(l,""):i.removeAttr(l),t.isExpanded=!t.isExpanded}}]),t}();r(s,"isExpanded",!1);var c="div.post>h1:first-of-type",u=$(c),f=$("#topbar-title"),d=f.text().trim();var p=$("#sidebar-trigger"),v=$("#search-trigger"),g=$("#search-cancel"),b=$("#main"),h=$("#topbar-title"),m=$("#search-wrapper"),k=$("#search-result-wrapper"),y=$("#search-results"),w=$("#search-input"),T=$("#search-hints"),C=$("html,body"),x="loaded",L="unloaded",I="input-focus",j="d-flex",O=function(){function t(){e(this,t)}return n(t,null,[{key:"on",value:function(){t.offset=window.scrollY,C.scrollTop(0)}},{key:"off",value:function(){C.scrollTop(t.offset)}}]),t}();r(O,"offset",0),r(O,"resultVisible",!1);var U=function(){function t(){e(this,t)}return n(t,null,[{key:"on",value:function(){p.addClass(L),h.addClass(L),v.addClass(L),m.addClass(j),g.addClass(x)}},{key:"off",value:function(){g.removeClass(x),m.removeClass(j),p.removeClass(L),h.removeClass(L),v.removeClass(L)}}]),t}(),S=function(){function t(){e(this,t)}return n(t,null,[{key:"on",value:function(){O.resultVisible||(O.on(),k.removeClass(L),b.addClass(L),O.resultVisible=!0)}},{key:"off",value:function(){O.resultVisible&&(y.empty(),T.hasClass(L)&&T.removeClass(L),k.addClass(L),b.removeClass(L),O.off(),w.val(""),O.resultVisible=!1)}}]),t}();function E(){return g.hasClass(x)}var F="data-topbar-visible",D=$("body"),P=$("#topbar-wrapper"),V=function(){function t(){e(this,t)}return n(t,null,[{key:"hideTopbar",value:function(){D.attr(F,"false")}},{key:"showTopbar",value:function(){D.attr(F,"true")}},{key:"addScrollUpTask",value:function(){t.scrollUpCount+=1,t.topbarIsLocked||(t.topbarIsLocked=!0)}},{key:"popScrollUpTask",value:function(){t.scrollUpCount-=1}},{key:"hasScrollUpTask",value:function(){return t.scrollUpCount>0}},{key:"topbarLocked",value:function(){return!0===t.topbarIsLocked}},{key:"unlockTopbar",value:function(){t.topbarIsLocked=!1}},{key:"getTopbarHeight",value:function(){return P.outerHeight()}},{key:"orientationLocked",value:function(){return!0===t.orientationIsLocked}},{key:"lockOrientation",value:function(){t.orientationIsLocked=!0}},{key:"unLockOrientation",value:function(){t.orientationIsLocked=!1}}]),t}();r(V,"scrollUpCount",0),r(V,"topbarIsLocked",!1),r(V,"orientationIsLocked",!1);var A,H=$("#search-input"),M=V.getTopbarHeight(),N=0;function R(){0!==$(window).scrollTop()&&(V.lockOrientation(),V.hideTopbar())}function _(){var t=screen.orientation;t?t.onchange=function(){var e=t.type;"landscape-primary"!==e&&"landscape-secondary"!==e||R()}:$(window).on("orientationchange",(function(){$(window).width()<$(window).height()&&R()})),$(window).on("scroll",(function(){A||(A=!0)})),setInterval((function(){A&&(!function(){var t=$(window).scrollTop();if(!(Math.abs(N-t)<=M)){if(t>N)V.hideTopbar(),H.is(":focus")&&H.trigger("blur");else if(t+$(window).height()<$(document).height()){if(V.hasScrollUpTask())return;V.topbarLocked()?V.unlockTopbar():V.orientationLocked()?V.unLockOrientation():V.showTopbar()}N=t}}(),A=!1)}),250)}$(".collapse");$(".code-header>button").children().attr("class");var q=function(){function t(){e(this,t)}return n(t,null,[{key:"attrTimestamp",get:function(){return"data-ts"}},{key:"attrDateFormat",get:function(){return"data-df"}},{key:"locale",get:function(){return $("html").attr("lang").substring(0,2)}},{key:"getTimestamp",value:function(e){return Number(e.attr(t.attrTimestamp))}},{key:"getDateFormat",value:function(e){return e.attr(t.attrDateFormat)}}]),t}();$(window).on("scroll",(function(){$(window).scrollTop()>50&&"none"===$("#sidebar-trigger").css("display")?$("#back-to-top").fadeIn():$("#back-to-top").fadeOut()})),$("#back-to-top").on("click",(function(){return $("body,html").animate({scrollTop:0},800),!1})),$('[data-toggle="tooltip"]').tooltip(),0!==t.length&&t.off().on("click",(function(t){var e=$(t.target),o=e.prop("tagName")==="button".toUpperCase()?e:e.parent();modeToggle.flipMode(),o.trigger("blur")})),$("#sidebar-trigger").on("click",s.toggle),$("#mask").on("click",s.toggle),function(){if(0!==u.length&&!u.hasClass("dynamic-title")&&!f.is(":hidden")){var t=u.text().trim(),e=!1,o=0;($("#page-category").length||$("#page-tag").length)&&/\s/.test(t)&&(t=t.replace(/[0-9]/g,"").trim()),u.offset().top<$(window).scrollTop()&&f.text(t),new IntersectionObserver((function(n){if(e){var r=$(window).scrollTop(),a=o<r;o=r;var i=n[0];a?0===i.intersectionRatio&&f.text(t):1===i.intersectionRatio&&f.text(d)}else e=!0}),{rootMargin:"-48px 0px 0px 0px",threshold:[0,1]}).observe(document.querySelector(c)),f.on("click",(function(){$("body,html").animate({scrollTop:0},800)}))}}(),v.on("click",(function(){U.on(),S.on(),w.trigger("focus")})),g.on("click",(function(){U.off(),S.off()})),w.on("focus",(function(){m.addClass(I)})),w.on("focusout",(function(){m.removeClass(I)})),w.on("input",(function(){""===w.val()?E()?T.removeClass(L):S.off():(S.on(),E()&&T.addClass(L))})),_(),dayjs.locale(q.locale),dayjs.extend(window.dayjs_plugin_localizedFormat),$("[".concat(q.attrTimestamp,"]")).each((function(){var t=dayjs.unix(q.getTimestamp($(this))),e=t.format(q.getDateFormat($(this)));$(this).text(e),$(this).removeAttr(q.attrTimestamp),$(this).removeAttr(q.attrDateFormat);var o=$(this).attr("data-toggle");if(void 0!==o&&"tooltip"===o){var n=t.format("llll");$(this).attr("data-original-title",n)}}))}();
|
data/assets/js/dist/page.min.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
|
-
* Chirpy v5.
|
2
|
+
* Chirpy v5.6.0 (https://github.com/cotes2020/jekyll-theme-chirpy/)
|
3
3
|
* © 2019 Cotes Chung
|
4
4
|
* MIT Licensed
|
5
5
|
*/
|
6
|
-
|
6
|
+
!function(){"use strict";var t=$(".mode-toggle");function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){for(var o=0;o<e.length;o++){var n=e[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,a(n.key),n)}}function n(t,e,n){return e&&o(t.prototype,e),n&&o(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function r(t,e,o){return(e=a(e))in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}function a(t){var e=function(t,e){if("object"!=typeof t||null===t)return t;var o=t[Symbol.toPrimitive];if(void 0!==o){var n=o.call(t,e||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:String(e)}var i=$("body"),l="sidebar-display",c=function(){function t(){e(this,t)}return n(t,null,[{key:"toggle",value:function(){!1===t.isExpanded?i.attr(l,""):i.removeAttr(l),t.isExpanded=!t.isExpanded}}]),t}();r(c,"isExpanded",!1);var s="div.post>h1:first-of-type",u=$(s),f=$("#topbar-title"),p=f.text().trim();var d=$("#sidebar-trigger"),h=$("#search-trigger"),g=$("#search-cancel"),v=$("#main"),b=$("#topbar-title"),k=$("#search-wrapper"),m=$("#search-result-wrapper"),w=$("#search-results"),y=$("#search-input"),T=$("#search-hints"),C=$("html,body"),x="loaded",S="unloaded",L="input-focus",I="d-flex",U=function(){function t(){e(this,t)}return n(t,null,[{key:"on",value:function(){t.offset=window.scrollY,C.scrollTop(0)}},{key:"off",value:function(){C.scrollTop(t.offset)}}]),t}();r(U,"offset",0),r(U,"resultVisible",!1);var E=function(){function t(){e(this,t)}return n(t,null,[{key:"on",value:function(){d.addClass(S),b.addClass(S),h.addClass(S),k.addClass(I),g.addClass(x)}},{key:"off",value:function(){g.removeClass(x),k.removeClass(I),d.removeClass(S),b.removeClass(S),h.removeClass(S)}}]),t}(),O=function(){function t(){e(this,t)}return n(t,null,[{key:"on",value:function(){U.resultVisible||(U.on(),m.removeClass(S),v.addClass(S),U.resultVisible=!0)}},{key:"off",value:function(){U.resultVisible&&(w.empty(),T.hasClass(S)&&T.removeClass(S),m.addClass(S),v.removeClass(S),U.off(),y.val(""),U.resultVisible=!1)}}]),t}();function P(){return g.hasClass(x)}var j="data-topbar-visible",H=$("body"),R=$("#topbar-wrapper"),V=function(){function t(){e(this,t)}return n(t,null,[{key:"hideTopbar",value:function(){H.attr(j,"false")}},{key:"showTopbar",value:function(){H.attr(j,"true")}},{key:"addScrollUpTask",value:function(){t.scrollUpCount+=1,t.topbarIsLocked||(t.topbarIsLocked=!0)}},{key:"popScrollUpTask",value:function(){t.scrollUpCount-=1}},{key:"hasScrollUpTask",value:function(){return t.scrollUpCount>0}},{key:"topbarLocked",value:function(){return!0===t.topbarIsLocked}},{key:"unlockTopbar",value:function(){t.topbarIsLocked=!1}},{key:"getTopbarHeight",value:function(){return R.outerHeight()}},{key:"orientationLocked",value:function(){return!0===t.orientationIsLocked}},{key:"lockOrientation",value:function(){t.orientationIsLocked=!0}},{key:"unLockOrientation",value:function(){t.orientationIsLocked=!1}}]),t}();r(V,"scrollUpCount",0),r(V,"topbarIsLocked",!1),r(V,"orientationIsLocked",!1);var A,N=$("#search-input"),D=V.getTopbarHeight(),M=0;function q(){0!==$(window).scrollTop()&&(V.lockOrientation(),V.hideTopbar())}function z(){var t=screen.orientation;t?t.onchange=function(){var e=t.type;"landscape-primary"!==e&&"landscape-secondary"!==e||q()}:$(window).on("orientationchange",(function(){$(window).width()<$(window).height()&&q()})),$(window).on("scroll",(function(){A||(A=!0)})),setInterval((function(){A&&(!function(){var t=$(window).scrollTop();if(!(Math.abs(M-t)<=D)){if(t>M)V.hideTopbar(),N.is(":focus")&&N.trigger("blur");else if(t+$(window).height()<$(document).height()){if(V.hasScrollUpTask())return;V.topbarLocked()?V.unlockTopbar():V.orientationLocked()?V.unLockOrientation():V.showTopbar()}M=t}}(),A=!1)}),250)}$(".collapse");var B=".code-header>button",J="fas fa-check",Y="timeout",F="data-title-succeed",G="data-original-title",K=2e3;function Q(t){if($(t)[0].hasAttribute(Y)){var e=$(t).attr(Y);if(Number(e)>Date.now())return!0}return!1}function W(t){$(t).attr(Y,Date.now()+K)}function X(t){$(t).removeAttr(Y)}var Z,_=$(B).children().attr("class");$(window).on("scroll",(function(){$(window).scrollTop()>50&&"none"===$("#sidebar-trigger").css("display")?$("#back-to-top").fadeIn():$("#back-to-top").fadeOut()})),$("#back-to-top").on("click",(function(){return $("body,html").animate({scrollTop:0},800),!1})),$('[data-toggle="tooltip"]').tooltip(),0!==t.length&&t.off().on("click",(function(t){var e=$(t.target),o=e.prop("tagName")==="button".toUpperCase()?e:e.parent();modeToggle.flipMode(),o.trigger("blur")})),$("#sidebar-trigger").on("click",c.toggle),$("#mask").on("click",c.toggle),function(){if(0!==u.length&&!u.hasClass("dynamic-title")&&!f.is(":hidden")){var t=u.text().trim(),e=!1,o=0;($("#page-category").length||$("#page-tag").length)&&/\s/.test(t)&&(t=t.replace(/[0-9]/g,"").trim()),u.offset().top<$(window).scrollTop()&&f.text(t),new IntersectionObserver((function(n){if(e){var r=$(window).scrollTop(),a=o<r;o=r;var i=n[0];a?0===i.intersectionRatio&&f.text(t):1===i.intersectionRatio&&f.text(p)}else e=!0}),{rootMargin:"-48px 0px 0px 0px",threshold:[0,1]}).observe(document.querySelector(s)),f.on("click",(function(){$("body,html").animate({scrollTop:0},800)}))}}(),h.on("click",(function(){E.on(),O.on(),y.trigger("focus")})),g.on("click",(function(){E.off(),O.off()})),y.on("focus",(function(){k.addClass(L)})),y.on("focusout",(function(){k.removeClass(L)})),y.on("input",(function(){""===y.val()?P()?T.removeClass(S):O.off():(O.on(),P()&&T.addClass(S))})),z(),$("#core-wrapper img[data-src]")<=0||($(".popup").magnificPopup({type:"image",closeOnContentClick:!0,showCloseBtn:!1,zoom:{enabled:!0,duration:300,easing:"ease-in-out"}}),document.addEventListener("lazyloaded",(function(t){$(t.target).parent().removeClass("shimmer")}))),Z=new ClipboardJS(B,{target:function(t){return t.parentNode.nextElementSibling.querySelector("code .rouge-code")}}),$(B).tooltip({trigger:"hover",placement:"left"}),Z.on("success",(function(t){t.clearSelection();var e=t.trigger;Q(e)||(function(t){$(t).children().attr("class",J)}(e),function(t){var e=$(t).attr(F);$(t).attr(G,e).tooltip("show")}(e),W(e),setTimeout((function(){!function(t){$(t).tooltip("hide").removeAttr(G)}(e),function(t){$(t).children().attr("class",_)}(e),X(e)}),K))})),$("#copy-link").on("click",(function(t){var e=$(t.target);Q(e)||navigator.clipboard.writeText(window.location.href).then((function(){var t=e.attr(G),o=e.attr(F);e.attr(G,o).tooltip("show"),W(e),setTimeout((function(){e.attr(G,t),X(e)}),K)}))})),function(){var t=$("#topbar-title"),e="scroll-focus";$("a[href*='#']:not([href='#']):not([href='#0'])").on("click",(function(o){if(this.pathname.replace(/^\//,"")===location.pathname.replace(/^\//,"")&&location.hostname===this.hostname){var n=decodeURI(this.hash),r=RegExp(/^#fnref:/).test(n),a=!r&&RegExp(/^#fn:/).test(n),i="#"+$.escapeSelector(n.substring(1)),l=$(i),c=t.is(":visible"),s=$(window).width()<$(window).height();if(void 0!==l){o.preventDefault(),history.pushState&&history.pushState(null,null,n);var u=$(window).scrollTop(),f=l.offset().top-=8;f<u?(V.hideTopbar(),V.addScrollUpTask(),c&&s&&(f-=V.getTopbarHeight())):c&&s&&(f-=V.getTopbarHeight()),$("html").animate({scrollTop:f},500,(function(){l.trigger("focus");var t=$("[".concat(e,"=true]"));t.length&&t.attr(e,"false");var o=$(":target");if(o.length&&o.attr(e,"false"),(a||r)&&l.attr(e,"true"),l.is(":focus"))return!1;l.attr("tabindex","-1"),l.trigger("focus"),V.hasScrollUpTask()&&V.popScrollUpTask()}))}}}))}()}();
|