Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/amzrk2/hugo-theme-fuji.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/scss/_fuji-theme/_style.scss5
-rw-r--r--exampleSite/config.toml244
-rw-r--r--exampleSite/content/post/aplayer-test.md15
-rw-r--r--layouts/partials/scripts-end.html87
-rw-r--r--layouts/shortcodes/aplayer.html1
-rw-r--r--package.json4
-rw-r--r--resources/_gen/assets/scss/scss/fuji.scss_c63600327b20d2d8975b827d4bd1220e.content2
-rw-r--r--resources/_gen/assets/scss/test/scss/fuji.scss_c63600327b20d2d8975b827d4bd1220e.content1
-rw-r--r--resources/_gen/assets/scss/test/scss/fuji.scss_c63600327b20d2d8975b827d4bd1220e.json1
9 files changed, 187 insertions, 173 deletions
diff --git a/assets/scss/_fuji-theme/_style.scss b/assets/scss/_fuji-theme/_style.scss
index dc4ef44..1adaa93 100644
--- a/assets/scss/_fuji-theme/_style.scss
+++ b/assets/scss/_fuji-theme/_style.scss
@@ -64,11 +64,6 @@ footer {
color: var(--color-primary);
}
- strong,
- em {
- color: var(--color-secondary);
- }
-
h1,
h2 {
border-bottom: $divider;
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 33c6c30..24dd7bb 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -9,8 +9,8 @@ disableKinds = ["taxonomy"]
ignoreErrors = ["error-disable-taxonomy"]
## Change this two to switch between different language
-languageCode = "en" # For RSS, view https://www.rssboard.org/rss-language-codes
-defaultContentLanguage = "en" # For HTML page, now support: en, zh-hans, zh-hant, ja, nl, pl, it
+languageCode = "en" # For RSS, view https://www.rssboard.org/rss-language-codes
+defaultContentLanguage = "en" # For HTML page, now support: en, zh-hans, zh-hant, ja, nl, pl, it
summaryLength = 100 # Custom summary length, add <!--more--> in post file to custom split point
paginate = 10
@@ -18,133 +18,139 @@ paginate = 10
# googleAnalytics = "UA-000000000-0" # Set your Google Analytics UA here
[outputFormats]
- [outputFormats.SearchIndex]
- isPlainText = true
- notAlternative = true
- mediaType = "application/json"
- path = "/search/"
+[outputFormats.SearchIndex]
+isPlainText = true
+notAlternative = true
+mediaType = "application/json"
+path = "/search/"
[outputs]
- home = ["HTML", "RSS", "SearchIndex"]
+home = ["HTML", "RSS", "SearchIndex"]
[permalinks]
- post = "/:section/:filename/" # Custom post links, e.g. "/:year/:month/:title/"
+post = "/:section/:filename/" # Custom post links, e.g. "/:year/:month/:title/"
[params]
- author = "DSRKafuU" # You can also set author in post front matter individually
- subTitle = "A minimal Hugo theme."
- defaultTheme = "auto" # default theme when first visit (auto|dark|light)
-
- # Source URL of the website, will appear in the footer
- sourceURL = "https://github.com/dsrkafuu/hugo-theme-fuji"
-
- # Use CloudFlare Workers to accelerate the Google Analytics
- # If you are using this please comment the googleAnalytics above
- # Check https://github.com/SukkaW/cloudflare-workers-async-google-analytics for more details
- # googleAnalyticsTid = "UA-000000000-0"
- # googleAnalyticsRoute = "https://*.*.workers.dev/"
-
- # Google AdSense
- # The AdSense code will be inserted between the head tags of your site.
- # googleAdsense = "0000000000000000"
-
- # Word counter and read time indicator in post metadata
- showWordCounter = true
- showReadTime = false
-
- # License in the footer
- showLicenseInFooter = false
-
- # License at the end of each post
- showLicense = true
- showToc = true
-
- # Copyright
- copyrightStartYear = "2020"
-
- # Open Graph & Twitter Card variables
- # You can also set description and images in post front matter individually
- description = "A minimal Hugo theme with nice theme color."
- og = "/img/og.png" # This will use the image called og.png in static/img folder
-
- # Posts shown in homepage
- mainSections = ["post"]
-
- # Bangumi image chart id
- # bgmImageChart = "000000"
-
- # License
- license = "CC BY-NC-SA 4.0"
- licenseLink = "http://creativecommons.org/licenses/by-nc-sa/4.0/"
-
- # Comments
- # utterances, see: https://utteranc.es/
- # utterancesRepo = "*/*"
- # utterancesIssueTerm = "pathname"
-
- # Disqus, see: https://disqus.com/admin/install/platforms/universalcode/
- # disqusShortname = "*********"
- # Also use DisqusJS for accessing from Mainland China, see: https://github.com/SukkaW/DisqusJS
- # If you want to set multiple api key, see theme's README for more details
- # disqusJSApi = "https://*********/"
- # disqusJSApikey = "**********"
-
- # custom lazyload placeholder
- # 16:9
- lazyPlaceholder = "/assets/lazyload/dsrca_loading_480x270.svg"
- # 32:9
- lazyPlaceholderRow = "/assets/lazyload/dsrca_loading_960x270.svg"
- # 8:9
- lazyPlaceholderCol = "/assets/lazyload/dsrca_loading_480x540.svg"
-
- # Let images display in full brightness under dark mode
- # disableDarkImage = true
+author = "DSRKafuU" # You can also set author in post front matter individually
+subTitle = "A minimal Hugo theme."
+defaultTheme = "auto" # default theme when first visit (auto|dark|light)
+
+# Source URL of the website, will appear in the footer
+sourceURL = "https://github.com/dsrkafuu/hugo-theme-fuji"
+
+# Use CloudFlare Workers to accelerate the Google Analytics
+# If you are using this please comment the googleAnalytics above
+# Check https://github.com/SukkaW/cloudflare-workers-async-google-analytics for more details
+# googleAnalyticsTid = "UA-000000000-0"
+# googleAnalyticsRoute = "https://*.*.workers.dev/"
+
+# Google AdSense
+# The AdSense code will be inserted between the head tags of your site.
+# googleAdsense = "0000000000000000"
+
+# Word counter and read time indicator in post metadata
+showWordCounter = true
+showReadTime = false
+
+# License in the footer
+showLicenseInFooter = false
+
+# License at the end of each post
+showLicense = true
+showToc = true
+
+# Copyright
+copyrightStartYear = "2020"
+
+# Open Graph & Twitter Card variables
+# You can also set description and images in post front matter individually
+description = "A minimal Hugo theme with nice theme color."
+og = "/img/og.png" # This will use the image called og.png in static/img folder
+
+# Posts shown in homepage
+mainSections = ["post"]
+
+# Bangumi image chart id
+# bgmImageChart = "000000"
+
+# License
+license = "CC BY-NC-SA 4.0"
+licenseLink = "http://creativecommons.org/licenses/by-nc-sa/4.0/"
+
+# Comments
+# utterances, see: https://utteranc.es/
+# utterancesRepo = "*/*"
+# utterancesIssueTerm = "pathname"
+
+# Disqus, see: https://disqus.com/admin/install/platforms/universalcode/
+# disqusShortname = "*********"
+# Also use DisqusJS for accessing from Mainland China, see: https://github.com/SukkaW/DisqusJS
+# If you want to set multiple api key, see theme's README for more details
+# disqusJSApi = "https://*********/"
+# disqusJSApikey = "**********"
+
+# custom lazyload placeholder
+# 16:9
+lazyPlaceholder = "/assets/lazyload/dsrca_loading_480x270.svg"
+# 32:9
+lazyPlaceholderRow = "/assets/lazyload/dsrca_loading_960x270.svg"
+# 8:9
+lazyPlaceholderCol = "/assets/lazyload/dsrca_loading_480x540.svg"
+
+# Let images display in full brightness under dark mode
+# disableDarkImage = true
[markup]
- [markup.goldmark]
- [markup.goldmark.renderer]
- unsafe = true # Enable user to embed HTML snippets in Markdown content
- [markup.highlight]
- codeFences = false # Disable Hugo's code highlighter
+[markup.goldmark]
+[markup.goldmark.renderer]
+unsafe = true # Enable user to embed HTML snippets in Markdown content
+[markup.highlight]
+codeFences = false # Disable Hugo's code highlighter
- [markup.tableOfContents]
- startLevel = 2
- endLevel = 3
+[markup.tableOfContents]
+startLevel = 2
+endLevel = 3
[taxonomies]
- tag = "tags"
+tag = "tags"
[menu]
- [[menu.nav]]
- name = "Home"
- url = "/"
- weight = 1
- [[menu.nav]]
- name = "Archives"
- url = "/archives/"
- weight = 2
- [[menu.nav]]
- name = "About"
- url = "/about/"
- weight = 3
- [[menu.nav]]
- name = "Search"
- url = "/search/"
- weight = 4
- [[menu.nav]]
- name = "RSS"
- url = "/index.xml"
- weight = 5
-
- [[menu.link]]
- name = "GitHub"
- url = "https://github.com/dsrkafuu"
- weight = 1
- [[menu.link]]
- name = "Twitter"
- url = "https://twitter.com/dsrkafuu"
- weight = 2
- [[menu.link]]
- name = "bilibili"
- url = "https://space.bilibili.com/19767474"
- weight = 3
+[[menu.nav]]
+name = "Home"
+url = "/"
+weight = 1
+[[menu.nav]]
+name = "Archives"
+url = "/archives/"
+weight = 2
+[[menu.nav]]
+name = "About"
+url = "/about/"
+weight = 3
+[[menu.nav]]
+name = "Search"
+url = "/search/"
+weight = 4
+[[menu.nav]]
+name = "RSS"
+url = "/index.xml"
+weight = 5
+
+[[menu.link]]
+name = "GitHub"
+url = "https://github.com/dsrkafuu"
+weight = 1
+[[menu.link]]
+name = "Twitter"
+url = "https://twitter.com/dsrkafuu"
+weight = 2
+[[menu.link]]
+name = "bilibili"
+url = "https://space.bilibili.com/19767474"
+weight = 3
+
+[build]
+noJSConfigInAssets = true
+
+[security]
+enableInlineShortcodes = true
diff --git a/exampleSite/content/post/aplayer-test.md b/exampleSite/content/post/aplayer-test.md
index c4dfd1c..a50409c 100644
--- a/exampleSite/content/post/aplayer-test.md
+++ b/exampleSite/content/post/aplayer-test.md
@@ -7,7 +7,7 @@ aplayer = true
showLicense = false
+++
-{{< aplayer urls="/theme/hugo-theme-fuji/aplayer/berlin.mp3" names="Berlin" artists="Crowander" covers="/theme/hugo-theme-fuji/aplayer/crowander.jpg" >}}
+{{< aplayer urls="/aplayer/berlin.mp3" names="Berlin" artists="Crowander" covers="/aplayer/crowander.jpg" >}}
This post is for in-post APlayer test, above is previous post-player.
@@ -17,17 +17,18 @@ Music files are all downloaded from [Free Music Archive](https://freemusicarchiv
## Single file
-{{< aplayer urls="/theme/hugo-theme-fuji/aplayer/fluid.mp3" names="Fluid" artists="Crowander" covers="/theme/hugo-theme-fuji/aplayer/crowander.jpg" >}}
+{{< aplayer urls="/aplayer/fluid.mp3" names="Fluid" artists="Crowander" covers="/aplayer/crowander.jpg" >}}
## Multiple files
You can open the playlist to check other musics.
-{{< aplayer
- urls="/theme/hugo-theme-fuji/aplayer/berlin.mp3, /theme/hugo-theme-fuji/aplayer/fluid.mp3, /theme/hugo-theme-fuji/aplayer/morning.mp3"
- names="Berlin, Fluid, Morning"
- artists="Crowander, Crowander, Crowander"
- covers="/theme/hugo-theme-fuji/aplayer/crowander.jpg, /theme/hugo-theme-fuji/aplayer/crowander.jpg, /theme/hugo-theme-fuji/aplayer/crowander.jpg"
+{{<
+ aplayer
+ urls="/aplayer/berlin.mp3, /aplayer/fluid.mp3, /aplayer/morning.mp3"
+ names="Berlin, Fluid, Morning"
+ artists="Crowander, Crowander, Crowander"
+ covers="/aplayer/crowander.jpg, /aplayer/crowander.jpg, /aplayer/crowander.jpg"
>}}
Spaces between multiple items can be omited.
diff --git a/layouts/partials/scripts-end.html b/layouts/partials/scripts-end.html
index 11329ef..ec4cbfe 100644
--- a/layouts/partials/scripts-end.html
+++ b/layouts/partials/scripts-end.html
@@ -17,48 +17,57 @@
{{ with .Params.aplayer }}
<script src="https://cdn.jsdelivr.net/npm/aplayer@1.10.1/dist/APlayer.min.js"></script>
<script>
- // in-post aplayer
- var pContainers = document.querySelectorAll('.content article .post-aplayer');
- if (pContainers && pContainers.length > 0) {
- pContainers.forEach(function (container) {
- var attrs = ['urls', 'names', 'artists', 'covers'];
- attrs = attrs.map(function (attr) {
- var arr = container.getAttribute('data-' + attr).replace(/( |%20)/ig, '').split(',');
- if (arr.length > 0){
- return arr.map(function (val) {
- return String(val).trim();
- });
- } else {
- return attr;
+ (function () {
+ function parseBasePath(basePath, rawURL) {
+ if (!/^\/[^/]/.test(rawURL)) {
+ return rawURL;
+ }
+ return rawURL.replace(/^\//, basePath + '/').replace(/\/\//g, '/');
+ }
+ // in-post aplayer
+ var pContainers = document.querySelectorAll('.content article .post-aplayer');
+ if (pContainers && pContainers.length > 0) {
+ pContainers.forEach(function (container) {
+ var attrs = ['urls', 'names', 'artists', 'covers', 'base'];
+ attrs = attrs.map(function (attr) {
+ var arr = container.getAttribute('data-' + attr).replace(/( |%20)/ig, '').split(',');
+ if (arr.length > 0){
+ return arr.map(function (val) {
+ return String(val).trim();
+ });
+ } else {
+ return attr;
+ }
+ });
+ var basePath = new URL(attrs[4][0] || '/', 'https://example.org').pathname;
+ var audio = [];
+ for (var i = 0; i < attrs[0].length; i++) {
+ var a = {
+ name: attrs[1][i],
+ url: parseBasePath(basePath, attrs[0][i]),
+ };
+ (typeof attrs[2] !== 'string') && (a.artist = attrs[2][i]);
+ (typeof attrs[3] !== 'string') && (a.cover = parseBasePath(basePath, attrs[3][i]));
+ audio.push(a);
}
+ new APlayer({
+ container: container,
+ theme: '#8f82bc',
+ volume: 0.1,
+ listFolded: true,
+ audio: audio
+ });
});
- var audio = [];
- for (var i = 0; i < attrs[0].length; i++) {
- var a = {
- name: attrs[1][i],
- url: attrs[0][i],
- };
- (typeof attrs[2] !== 'string') && (a.artist = attrs[2][i]);
- (typeof attrs[3] !== 'string') && (a.cover = attrs[3][i]);
- audio.push(a);
+ }
+ // aplayer toc anchors fix
+ // see https://github.com/MoePlayer/APlayer/issues/242#issuecomment-602471423
+ document.addEventListener('DOMContentLoaded', function () {
+ var issueTocEle = document.querySelector('.sidebar-toc');
+ if (issueTocEle) {
+ var newTocEle = issueTocEle.cloneNode(true);
+ issueTocEle.parentNode.replaceChild(newTocEle, issueTocEle);
}
- new APlayer({
- container: container,
- theme: '#8f82bc',
- volume: 0.1,
- listFolded: true,
- audio: audio
- });
});
- }
- // aplayer toc anchors fix
- // see https://github.com/MoePlayer/APlayer/issues/242#issuecomment-602471423
- document.addEventListener('DOMContentLoaded', function () {
- var issueTocEle = document.querySelector('.sidebar-toc');
- if (issueTocEle) {
- var newTocEle = issueTocEle.cloneNode(true);
- issueTocEle.parentNode.replaceChild(newTocEle, issueTocEle);
- }
- });
+ })();
</script>
{{ end }}
diff --git a/layouts/shortcodes/aplayer.html b/layouts/shortcodes/aplayer.html
index 37ed544..e02adce 100644
--- a/layouts/shortcodes/aplayer.html
+++ b/layouts/shortcodes/aplayer.html
@@ -1,6 +1,7 @@
<div class="post-player-wrapper">
<div
class="post-aplayer"
+ data-base="{{- .Site.BaseURL -}}"
data-urls="{{- .Get "urls" -}}"
data-names="{{- .Get "names" -}}"
{{ with .Get "artists" -}}data-artists="{{- . -}}"{{- end }}
diff --git a/package.json b/package.json
index 447e1a9..92d75dc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-fuji",
- "version": "2.7.0",
+ "version": "2.8.0",
"description": "A minimal Hugo theme with nice theme color. | 一个主题色极简 Hugo 主题。",
"repository": {
"type": "git",
@@ -11,7 +11,7 @@
"theme",
"fuji"
],
- "author": "DSRKafuU <dsrkafuu@outlook.com> (https://dsrkafuu.su/)",
+ "author": "DSRKafuU <dsrkafuu@outlook.com> (https://dsrkafuu.net/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dsrkafuu/hugo-theme-fuji/issues"
diff --git a/resources/_gen/assets/scss/scss/fuji.scss_c63600327b20d2d8975b827d4bd1220e.content b/resources/_gen/assets/scss/scss/fuji.scss_c63600327b20d2d8975b827d4bd1220e.content
index ac40ab5..71ddc6e 100644
--- a/resources/_gen/assets/scss/scss/fuji.scss_c63600327b20d2d8975b827d4bd1220e.content
+++ b/resources/_gen/assets/scss/scss/fuji.scss_c63600327b20d2d8975b827d4bd1220e.content
@@ -1 +1 @@
-@font-face{font-family:'Product Sans';font-style:normal;font-display:swap;font-weight:700;src:url("https://cdn.jsdelivr.net/gh/dsrkafuu/dsr-cdn-main@1/fonts/product_sans/product_sans_700.woff2") format("woff2")}@font-face{font-family:'Fira Code';font-style:normal;font-display:swap;font-weight:400;src:url("https://cdn.jsdelivr.net/gh/dsrkafuu/dsr-cdn-main@1/fonts/fira_code/fira_code_400.woff2") format("woff2")}*{box-sizing:border-box}html{height:100%;scroll-behavior:smooth}body{display:flex;flex-direction:column;height:100%;scroll-behavior:smooth}main{flex:1 1 auto}.container-lg{display:flex;flex-direction:row}@media screen and (max-width: 768px){.container-lg{flex-direction:column}}a:hover{text-decoration:none !important}/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none !important}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:var(--color-text-primary)}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:600}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:0.35em 0.625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}*{box-sizing:border-box}input,select,textarea,button{font-family:inherit;font-size:inherit;line-height:inherit}body{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI","Arial","Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Source Han Sans CN","Source Han Sans SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;font-size:16px;line-height:1.5;color:var(--color-text-primary);background-color:var(--color-bg-canvas)}a{color:var(--color-text-link);text-decoration:none}a:hover{text-decoration:underline}b,strong{font-weight:600}hr,.rule{height:0;margin:15px 0;overflow:hidden;background:transparent;border:0;border-bottom:1px solid var(--color-border-secondary)}hr::before,.rule::before{display:table;content:""}hr::after,.rule::after{display:table;clear:both;content:""}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}button{cursor:pointer;border-radius:0}[hidden][hidden]{display:none !important}details summary{cursor:pointer}details:not([open])>*:not(summary){display:none !important}kbd{display:inline-block;padding:3px 5px;font:11px "SF Mono","Fira Code","Consolas",-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI","Arial","Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Source Han Sans CN","Source Han Sans SC","Microsoft YaHei","WenQuanYi Micro Hei",monospace;line-height:10px;color:var(--color-text-primary);vertical-align:middle;background-color:var(--color-bg-secondary);border:solid 1px var(--color-border-tertiary);border-bottom-color:var(--color-border-tertiary);border-radius:6px;box-shadow:inset 0 -1px 0 var(--color-border-tertiary)}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0}h1{font-size:32px;font-weight:600}h2{font-size:24px;font-weight:600}h3{font-size:20px;font-weight:600}h4{font-size:16px;font-weight:600}h5{font-size:14px;font-weight:600}h6{font-size:12px;font-weight:600}p{margin-top:0;margin-bottom:10px}small{font-size:90%}blockquote{margin:0}ul,ol{padding-left:0;margin-top:0;margin-bottom:0}ol ol,ul ol{list-style-type:lower-roman}ul ul ol,ul ol ol,ol ul ol,ol ol ol{list-style-type:lower-alpha}dd{margin-left:0}tt,code{font-family:"SF Mono","Fira Code","Consolas",-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI","Arial","Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Source Han Sans CN","Source Han Sans SC","Microsoft YaHei","WenQuanYi Micro Hei",monospace;font-size:12px}pre{margin-top:0;margin-bottom:0;font-family:"SF Mono","Fira Code","Consolas",-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI","Arial","Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Source Han Sans CN","Source Han Sans SC","Microsoft YaHei","WenQuanYi Micro Hei",monospace;font-size:12px}.octicon{vertical-align:text-bottom}.container-sm{max-width:544px;margin-right:auto;margin-left:auto}.container-md{max-width:768px;margin-right:auto;margin-left:auto}.container-lg{max-width:1012px;margin-right:auto;margin-left:auto}.container-xl{max-width:1280px;margin-right:auto;margin-left:auto}.col-1{width:8.33333333%}.col-2{width:16.66666667%}.col-3{width:25%}.col-4{width:33.33333333%}.col-5{width:41.66666667%}.col-6{width:50%}.col-7{width:58.33333333%}.col-8{width:66.66666667%}.col-9{width:75%}.col-10{width:83.33333333%}.col-11{width:91.66666667%}.col-12{width:100%}@media (min-width: 544px){.col-sm-1{width:8.33333333%}.col-sm-2{width:16.66666667%}.col-sm-3{width:25%}.col-sm-4{width:33.33333333%}.col-sm-5{width:41.66666667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333333%}.col-sm-8{width:66.66666667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333333%}.col-sm-11{width:91.66666667%}.col-sm-12{width:100%}}@media (min-width: 768px){.col-md-1{width:8.33333333%}.col-md-2{width:16.66666667%}.col-md-3{width:25%}.col-md-4{width:33.33333333%}.col-md-5{width:41.66666667%}.col-md-6{width:50%}.col-md-7{width:58.33333333%}.col-md-8{width:66.66666667%}.col-md-9{width:75%}.col-md-10{width:83.33333333%}.col-md-11{width:91.66666667%}.col-md-12{width:100%}}@media (min-width: 1012px){.col-lg-1{width:8.33333333%}.col-lg-2{width:16.66666667%}.col-lg-3{width:25%}.col-lg-4{width:33.33333333%}.col-lg-5{width:41.66666667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333333%}.col-lg-8{width:66.66666667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333333%}.col-lg-11{width:91.66666667%}.col-lg-12{width:100%}}@media (min-width: 1280px){.col-xl-1{width:8.33333333%}.col-xl-2{width:16.66666667%}.col-xl-3{width:25%}.col-xl-4{width:33.33333333%}.col-xl-5{width:41.66666667%}.col-xl-6{width:50%}.col-xl-7{width:58.33333333%}.col-xl-8{width:66.66666667%}.col-xl-9{width:75%}.col-xl-10{width:83.33333333%}.col-xl-11{width:91.66666667%}.col-xl-12{width:100%}}.gutter{margin-right:-16px;margin-left:-16px}.gutter>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-condensed{margin-right:-8px;margin-left:-8px}.gutter-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-spacious{margin-right:-24px;margin-left:-24px}.gutter-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}@media (min-width: 544px){.gutter-sm{margin-right:-16px;margin-left:-16px}.gutter-sm>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-sm-condensed{margin-right:-8px;margin-left:-8px}.gutter-sm-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-sm-spacious{margin-right:-24px;margin-left:-24px}.gutter-sm-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 768px){.gutter-md{margin-right:-16px;margin-left:-16px}.gutter-md>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-md-condensed{margin-right:-8px;margin-left:-8px}.gutter-md-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-md-spacious{margin-right:-24px;margin-left:-24px}.gutter-md-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 1012px){.gutter-lg{margin-right:-16px;margin-left:-16px}.gutter-lg>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-lg-condensed{margin-right:-8px;margin-left:-8px}.gutter-lg-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-lg-spacious{margin-right:-24px;margin-left:-24px}.gutter-lg-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 1280px){.gutter-xl{margin-right:-16px;margin-left:-16px}.gutter-xl>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-xl-condensed{margin-right:-8px;margin-left:-8px}.gutter-xl-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-xl-spacious{margin-right:-24px;margin-left:-24px}.gutter-xl-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}.markdown-body{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI","Arial","Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Source Han Sans CN","Source Han Sans SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;font-size:16px;line-height:1.5;word-wrap:break-word}.markdown-body kbd{display:inline-block;padding:3px 5px;font:11px "SF Mono","Fira Code","Consolas",-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI","Arial","Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Source Han Sans CN","Source Han Sans SC","Microsoft YaHei","WenQuanYi Micro Hei",monospace;line-height:10px;color:var(--color-text-primary);vertical-align:middle;background-color:var(--color-bg-secondary);border:solid 1px var(--color-border-tertiary);border-bottom-color:var(--color-border-tertiary);border-radius:6px;box-shadow:inset 0 -1px 0 var(--color-border-tertiary)}.markdown-body::before{display:table;content:""}.markdown-body::after{display:table;clear:both;content:""}.markdown-body>*:first-child{margin-top:0 !important}.markdown-body>*:last-child{margin-bottom:0 !important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:var(--color-text-danger)}.markdown-body .anchor{float:left;padding-right:4px;margin-left:-20px;line-height:1}.markdown-body .anchor:focus{outline:none}.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre,.markdown-body details{margin-top:0;margin-bottom:16px}.markdown-body hr{height:.25em;padding:0;margin:24px 0;background-color:var(--color-border-primary);border:0}.markdown-body blockquote{padding:0 1em;color:var(--color-text-tertiary);border-left:0.25em solid var(--color-markdown-blockquote-border)}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{color:var(--color-text-primary);vertical-align:middle;visibility:hidden}.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{text-decoration:none}.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{visibility:visible}.markdown-body h1 tt,.markdown-body h1 code,.markdown-body h2 tt,.markdown-body h2 code,.markdown-body h3 tt,.markdown-body h3 code,.markdown-body h4 tt,.markdown-body h4 code,.markdown-body h5 tt,.markdown-body h5 code,.markdown-body h6 tt,.markdown-body h6 code{font-size:inherit}.markdown-body h1{padding-bottom:0.3em;font-size:2em;border-bottom:1px solid var(--color-border-secondary)}.markdown-body h2{padding-bottom:0.3em;font-size:1.5em;border-bottom:1px solid var(--color-border-secondary)}.markdown-body h3{font-size:1.25em}.markdown-body h4{font-size:1em}.markdown-body h5{font-size:0.875em}.markdown-body h6{font-size:0.85em;color:var(--color-text-tertiary)}.markdown-body ul,.markdown-body ol{padding-left:2em}.markdown-body ul.no-list,.markdown-body ol.no-list{padding:0;list-style-type:none}.markdown-body ol[type="1"]{list-style-type:decimal}.markdown-body ol[type="a"]{list-style-type:lower-alpha}.markdown-body ol[type="i"]{list-style-type:lower-roman}.markdown-body div>ol:not([type]){list-style-type:decimal}.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul{margin-top:0;margin-bottom:0}.markdown-body li>p{margin-top:16px}.markdown-body li+li{margin-top:.25em}.markdown-body dl{padding:0}.markdown-body dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:600}.markdown-body dl dd{padding:0 16px;margin-bottom:16px}.markdown-body table{display:block;width:100%;width:max-content;max-width:100%;overflow:auto}.markdown-body table th{font-weight:600}.markdown-body table th,.markdown-body table td{padding:6px 13px;border:1px solid var(--color-markdown-table-border)}.markdown-body table tr{background-color:var(--color-bg-primary);border-top:1px solid var(--color-markdown-table-tr-border)}.markdown-body table tr:nth-child(2n){background-color:var(--color-bg-tertiary)}.markdown-body table img{background-color:transparent}.markdown-body img{max-width:100%;box-sizing:content-box;background-color:var(--color-bg-primary)}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{max-width:none;vertical-align:text-top;background-color:transparent}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid var(--color-markdown-frame-border)}.markdown-body span.frame span img{display:block;float:left}.markdown-body span.frame span span{display:block;padding:5px 0 0;clear:both;color:var(--color-text-primary)}.markdown-body span.align-center{display:block;overflow:hidden;clear:both}.markdown-body span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown-body span.align-center span img{margin:0 auto;text-align:center}.markdown-body span.align-right{display:block;overflow:hidden;clear:both}.markdown-body span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown-body span.align-right span img{margin:0;text-align:right}.markdown-body span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown-body span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown-body code,.markdown-body tt{padding:0.2em 0.4em;margin:0;font-size:85%;background-color:var(--color-markdown-code-bg);border-radius:6px}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit}.markdown-body pre{word-wrap:normal}.markdown-body pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:transparent;border:0}.markdown-body .highlight{margin-bottom:16px}.markdown-body .highlight pre{margin-bottom:0;word-break:normal}.markdown-body .highlight pre,.markdown-body pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:var(--color-bg-tertiary);border-radius:6px}.markdown-body pre code,.markdown-body pre tt{display:inline;max-width:auto;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown-body .csv-data td,.markdown-body .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown-body .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:var(--color-bg-primary);border:0}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{font-weight:600;background:var(--color-bg-tertiary);border-top:0}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}@media (min-width: 544px){.position-sm-static{position:static !important}.position-sm-relative{position:relative !important}.position-sm-absolute{position:absolute !important}.position-sm-fixed{position:fixed !important}.position-sm-sticky{position:sticky !important}}@media (min-width: 768px){.position-md-static{position:static !important}.position-md-relative{position:relative !important}.position-md-absolute{position:absolute !important}.position-md-fixed{position:fixed !important}.position-md-sticky{position:sticky !important}}@media (min-width: 1012px){.position-lg-static{position:static !important}.position-lg-relative{position:relative !important}.position-lg-absolute{position:absolute !important}.position-lg-fixed{position:fixed !important}.position-lg-sticky{position:sticky !important}}@media (min-width: 1280px){.position-xl-static{position:static !important}.position-xl-relative{position:relative !important}.position-xl-absolute{position:absolute !important}.position-xl-fixed{position:fixed !important}.position-xl-sticky{position:sticky !important}}.top-0{top:0 !important}.right-0{right:0 !important}.bottom-0{bottom:0 !important}.left-0{left:0 !important}.top-auto{top:auto !important}.right-auto{right:auto !important}.bottom-auto{bottom:auto !important}.left-auto{left:auto !important}@media (min-width: 544px){.top-sm-0{top:0 !important}.right-sm-0{right:0 !important}.bottom-sm-0{bottom:0 !important}.left-sm-0{left:0 !important}.top-sm-auto{top:auto !important}.right-sm-auto{right:auto !important}.bottom-sm-auto{bottom:auto !important}.left-sm-auto{left:auto !important}}@media (min-width: 768px){.top-md-0{top:0 !important}.right-md-0{right:0 !important}.bottom-md-0{bottom:0 !important}.left-md-0{left:0 !important}.top-md-auto{top:auto !important}.right-md-auto{right:auto !important}.bottom-md-auto{bottom:auto !important}.left-md-auto{left:auto !important}}@media (min-width: 1012px){.top-lg-0{top:0 !important}.right-lg-0{right:0 !important}.bottom-lg-0{bottom:0 !important}.left-lg-0{left:0 !important}.top-lg-auto{top:auto !important}.right-lg-auto{right:auto !important}.bottom-lg-auto{bottom:auto !important}.left-lg-auto{left:auto !important}}@media (min-width: 1280px){.top-xl-0{top:0 !important}.right-xl-0{right:0 !important}.bottom-xl-0{bottom:0 !important}.left-xl-0{left:0 !important}.top-xl-auto{top:auto !important}.right-xl-auto{right:auto !important}.bottom-xl-auto{bottom:auto !important}.left-xl-auto{left:auto !important}}.v-align-middle{vertical-align:middle !important}.v-align-top{vertical-align:top !important}.v-align-bottom{vertical-align:bottom !important}.v-align-text-top{vertical-align:text-top !important}.v-align-text-bottom{vertical-align:text-bottom !important}.v-align-baseline{vertical-align:baseline !important}.overflow-visible{overflow:visible !important}.overflow-x-visible{overflow-x:visible !important}.overflow-y-visible{overflow-y:visible !important}.overflow-hidden{overflow:hidden !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-auto{overflow:auto !important}.overflow-x-auto{overflow-x:auto !important}.overflow-y-auto{overflow-y:auto !important}.overflow-scroll{overflow:scroll !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-scroll{overflow-y:scroll !important}@media (min-width: 544px){.overflow-sm-visible{overflow:visible !important}.overflow-sm-x-visible{overflow-x:visible !important}.overflow-sm-y-visible{overflow-y:visible !important}.overflow-sm-hidden{overflow:hidden !important}.overflow-sm-x-hidden{overflow-x:hidden !important}.overflow-sm-y-hidden{overflow-y:hidden !important}.overflow-sm-auto{overflow:auto !important}.overflow-sm-x-auto{overflow-x:auto !important}.overflow-sm-y-auto{overflow-y:auto !important}.overflow-sm-scroll{overflow:scroll !important}.overflow-sm-x-scroll{overflow-x:scroll !important}.overflow-sm-y-scroll{overflow-y:scroll !important}}@media (min-width: 768px){.overflow-md-visible{overflow:visible !important}.overflow-md-x-visible{overflow-x:visible !important}.overflow-md-y-visible{overflow-y:visible !important}.overflow-md-hidden{overflow:hidden !important}.overflow-md-x-hidden{overflow-x:hidden !important}.overflow-md-y-hidden{overflow-y:hidden !important}.overflow-md-auto{overflow:auto !important}.overflow-md-x-auto{overflow-x:auto !important}.overflow-md-y-auto{overflow-y:auto !important}.overflow-md-scroll{overflow:scroll !important}.overflow-md-x-scroll{overflow-x:scroll !important}.overflow-md-y-scroll{overflow-y:scroll !important}}@media (min-width: 1012px){.overflow-lg-visible{overflow:visible !important}.overflow-lg-x-visible{overflow-x:visible !important}.overflow-lg-y-visible{overflow-y:visible !important}.overflow-lg-hidden{overflow:hidden !important}.overflow-lg-x-hidden{overflow-x:hidden !important}.overflow-lg-y-hidden{overflow-y:hidden !important}.overflow-lg-auto{overflow:auto !important}.overflow-lg-x-auto{overflow-x:auto !important}.overflow-lg-y-auto{overflow-y:auto !important}.overflow-lg-scroll{overflow:scroll !important}.overflow-lg-x-scroll{overflow-x:scroll !important}.overflow-lg-y-scroll{overflow-y:scroll !important}}@media (min-width: 1280px){.overflow-xl-visible{overflow:visible !important}.overflow-xl-x-visible{overflow-x:visible !important}.overflow-xl-y-visible{overflow-y:visible !important}.overflow-xl-hidden{overflow:hidden !important}.overflow-xl-x-hidden{overflow-x:hidden !important}.overflow-xl-y-hidden{overflow-y:hidden !important}.overflow-xl-auto{overflow:auto !important}.overflow-xl-x-auto{overflow-x:auto !important}.overflow-xl-y-auto{overflow-y:auto !important}.overflow-xl-scroll{overflow:scroll !important}.overflow-xl-x-scroll{overflow-x:scroll !important}.overflow-xl-y-scroll{overflow-y:scroll !important}}.clearfix::before{display:table;content:""}.clearfix::after{display:table;clear:both;content:""}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width: 544px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 1012px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1280px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.width-fit{max-width:100% !important}.width-full{width:100% !important}.height-fit{max-height:100% !important}.height-full{height:100% !important}.min-width-0{min-width:0 !important}.width-auto{width:auto !important}.direction-rtl{direction:rtl !important}.direction-ltr{direction:ltr !important}@media (min-width: 544px){.width-sm-auto{width:auto !important}.direction-sm-rtl{direction:rtl !important}.direction-sm-ltr{direction:ltr !important}}@media (min-width: 768px){.width-md-auto{width:auto !important}.direction-md-rtl{direction:rtl !important}.direction-md-ltr{direction:ltr !important}}@media (min-width: 1012px){.width-lg-auto{width:auto !important}.direction-lg-rtl{direction:rtl !important}.direction-lg-ltr{direction:ltr !important}}@media (min-width: 1280px){.width-xl-auto{width:auto !important}.direction-xl-rtl{direction:rtl !important}.direction-xl-ltr{direction:ltr !important}}@font-face{font-family:'iconfont';src:url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"),url("iconfont.woff?t=1615774773267") format("woff"),url("iconfont.ttf?t=1615774773267") format("truetype"),url("iconfont.svg?t=1615774773267#iconfont") format("svg")}.iconfont{font-family:'iconfont' !important;font-size:inherit;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-sync-circle-sharp:before{content:'\e613'}.icon-grid-sharp:before{content:'\e612'}.icon-search-circle-sharp:before{content:'\e60c'}.icon-chevron-back-circle-sharp:before{content:'\e608'}.icon-caret-back-circle-sharp:before{content:'\e609'}.icon-chevron-forward-circle-sharp:before{content:'\e60a'}.icon-caret-forward-circle-sharp:before{content:'\e60b'}.icon-today-sharp:before{content:'\e607'}.icon-chevron-up-circle-sharp:before{content:'\e606'}.icon-contrast-sharp:before{content:'\e601'}.icon-file-tray-sharp:before{content:'\e602'}.icon-pricetags-sharp:before{content:'\e603'}.icon-chatbox-ellipses-sharp:before{content:'\e604'}.icon-time-sharp:before{content:'\e605'}header .header{padding:1.75rem 1.5rem 2rem 1.5rem}header .title-main{font-size:2.5rem;font-family:"Product Sans",sans-serif;font-weight:700;white-space:nowrap}header .title-sub{margin:0 0.1rem;display:block;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none}header .title-sub::-webkit-scrollbar{display:none}.content{padding:1.5rem 1.5rem 0 1.5rem}.post:not(:first-child){padding:1.5rem 0}.post:first-child{padding:0 0 1.5rem 0}.post-title{font-size:1.75rem}.post-meta{display:flex;align-items:center;margin:0.5rem 0.1rem 1rem 0.1rem;flex-wrap:wrap}.post-meta span{display:flex;align-items:center}.post-meta span:not(:last-child){padding-right:1.5rem}.post-summary{margin:0 0.1rem}.post-summary p:last-child{margin-bottom:0}.post-summary h1,.post-summary h2,.post-summary h3,.post-summary h4,.post-summary h5,.post-summary h6{display:none}.post-meta-archive{display:flex;align-items:center;margin:0.5rem 0.1rem 0 0.1rem;flex-wrap:wrap}.post-meta-archive span{display:flex;align-items:center}.post-meta-archive span:not(:last-child){padding-right:1.5rem}.pagination{display:flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1.25rem;padding:1.25rem 0}.pagination div{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem}.pagination div a{display:flex;align-items:center}.page-info{padding:0 0.1rem 1.5rem 0.1rem}article{padding-bottom:1.5rem}article .post-content{margin:1.25rem 0.1rem 0 0.1rem}.license{margin-bottom:1.5rem}.post-loading{margin:0 0 1.5rem 0;padding-top:1.5rem;text-align:center}.post-loading i{font-size:1.25rem}.post-loading p{margin:0.5rem 0 0 0}.markdown-body h1{font-size:1.75rem;margin-top:1.5rem}.markdown-body h2{font-size:1.5rem;margin-top:1.375rem}.markdown-body h3{font-size:1.25rem;margin-top:1.25rem}.markdown-body h4{margin-top:1.25rem}.markdown-body ul{list-style-type:circle}.markdown-body img{max-width:98%;margin:0 0.25rem 0.5rem 0.25rem}.markdown-body .table-dense{font-size:0.875rem}.markdown-body .table-dense td,.markdown-body .table-dense th{padding:4px 8px !important}.post-comment span.post-comment-notloaded{display:flex;align-items:center;justify-content:center}#disqus_thread{padding:1.25rem 0}#search-result .post:first-child{padding:1.5rem 0}.search-result-info{padding:1rem 0.1rem}.search-input{display:flex;height:2.5rem;align-items:center;padding-left:0.5rem;width:100%}.search-input input{width:100%;min-width:0;flex:1 1 auto;height:2rem}.search-input button{flex:0 1 auto;padding:0 0.5rem;word-break:keep-all;height:2.5rem}.search-input button:hover i{color:var(--color-primary)}.search-input button i{color:var(--color-mute);height:100%;font-size:1.6rem}.sidebar{padding:1.5rem 1.5rem 1.5rem 0}.sidebar-item:not(:last-child){margin-bottom:1rem}.sidebar-item h3{margin-bottom:0.25rem}.sidebar-item ul{list-style-type:none;margin:0 0.1rem}.sidebar-item>div,.sidebar-item>nav{margin:0 0.1rem}.sidebar-item>img{margin:0.5rem 0.25rem 0 0.25rem;width:100%;border-radius:2px}@media screen and (max-width: 768px){.sidebar{display:none !important}}@media screen and (max-width: 768px){.sidebar-mobile{width:70%;position:fixed;top:0;right:0;bottom:0%;background-color:var(--color-codebg);z-index:50;overflow:auto;display:flex;flex-direction:column-reverse}.sidebar-mobile .sidebar-wrapper{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-around;margin:1.5rem 4.25rem 1.5rem 1.5rem}.sidebar-mobile .sidebar-item{width:90%;text-align:right;margin-top:1rem}.sidebar-mobile .sidebar-item:last-child{margin-top:0}}@media screen and (min-width: 768px){.sidebar-toc{position:sticky;top:1rem}.sidebar-toc ul ul{font-size:0.875rem;padding-left:0.5rem;margin-bottom:0.25rem}.sidebar-toc #TableOfContents{max-height:80vh;overflow:auto;scrollbar-width:thin}}footer .footer{padding:2rem 1.5rem;text-align:center}footer .footer i{font-size:0.875rem}.btn{position:fixed;right:1.5rem;bottom:1.5rem;width:2.5rem;display:flex;justify-content:space-between;flex-direction:column;z-index:100}.btn div{flex:0 1 auto;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.25rem}.btn div:first-child{border-radius:0.25rem 0.25rem 0 0;font-size:1.125rem}.btn div:last-child{border-radius:0 0 0.25rem 0.25rem;font-size:1.325rem}@media screen and (min-width: 768px){.btn div:first-child{display:none}.btn div:nth-child(2){border-radius:0.25rem 0.25rem 0 0}}.post-player-wrapper{margin:0.25rem 0.125rem 1rem 0.125rem !important;font-family:inherit !important}.post-player{font-family:inherit !important}.post-summary .post-player-wrapper{display:none}body[data-theme='auto']{--color-mode: 'light';--color-primary: #8aa2d3;--color-secondary: #8f82bc;--color-focus: #3b469b;--color-mute: #9ea1a3;--color-font: #3f4551;--color-divider: #e5e2e4;--color-bg: #fffffd;--color-codebg: #f6f8fa}@media (prefers-color-scheme: dark){body[data-theme='auto']{--color-mode: 'dark';--color-primary: #8aa2d3;--color-secondary: #bab1df;--color-focus: #e6e6e6;--color-mute: #9ea1a3;--color-font: silver;--color-divider: #4d5158;--color-bg: #2f3136;--color-codebg: #414449}body[data-theme='auto'] table:not(.highlight) th,body[data-theme='auto'] table:not(.highlight) td{border-color:var(--color-font)}body[data-theme='auto'] table:not(.highlight) tr{background-color:var(--color-bg);border-color:var(--color-font)}body[data-theme='auto'] table:not(.highlight) tr:nth-child(2n){background-color:var(--color-divider)}body[data-theme='auto'] .post-aplayer{background-color:var(--color-divider) !important}body[data-theme='auto'] .aplayer .aplayer-info .aplayer-music .aplayer-author{color:var(--color-font) !important}body[data-theme='auto'] .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon path{fill:var(--color-font) !important}body[data-theme='auto'] .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon:hover path{fill:var(--color-focus) !important}body[data-theme='auto'] .aplayer .aplayer-list ol li{border-top:1px solid var(--color-bg) !important}body[data-theme='auto'] .aplayer.aplayer-withlist .aplayer-info{border-bottom:1px solid var(--color-bg) !important}body[data-theme='auto'] .aplayer .aplayer-list ol li.aplayer-list-light{background-color:var(--color-codebg) !important}body[data-theme='auto'] .aplayer .aplayer-list ol li:hover{background-color:var(--color-codebg) !important}body[data-theme='auto'] .aplayer .aplayer-list ol li .aplayer-list-author,body[data-theme='auto'] .aplayer .aplayer-list ol li .aplayer-list-index{color:var(--color-font) !important}}body[data-theme='light']{--color-mode: 'light';--color-primary: #8aa2d3;--color-secondary: #8f82bc;--color-focus: #3b469b;--color-mute: #9ea1a3;--color-font: #3f4551;--color-divider: #e5e2e4;--color-bg: #fffffd;--color-codebg: #f6f8fa}body[data-theme='dark']{--color-mode: 'dark';--color-primary: #8aa2d3;--color-secondary: #bab1df;--color-focus: #e6e6e6;--color-mute: #9ea1a3;--color-font: silver;--color-divider: #4d5158;--color-bg: #2f3136;--color-codebg: #414449}body[data-theme='dark'] table:not(.highlight) th,body[data-theme='dark'] table:not(.highlight) td{border-color:var(--color-font)}body[data-theme='dark'] table:not(.highlight) tr{background-color:var(--color-bg);border-color:var(--color-font)}body[data-theme='dark'] table:not(.highlight) tr:nth-child(2n){background-color:var(--color-divider)}body[data-theme='dark'] .post-aplayer{background-color:var(--color-divider) !important}body[data-theme='dark'] .aplayer .aplayer-info .aplayer-music .aplayer-author{color:var(--color-font) !important}body[data-theme='dark'] .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon path{fill:var(--color-font) !important}body[data-theme='dark'] .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon:hover path{fill:var(--color-focus) !important}body[data-theme='dark'] .aplayer .aplayer-list ol li{border-top:1px solid var(--color-bg) !important}body[data-theme='dark'] .aplayer.aplayer-withlist .aplayer-info{border-bottom:1px solid var(--color-bg) !important}body[data-theme='dark'] .aplayer .aplayer-list ol li.aplayer-list-light{background-color:var(--color-codebg) !important}body[data-theme='dark'] .aplayer .aplayer-list ol li:hover{background-color:var(--color-codebg) !important}body[data-theme='dark'] .aplayer .aplayer-list ol li .aplayer-list-author,body[data-theme='dark'] .aplayer .aplayer-list ol li .aplayer-list-index{color:var(--color-font) !important}::selection,::-moz-selection{color:var(--color-bg);background-color:var(--color-primary)}body{background-color:var(--color-bg);color:var(--color-font)}body a{color:var(--color-primary)}body a:hover{color:var(--color-secondary)}.post-summary a,.post-meta a{color:var(--color-secondary)}.post-summary a:hover,.post-meta a:hover{color:var(--color-focus)}.pag-current a,.pag-current a:hover{color:var(--color-focus)}.title-sub,.post-meta{color:var(--color-mute)}header,.page-info{border-bottom:2px solid var(--color-divider)}.post+.post,.pagination,footer{border-top:2px solid var(--color-divider)}.post-meta-archive{color:var(--color-mute)}.post-meta-archive a{color:var(--color-secondary)}.post-meta-archive a:hover{color:var(--color-focus)}@media screen and (max-width: 768px){.sidebar{border-top:2px solid var(--color-divider)}}.post-content a{color:var(--color-secondary)}.post-content a:hover{color:var(--color-focus)}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{color:var(--color-primary)}.markdown-body strong,.markdown-body em{color:var(--color-secondary)}.markdown-body h1,.markdown-body h2{border-bottom:2px solid var(--color-divider)}.markdown-body blockquote{color:var(--color-mute)}.markdown-body img{border-radius:2px;background-color:inherit}.markdown-body hr{height:2px}.markdown-body pre,.markdown-body code{background-color:var(--color-codebg)}.post-loading{border-top:2px solid var(--color-divider)}.post-comment{border-top:2px solid var(--color-divider)}.post-comment span.post-comment-notloaded{padding:1.5rem 0;color:var(--color-secondary);cursor:pointer}.post-comment span.post-comment-notloaded:hover{color:var(--color-focus)}.btn div{background-color:var(--color-divider);color:var(--color-primary)}.btn div:hover{background-color:var(--color-primary);color:var(--color-divider)}.btn div+div{border-top:2px solid var(--color-bg)}code[class*='language-'],pre[class*='language-']{-moz-tab-size:4;-o-tab-size:4;tab-size:4}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#93a1a1}.token.punctuation{color:#586e75}.token.namespace{opacity:0.7}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted{color:#268bd2}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.url,.token.inserted{color:#2aa198}.token.entity{color:#657b83;background:#eee8d5}.token.atrule,.token.attr-value,.token.keyword{color:#859900}.token.function,.token.class-name{color:#b58900}.token.regex,.token.important,.token.variable{color:#cb4b16}.token.important,.token.bold{font-weight:600}.token.italic{font-style:italic}pre .rule,code .rule{margin:0;border-bottom:none;overflow:inherit}pre .rule::before,pre .rule::after,code .rule::before,code .rule::after{display:inherit;clear:inherit}#dsqjs a{text-decoration:none !important;color:var(--color-secondary) !important}#dsqjs a:hover{color:var(--color-focus) !important}#dsqjs .dsqjs-bullet::after{color:var(--color-mute) !important;font-weight:600 !important}#dsqjs .dsqjs-no-comment{color:var(--color-font) !important}#dsqjs .dsqjs-nav-tab{color:var(--color-mute) !important}#dsqjs .dsqjs-tab-active{color:var(--color-font) !important}#dsqjs .dsqjs-tab-active>span:after{background-color:var(--color-secondary) !important}#dsqjs .dsqjs-post-list .dsqjs-post-avatar{background:var(--color-bg) !important}#dsqjs .dsqjs-post-list .dsqjs-post-header .dsqjs-post-author{color:var(--color-mute) !important;font-weight:600}#dsqjs .dsqjs-post-list .dsqjs-post-header .dsqjs-admin-badge{color:var(--color-font) !important;background:var(--color-codebg) !important}#dsqjs .dsqjs-post-list .dsqjs-post-header .dsqjs-meta{color:var(--color-mute) !important}#dsqjs .dsqjs-post-body{color:var(--color-font) !important}#dsqjs .dsqjs-post-body code,#dsqjs .dsqjs-post-body pre{background:var(--color-codebg) !important}#dsqjs .dsqjs-post-body blockquote{color:var(--color-codebg) !important;border-left:0.25em solid var(--color-divider) !important}#dsqjs .dsqjs-load-more{background:var(--color-mute) !important;color:var(--color-bg) !important}#dsqjs footer{border-top:2px solid var(--color-divider) !important;font-weight:600 !important;color:var(--color-mute) !important}#dsqjs .dsqjs-order-radio:checked+.dsqjs-order-label{color:var(--color-font) !important;background-color:var(--color-divider) !important}#dsqjs .dsqjs-order-label{background-color:var(--color-bg) !important}#dsqjs p.dsqjs-has-more a.dsqjs-has-more-btn{color:var(--color-mute) !important}.search-result-info{border-bottom:2px solid var(--color-divider)}.search-input{border-top:2px solid;border-left:2px solid;border-bottom:2px solid;border-right:none;border-radius:0.25rem;border-color:var(--color-divider);background-color:var(--color-bg)}.search-input:hover,.search-input:focus-within{color:var(--color-primary);border-color:var(--color-primary)}.search-input input{outline:none;border:none;color:inherit;background-color:inherit}.search-input button{outline:none;border-top:2px solid;border-left:none;border-right:2px solid;border-bottom:2px solid;border-radius:0 0.25rem 0.25rem 0;border-color:inherit;color:inherit;background-color:inherit}.search-input button:hover{color:var(--color-secondary)}.image-wrapper{position:relative;display:block;width:100%;height:0;overflow:hidden;background-color:var(--color-divider);border-radius:3px;max-width:98%;margin:0 0.25rem 0.5rem 0.25rem}.image-wrapper img{display:block;width:100%;max-width:100%;margin:0;overflow:hidden}.ratio-40x9{padding-bottom:22.5%}.ratio-32x9{padding-bottom:28.125%}.ratio-21x9{padding-bottom:42.85714286%}.ratio-18x9{padding-bottom:50%}.ratio-16x9{padding-bottom:56.25%}.ratio-16x10{padding-bottom:62.5%}.ratio-3x2{padding-bottom:66.66666667%}.ratio-4x3{padding-bottom:75%}.ratio-1x1{padding-bottom:100%}.ratio-3x4{padding-bottom:133.33333333%}.ratio-2x3{padding-bottom:150%}.ratio-10x16{padding-bottom:160%}.ratio-9x16{padding-bottom:177.77777778%}.ratio-9x18{padding-bottom:200%}.ratio-9x21{padding-bottom:233.33333333%}.ratio-9x32{padding-bottom:355.55555556%}
+@font-face{font-family:'Product Sans';font-style:normal;font-display:swap;font-weight:700;src:url("https://cdn.jsdelivr.net/gh/dsrkafuu/dsr-cdn-main@1/fonts/product_sans/product_sans_700.woff2") format("woff2")}@font-face{font-family:'Fira Code';font-style:normal;font-display:swap;font-weight:400;src:url("https://cdn.jsdelivr.net/gh/dsrkafuu/dsr-cdn-main@1/fonts/fira_code/fira_code_400.woff2") format("woff2")}*{box-sizing:border-box}html{height:100%;scroll-behavior:smooth}body{display:flex;flex-direction:column;height:100%;scroll-behavior:smooth}main{flex:1 1 auto}.container-lg{display:flex;flex-direction:row}@media screen and (max-width: 768px){.container-lg{flex-direction:column}}a:hover{text-decoration:none !important}/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none !important}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:var(--color-text-primary)}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:600}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:0.35em 0.625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}*{box-sizing:border-box}input,select,textarea,button{font-family:inherit;font-size:inherit;line-height:inherit}body{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI","Arial","Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Source Han Sans CN","Source Han Sans SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;font-size:16px;line-height:1.5;color:var(--color-text-primary);background-color:var(--color-bg-canvas)}a{color:var(--color-text-link);text-decoration:none}a:hover{text-decoration:underline}b,strong{font-weight:600}hr,.rule{height:0;margin:15px 0;overflow:hidden;background:transparent;border:0;border-bottom:1px solid var(--color-border-secondary)}hr::before,.rule::before{display:table;content:""}hr::after,.rule::after{display:table;clear:both;content:""}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}button{cursor:pointer;border-radius:0}[hidden][hidden]{display:none !important}details summary{cursor:pointer}details:not([open])>*:not(summary){display:none !important}kbd{display:inline-block;padding:3px 5px;font:11px "SF Mono","Fira Code","Consolas",-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI","Arial","Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Source Han Sans CN","Source Han Sans SC","Microsoft YaHei","WenQuanYi Micro Hei",monospace;line-height:10px;color:var(--color-text-primary);vertical-align:middle;background-color:var(--color-bg-secondary);border:solid 1px var(--color-border-tertiary);border-bottom-color:var(--color-border-tertiary);border-radius:6px;box-shadow:inset 0 -1px 0 var(--color-border-tertiary)}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0}h1{font-size:32px;font-weight:600}h2{font-size:24px;font-weight:600}h3{font-size:20px;font-weight:600}h4{font-size:16px;font-weight:600}h5{font-size:14px;font-weight:600}h6{font-size:12px;font-weight:600}p{margin-top:0;margin-bottom:10px}small{font-size:90%}blockquote{margin:0}ul,ol{padding-left:0;margin-top:0;margin-bottom:0}ol ol,ul ol{list-style-type:lower-roman}ul ul ol,ul ol ol,ol ul ol,ol ol ol{list-style-type:lower-alpha}dd{margin-left:0}tt,code{font-family:"SF Mono","Fira Code","Consolas",-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI","Arial","Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Source Han Sans CN","Source Han Sans SC","Microsoft YaHei","WenQuanYi Micro Hei",monospace;font-size:12px}pre{margin-top:0;margin-bottom:0;font-family:"SF Mono","Fira Code","Consolas",-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI","Arial","Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Source Han Sans CN","Source Han Sans SC","Microsoft YaHei","WenQuanYi Micro Hei",monospace;font-size:12px}.octicon{vertical-align:text-bottom}.container-sm{max-width:544px;margin-right:auto;margin-left:auto}.container-md{max-width:768px;margin-right:auto;margin-left:auto}.container-lg{max-width:1012px;margin-right:auto;margin-left:auto}.container-xl{max-width:1280px;margin-right:auto;margin-left:auto}.col-1{width:8.33333333%}.col-2{width:16.66666667%}.col-3{width:25%}.col-4{width:33.33333333%}.col-5{width:41.66666667%}.col-6{width:50%}.col-7{width:58.33333333%}.col-8{width:66.66666667%}.col-9{width:75%}.col-10{width:83.33333333%}.col-11{width:91.66666667%}.col-12{width:100%}@media (min-width: 544px){.col-sm-1{width:8.33333333%}.col-sm-2{width:16.66666667%}.col-sm-3{width:25%}.col-sm-4{width:33.33333333%}.col-sm-5{width:41.66666667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333333%}.col-sm-8{width:66.66666667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333333%}.col-sm-11{width:91.66666667%}.col-sm-12{width:100%}}@media (min-width: 768px){.col-md-1{width:8.33333333%}.col-md-2{width:16.66666667%}.col-md-3{width:25%}.col-md-4{width:33.33333333%}.col-md-5{width:41.66666667%}.col-md-6{width:50%}.col-md-7{width:58.33333333%}.col-md-8{width:66.66666667%}.col-md-9{width:75%}.col-md-10{width:83.33333333%}.col-md-11{width:91.66666667%}.col-md-12{width:100%}}@media (min-width: 1012px){.col-lg-1{width:8.33333333%}.col-lg-2{width:16.66666667%}.col-lg-3{width:25%}.col-lg-4{width:33.33333333%}.col-lg-5{width:41.66666667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333333%}.col-lg-8{width:66.66666667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333333%}.col-lg-11{width:91.66666667%}.col-lg-12{width:100%}}@media (min-width: 1280px){.col-xl-1{width:8.33333333%}.col-xl-2{width:16.66666667%}.col-xl-3{width:25%}.col-xl-4{width:33.33333333%}.col-xl-5{width:41.66666667%}.col-xl-6{width:50%}.col-xl-7{width:58.33333333%}.col-xl-8{width:66.66666667%}.col-xl-9{width:75%}.col-xl-10{width:83.33333333%}.col-xl-11{width:91.66666667%}.col-xl-12{width:100%}}.gutter{margin-right:-16px;margin-left:-16px}.gutter>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-condensed{margin-right:-8px;margin-left:-8px}.gutter-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-spacious{margin-right:-24px;margin-left:-24px}.gutter-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}@media (min-width: 544px){.gutter-sm{margin-right:-16px;margin-left:-16px}.gutter-sm>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-sm-condensed{margin-right:-8px;margin-left:-8px}.gutter-sm-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-sm-spacious{margin-right:-24px;margin-left:-24px}.gutter-sm-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 768px){.gutter-md{margin-right:-16px;margin-left:-16px}.gutter-md>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-md-condensed{margin-right:-8px;margin-left:-8px}.gutter-md-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-md-spacious{margin-right:-24px;margin-left:-24px}.gutter-md-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 1012px){.gutter-lg{margin-right:-16px;margin-left:-16px}.gutter-lg>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-lg-condensed{margin-right:-8px;margin-left:-8px}.gutter-lg-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-lg-spacious{margin-right:-24px;margin-left:-24px}.gutter-lg-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 1280px){.gutter-xl{margin-right:-16px;margin-left:-16px}.gutter-xl>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-xl-condensed{margin-right:-8px;margin-left:-8px}.gutter-xl-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-xl-spacious{margin-right:-24px;margin-left:-24px}.gutter-xl-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}.markdown-body{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI","Arial","Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Source Han Sans CN","Source Han Sans SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;font-size:16px;line-height:1.5;word-wrap:break-word}.markdown-body kbd{display:inline-block;padding:3px 5px;font:11px "SF Mono","Fira Code","Consolas",-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI","Arial","Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Source Han Sans CN","Source Han Sans SC","Microsoft YaHei","WenQuanYi Micro Hei",monospace;line-height:10px;color:var(--color-text-primary);vertical-align:middle;background-color:var(--color-bg-secondary);border:solid 1px var(--color-border-tertiary);border-bottom-color:var(--color-border-tertiary);border-radius:6px;box-shadow:inset 0 -1px 0 var(--color-border-tertiary)}.markdown-body::before{display:table;content:""}.markdown-body::after{display:table;clear:both;content:""}.markdown-body>*:first-child{margin-top:0 !important}.markdown-body>*:last-child{margin-bottom:0 !important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:var(--color-text-danger)}.markdown-body .anchor{float:left;padding-right:4px;margin-left:-20px;line-height:1}.markdown-body .anchor:focus{outline:none}.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre,.markdown-body details{margin-top:0;margin-bottom:16px}.markdown-body hr{height:.25em;padding:0;margin:24px 0;background-color:var(--color-border-primary);border:0}.markdown-body blockquote{padding:0 1em;color:var(--color-text-tertiary);border-left:0.25em solid var(--color-markdown-blockquote-border)}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{color:var(--color-text-primary);vertical-align:middle;visibility:hidden}.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{text-decoration:none}.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{visibility:visible}.markdown-body h1 tt,.markdown-body h1 code,.markdown-body h2 tt,.markdown-body h2 code,.markdown-body h3 tt,.markdown-body h3 code,.markdown-body h4 tt,.markdown-body h4 code,.markdown-body h5 tt,.markdown-body h5 code,.markdown-body h6 tt,.markdown-body h6 code{font-size:inherit}.markdown-body h1{padding-bottom:0.3em;font-size:2em;border-bottom:1px solid var(--color-border-secondary)}.markdown-body h2{padding-bottom:0.3em;font-size:1.5em;border-bottom:1px solid var(--color-border-secondary)}.markdown-body h3{font-size:1.25em}.markdown-body h4{font-size:1em}.markdown-body h5{font-size:0.875em}.markdown-body h6{font-size:0.85em;color:var(--color-text-tertiary)}.markdown-body ul,.markdown-body ol{padding-left:2em}.markdown-body ul.no-list,.markdown-body ol.no-list{padding:0;list-style-type:none}.markdown-body ol[type="1"]{list-style-type:decimal}.markdown-body ol[type="a"]{list-style-type:lower-alpha}.markdown-body ol[type="i"]{list-style-type:lower-roman}.markdown-body div>ol:not([type]){list-style-type:decimal}.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul{margin-top:0;margin-bottom:0}.markdown-body li>p{margin-top:16px}.markdown-body li+li{margin-top:.25em}.markdown-body dl{padding:0}.markdown-body dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:600}.markdown-body dl dd{padding:0 16px;margin-bottom:16px}.markdown-body table{display:block;width:100%;width:max-content;max-width:100%;overflow:auto}.markdown-body table th{font-weight:600}.markdown-body table th,.markdown-body table td{padding:6px 13px;border:1px solid var(--color-markdown-table-border)}.markdown-body table tr{background-color:var(--color-bg-primary);border-top:1px solid var(--color-markdown-table-tr-border)}.markdown-body table tr:nth-child(2n){background-color:var(--color-bg-tertiary)}.markdown-body table img{background-color:transparent}.markdown-body img{max-width:100%;box-sizing:content-box;background-color:var(--color-bg-primary)}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{max-width:none;vertical-align:text-top;background-color:transparent}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid var(--color-markdown-frame-border)}.markdown-body span.frame span img{display:block;float:left}.markdown-body span.frame span span{display:block;padding:5px 0 0;clear:both;color:var(--color-text-primary)}.markdown-body span.align-center{display:block;overflow:hidden;clear:both}.markdown-body span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown-body span.align-center span img{margin:0 auto;text-align:center}.markdown-body span.align-right{display:block;overflow:hidden;clear:both}.markdown-body span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown-body span.align-right span img{margin:0;text-align:right}.markdown-body span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown-body span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown-body code,.markdown-body tt{padding:0.2em 0.4em;margin:0;font-size:85%;background-color:var(--color-markdown-code-bg);border-radius:6px}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit}.markdown-body pre{word-wrap:normal}.markdown-body pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:transparent;border:0}.markdown-body .highlight{margin-bottom:16px}.markdown-body .highlight pre{margin-bottom:0;word-break:normal}.markdown-body .highlight pre,.markdown-body pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:var(--color-bg-tertiary);border-radius:6px}.markdown-body pre code,.markdown-body pre tt{display:inline;max-width:auto;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown-body .csv-data td,.markdown-body .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown-body .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:var(--color-bg-primary);border:0}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{font-weight:600;background:var(--color-bg-tertiary);border-top:0}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}@media (min-width: 544px){.position-sm-static{position:static !important}.position-sm-relative{position:relative !important}.position-sm-absolute{position:absolute !important}.position-sm-fixed{position:fixed !important}.position-sm-sticky{position:sticky !important}}@media (min-width: 768px){.position-md-static{position:static !important}.position-md-relative{position:relative !important}.position-md-absolute{position:absolute !important}.position-md-fixed{position:fixed !important}.position-md-sticky{position:sticky !important}}@media (min-width: 1012px){.position-lg-static{position:static !important}.position-lg-relative{position:relative !important}.position-lg-absolute{position:absolute !important}.position-lg-fixed{position:fixed !important}.position-lg-sticky{position:sticky !important}}@media (min-width: 1280px){.position-xl-static{position:static !important}.position-xl-relative{position:relative !important}.position-xl-absolute{position:absolute !important}.position-xl-fixed{position:fixed !important}.position-xl-sticky{position:sticky !important}}.top-0{top:0 !important}.right-0{right:0 !important}.bottom-0{bottom:0 !important}.left-0{left:0 !important}.top-auto{top:auto !important}.right-auto{right:auto !important}.bottom-auto{bottom:auto !important}.left-auto{left:auto !important}@media (min-width: 544px){.top-sm-0{top:0 !important}.right-sm-0{right:0 !important}.bottom-sm-0{bottom:0 !important}.left-sm-0{left:0 !important}.top-sm-auto{top:auto !important}.right-sm-auto{right:auto !important}.bottom-sm-auto{bottom:auto !important}.left-sm-auto{left:auto !important}}@media (min-width: 768px){.top-md-0{top:0 !important}.right-md-0{right:0 !important}.bottom-md-0{bottom:0 !important}.left-md-0{left:0 !important}.top-md-auto{top:auto !important}.right-md-auto{right:auto !important}.bottom-md-auto{bottom:auto !important}.left-md-auto{left:auto !important}}@media (min-width: 1012px){.top-lg-0{top:0 !important}.right-lg-0{right:0 !important}.bottom-lg-0{bottom:0 !important}.left-lg-0{left:0 !important}.top-lg-auto{top:auto !important}.right-lg-auto{right:auto !important}.bottom-lg-auto{bottom:auto !important}.left-lg-auto{left:auto !important}}@media (min-width: 1280px){.top-xl-0{top:0 !important}.right-xl-0{right:0 !important}.bottom-xl-0{bottom:0 !important}.left-xl-0{left:0 !important}.top-xl-auto{top:auto !important}.right-xl-auto{right:auto !important}.bottom-xl-auto{bottom:auto !important}.left-xl-auto{left:auto !important}}.v-align-middle{vertical-align:middle !important}.v-align-top{vertical-align:top !important}.v-align-bottom{vertical-align:bottom !important}.v-align-text-top{vertical-align:text-top !important}.v-align-text-bottom{vertical-align:text-bottom !important}.v-align-baseline{vertical-align:baseline !important}.overflow-visible{overflow:visible !important}.overflow-x-visible{overflow-x:visible !important}.overflow-y-visible{overflow-y:visible !important}.overflow-hidden{overflow:hidden !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-auto{overflow:auto !important}.overflow-x-auto{overflow-x:auto !important}.overflow-y-auto{overflow-y:auto !important}.overflow-scroll{overflow:scroll !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-scroll{overflow-y:scroll !important}@media (min-width: 544px){.overflow-sm-visible{overflow:visible !important}.overflow-sm-x-visible{overflow-x:visible !important}.overflow-sm-y-visible{overflow-y:visible !important}.overflow-sm-hidden{overflow:hidden !important}.overflow-sm-x-hidden{overflow-x:hidden !important}.overflow-sm-y-hidden{overflow-y:hidden !important}.overflow-sm-auto{overflow:auto !important}.overflow-sm-x-auto{overflow-x:auto !important}.overflow-sm-y-auto{overflow-y:auto !important}.overflow-sm-scroll{overflow:scroll !important}.overflow-sm-x-scroll{overflow-x:scroll !important}.overflow-sm-y-scroll{overflow-y:scroll !important}}@media (min-width: 768px){.overflow-md-visible{overflow:visible !important}.overflow-md-x-visible{overflow-x:visible !important}.overflow-md-y-visible{overflow-y:visible !important}.overflow-md-hidden{overflow:hidden !important}.overflow-md-x-hidden{overflow-x:hidden !important}.overflow-md-y-hidden{overflow-y:hidden !important}.overflow-md-auto{overflow:auto !important}.overflow-md-x-auto{overflow-x:auto !important}.overflow-md-y-auto{overflow-y:auto !important}.overflow-md-scroll{overflow:scroll !important}.overflow-md-x-scroll{overflow-x:scroll !important}.overflow-md-y-scroll{overflow-y:scroll !important}}@media (min-width: 1012px){.overflow-lg-visible{overflow:visible !important}.overflow-lg-x-visible{overflow-x:visible !important}.overflow-lg-y-visible{overflow-y:visible !important}.overflow-lg-hidden{overflow:hidden !important}.overflow-lg-x-hidden{overflow-x:hidden !important}.overflow-lg-y-hidden{overflow-y:hidden !important}.overflow-lg-auto{overflow:auto !important}.overflow-lg-x-auto{overflow-x:auto !important}.overflow-lg-y-auto{overflow-y:auto !important}.overflow-lg-scroll{overflow:scroll !important}.overflow-lg-x-scroll{overflow-x:scroll !important}.overflow-lg-y-scroll{overflow-y:scroll !important}}@media (min-width: 1280px){.overflow-xl-visible{overflow:visible !important}.overflow-xl-x-visible{overflow-x:visible !important}.overflow-xl-y-visible{overflow-y:visible !important}.overflow-xl-hidden{overflow:hidden !important}.overflow-xl-x-hidden{overflow-x:hidden !important}.overflow-xl-y-hidden{overflow-y:hidden !important}.overflow-xl-auto{overflow:auto !important}.overflow-xl-x-auto{overflow-x:auto !important}.overflow-xl-y-auto{overflow-y:auto !important}.overflow-xl-scroll{overflow:scroll !important}.overflow-xl-x-scroll{overflow-x:scroll !important}.overflow-xl-y-scroll{overflow-y:scroll !important}}.clearfix::before{display:table;content:""}.clearfix::after{display:table;clear:both;content:""}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width: 544px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 1012px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1280px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.width-fit{max-width:100% !important}.width-full{width:100% !important}.height-fit{max-height:100% !important}.height-full{height:100% !important}.min-width-0{min-width:0 !important}.width-auto{width:auto !important}.direction-rtl{direction:rtl !important}.direction-ltr{direction:ltr !important}@media (min-width: 544px){.width-sm-auto{width:auto !important}.direction-sm-rtl{direction:rtl !important}.direction-sm-ltr{direction:ltr !important}}@media (min-width: 768px){.width-md-auto{width:auto !important}.direction-md-rtl{direction:rtl !important}.direction-md-ltr{direction:ltr !important}}@media (min-width: 1012px){.width-lg-auto{width:auto !important}.direction-lg-rtl{direction:rtl !important}.direction-lg-ltr{direction:ltr !important}}@media (min-width: 1280px){.width-xl-auto{width:auto !important}.direction-xl-rtl{direction:rtl !important}.direction-xl-ltr{direction:ltr !important}}@font-face{font-family:'iconfont';src:url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"),url("iconfont.woff?t=1615774773267") format("woff"),url("iconfont.ttf?t=1615774773267") format("truetype"),url("iconfont.svg?t=1615774773267#iconfont") format("svg")}.iconfont{font-family:'iconfont' !important;font-size:inherit;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-sync-circle-sharp:before{content:'\e613'}.icon-grid-sharp:before{content:'\e612'}.icon-search-circle-sharp:before{content:'\e60c'}.icon-chevron-back-circle-sharp:before{content:'\e608'}.icon-caret-back-circle-sharp:before{content:'\e609'}.icon-chevron-forward-circle-sharp:before{content:'\e60a'}.icon-caret-forward-circle-sharp:before{content:'\e60b'}.icon-today-sharp:before{content:'\e607'}.icon-chevron-up-circle-sharp:before{content:'\e606'}.icon-contrast-sharp:before{content:'\e601'}.icon-file-tray-sharp:before{content:'\e602'}.icon-pricetags-sharp:before{content:'\e603'}.icon-chatbox-ellipses-sharp:before{content:'\e604'}.icon-time-sharp:before{content:'\e605'}header .header{padding:1.75rem 1.5rem 2rem 1.5rem}header .title-main{font-size:2.5rem;font-family:"Product Sans",sans-serif;font-weight:700;white-space:nowrap}header .title-sub{margin:0 0.1rem;display:block;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none}header .title-sub::-webkit-scrollbar{display:none}.content{padding:1.5rem 1.5rem 0 1.5rem}.post:not(:first-child){padding:1.5rem 0}.post:first-child{padding:0 0 1.5rem 0}.post-title{font-size:1.75rem}.post-meta{display:flex;align-items:center;margin:0.5rem 0.1rem 1rem 0.1rem;flex-wrap:wrap}.post-meta span{display:flex;align-items:center}.post-meta span:not(:last-child){padding-right:1.5rem}.post-summary{margin:0 0.1rem}.post-summary p:last-child{margin-bottom:0}.post-summary h1,.post-summary h2,.post-summary h3,.post-summary h4,.post-summary h5,.post-summary h6{display:none}.post-meta-archive{display:flex;align-items:center;margin:0.5rem 0.1rem 0 0.1rem;flex-wrap:wrap}.post-meta-archive span{display:flex;align-items:center}.post-meta-archive span:not(:last-child){padding-right:1.5rem}.pagination{display:flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1.25rem;padding:1.25rem 0}.pagination div{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem}.pagination div a{display:flex;align-items:center}.page-info{padding:0 0.1rem 1.5rem 0.1rem}article{padding-bottom:1.5rem}article .post-content{margin:1.25rem 0.1rem 0 0.1rem}.license{margin-bottom:1.5rem}.post-loading{margin:0 0 1.5rem 0;padding-top:1.5rem;text-align:center}.post-loading i{font-size:1.25rem}.post-loading p{margin:0.5rem 0 0 0}.markdown-body h1{font-size:1.75rem;margin-top:1.5rem}.markdown-body h2{font-size:1.5rem;margin-top:1.375rem}.markdown-body h3{font-size:1.25rem;margin-top:1.25rem}.markdown-body h4{margin-top:1.25rem}.markdown-body ul{list-style-type:circle}.markdown-body img{max-width:98%;margin:0 0.25rem 0.5rem 0.25rem}.markdown-body .table-dense{font-size:0.875rem}.markdown-body .table-dense td,.markdown-body .table-dense th{padding:4px 8px !important}.post-comment span.post-comment-notloaded{display:flex;align-items:center;justify-content:center}#disqus_thread{padding:1.25rem 0}#search-result .post:first-child{padding:1.5rem 0}.search-result-info{padding:1rem 0.1rem}.search-input{display:flex;height:2.5rem;align-items:center;padding-left:0.5rem;width:100%}.search-input input{width:100%;min-width:0;flex:1 1 auto;height:2rem}.search-input button{flex:0 1 auto;padding:0 0.5rem;word-break:keep-all;height:2.5rem}.search-input button:hover i{color:var(--color-primary)}.search-input button i{color:var(--color-mute);height:100%;font-size:1.6rem}.sidebar{padding:1.5rem 1.5rem 1.5rem 0}.sidebar-item:not(:last-child){margin-bottom:1rem}.sidebar-item h3{margin-bottom:0.25rem}.sidebar-item ul{list-style-type:none;margin:0 0.1rem}.sidebar-item>div,.sidebar-item>nav{margin:0 0.1rem}.sidebar-item>img{margin:0.5rem 0.25rem 0 0.25rem;width:100%;border-radius:2px}@media screen and (max-width: 768px){.sidebar{display:none !important}}@media screen and (max-width: 768px){.sidebar-mobile{width:70%;position:fixed;top:0;right:0;bottom:0%;background-color:var(--color-codebg);z-index:50;overflow:auto;display:flex;flex-direction:column-reverse}.sidebar-mobile .sidebar-wrapper{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-around;margin:1.5rem 4.25rem 1.5rem 1.5rem}.sidebar-mobile .sidebar-item{width:90%;text-align:right;margin-top:1rem}.sidebar-mobile .sidebar-item:last-child{margin-top:0}}@media screen and (min-width: 768px){.sidebar-toc{position:sticky;top:1rem}.sidebar-toc ul ul{font-size:0.875rem;padding-left:0.5rem;margin-bottom:0.25rem}.sidebar-toc #TableOfContents{max-height:80vh;overflow:auto;scrollbar-width:thin}}footer .footer{padding:2rem 1.5rem;text-align:center}footer .footer i{font-size:0.875rem}.btn{position:fixed;right:1.5rem;bottom:1.5rem;width:2.5rem;display:flex;justify-content:space-between;flex-direction:column;z-index:100}.btn div{flex:0 1 auto;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.25rem}.btn div:first-child{border-radius:0.25rem 0.25rem 0 0;font-size:1.125rem}.btn div:last-child{border-radius:0 0 0.25rem 0.25rem;font-size:1.325rem}@media screen and (min-width: 768px){.btn div:first-child{display:none}.btn div:nth-child(2){border-radius:0.25rem 0.25rem 0 0}}.post-player-wrapper{margin:0.25rem 0.125rem 1rem 0.125rem !important;font-family:inherit !important}.post-player{font-family:inherit !important}.post-summary .post-player-wrapper{display:none}body[data-theme='auto']{--color-mode: 'light';--color-primary: #8aa2d3;--color-secondary: #8f82bc;--color-focus: #3b469b;--color-mute: #9ea1a3;--color-font: #3f4551;--color-divider: #e5e2e4;--color-bg: #fffffd;--color-codebg: #f6f8fa;--color-text-primary: #3f4551;--color-text-tertiary: #3f4551;--color-text-link: #8aa2d3;--color-text-danger: #8aa2d3;--color-bg-primary: #fffffd;--color-bg-secondary: #f6f8fa;--color-bg-tertiary: #fffffd;--color-bg-canvas: #fffffd;--color-markdown-code-bg: #f6f8fa;--color-markdown-frame-border: #e5e2e4;--color-markdown-blockquote-border: #e5e2e4;--color-markdown-table-border: #e5e2e4;--color-markdown-table-tr-border: #e5e2e4;--color-border-primary: #e5e2e4;--color-border-secondary: #e5e2e4;--color-border-tertiary: #e5e2e4}@media (prefers-color-scheme: dark){body[data-theme='auto']{--color-mode: 'dark';--color-primary: #8aa2d3;--color-secondary: #bab1df;--color-focus: #e6e6e6;--color-mute: #9ea1a3;--color-font: silver;--color-divider: #4d5158;--color-bg: #2f3136;--color-codebg: #414449;--color-text-primary: silver;--color-text-tertiary: silver;--color-text-link: #8aa2d3;--color-text-danger: #8aa2d3;--color-bg-primary: #2f3136;--color-bg-secondary: #414449;--color-bg-tertiary: #2f3136;--color-bg-canvas: #2f3136;--color-markdown-code-bg: #414449;--color-markdown-frame-border: #4d5158;--color-markdown-blockquote-border: #4d5158;--color-markdown-table-border: #4d5158;--color-markdown-table-tr-border: #4d5158;--color-border-primary: #4d5158;--color-border-secondary: #4d5158;--color-border-tertiary: #4d5158}body[data-theme='auto'] table:not(.highlight) th,body[data-theme='auto'] table:not(.highlight) td{border-color:var(--color-font)}body[data-theme='auto'] table:not(.highlight) tr{background-color:var(--color-bg);border-color:var(--color-font)}body[data-theme='auto'] table:not(.highlight) tr:nth-child(2n){background-color:var(--color-divider)}body[data-theme='auto'] .post-aplayer{background-color:var(--color-divider) !important}body[data-theme='auto'] .aplayer .aplayer-info .aplayer-music .aplayer-author{color:var(--color-font) !important}body[data-theme='auto'] .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon path{fill:var(--color-font) !important}body[data-theme='auto'] .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon:hover path{fill:var(--color-focus) !important}body[data-theme='auto'] .aplayer .aplayer-list ol li{border-top:1px solid var(--color-bg) !important}body[data-theme='auto'] .aplayer.aplayer-withlist .aplayer-info{border-bottom:1px solid var(--color-bg) !important}body[data-theme='auto'] .aplayer .aplayer-list ol li.aplayer-list-light{background-color:var(--color-codebg) !important}body[data-theme='auto'] .aplayer .aplayer-list ol li:hover{background-color:var(--color-codebg) !important}body[data-theme='auto'] .aplayer .aplayer-list ol li .aplayer-list-author,body[data-theme='auto'] .aplayer .aplayer-list ol li .aplayer-list-index{color:var(--color-font) !important}}body[data-theme='light']{--color-mode: 'light';--color-primary: #8aa2d3;--color-secondary: #8f82bc;--color-focus: #3b469b;--color-mute: #9ea1a3;--color-font: #3f4551;--color-divider: #e5e2e4;--color-bg: #fffffd;--color-codebg: #f6f8fa;--color-text-primary: #3f4551;--color-text-tertiary: #3f4551;--color-text-link: #8aa2d3;--color-text-danger: #8aa2d3;--color-bg-primary: #fffffd;--color-bg-secondary: #f6f8fa;--color-bg-tertiary: #fffffd;--color-bg-canvas: #fffffd;--color-markdown-code-bg: #f6f8fa;--color-markdown-frame-border: #e5e2e4;--color-markdown-blockquote-border: #e5e2e4;--color-markdown-table-border: #e5e2e4;--color-markdown-table-tr-border: #e5e2e4;--color-border-primary: #e5e2e4;--color-border-secondary: #e5e2e4;--color-border-tertiary: #e5e2e4}body[data-theme='dark']{--color-mode: 'dark';--color-primary: #8aa2d3;--color-secondary: #bab1df;--color-focus: #e6e6e6;--color-mute: #9ea1a3;--color-font: silver;--color-divider: #4d5158;--color-bg: #2f3136;--color-codebg: #414449;--color-text-primary: silver;--color-text-tertiary: silver;--color-text-link: #8aa2d3;--color-text-danger: #8aa2d3;--color-bg-primary: #2f3136;--color-bg-secondary: #414449;--color-bg-tertiary: #2f3136;--color-bg-canvas: #2f3136;--color-markdown-code-bg: #414449;--color-markdown-frame-border: #4d5158;--color-markdown-blockquote-border: #4d5158;--color-markdown-table-border: #4d5158;--color-markdown-table-tr-border: #4d5158;--color-border-primary: #4d5158;--color-border-secondary: #4d5158;--color-border-tertiary: #4d5158}body[data-theme='dark'] table:not(.highlight) th,body[data-theme='dark'] table:not(.highlight) td{border-color:var(--color-font)}body[data-theme='dark'] table:not(.highlight) tr{background-color:var(--color-bg);border-color:var(--color-font)}body[data-theme='dark'] table:not(.highlight) tr:nth-child(2n){background-color:var(--color-divider)}body[data-theme='dark'] .post-aplayer{background-color:var(--color-divider) !important}body[data-theme='dark'] .aplayer .aplayer-info .aplayer-music .aplayer-author{color:var(--color-font) !important}body[data-theme='dark'] .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon path{fill:var(--color-font) !important}body[data-theme='dark'] .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon:hover path{fill:var(--color-focus) !important}body[data-theme='dark'] .aplayer .aplayer-list ol li{border-top:1px solid var(--color-bg) !important}body[data-theme='dark'] .aplayer.aplayer-withlist .aplayer-info{border-bottom:1px solid var(--color-bg) !important}body[data-theme='dark'] .aplayer .aplayer-list ol li.aplayer-list-light{background-color:var(--color-codebg) !important}body[data-theme='dark'] .aplayer .aplayer-list ol li:hover{background-color:var(--color-codebg) !important}body[data-theme='dark'] .aplayer .aplayer-list ol li .aplayer-list-author,body[data-theme='dark'] .aplayer .aplayer-list ol li .aplayer-list-index{color:var(--color-font) !important}::selection,::-moz-selection{color:var(--color-bg);background-color:var(--color-primary)}body{background-color:var(--color-bg);color:var(--color-font)}body a{color:var(--color-primary)}body a:hover{color:var(--color-secondary)}.post-summary a,.post-meta a{color:var(--color-secondary)}.post-summary a:hover,.post-meta a:hover{color:var(--color-focus)}.pag-current a,.pag-current a:hover{color:var(--color-focus)}.title-sub,.post-meta{color:var(--color-mute)}header,.page-info{border-bottom:2px solid var(--color-divider)}.post+.post,.pagination,footer{border-top:2px solid var(--color-divider)}.post-meta-archive{color:var(--color-mute)}.post-meta-archive a{color:var(--color-secondary)}.post-meta-archive a:hover{color:var(--color-focus)}@media screen and (max-width: 768px){.sidebar{border-top:2px solid var(--color-divider)}}.post-content a{color:var(--color-secondary)}.post-content a:hover{color:var(--color-focus)}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{color:var(--color-primary)}.markdown-body h1,.markdown-body h2{border-bottom:2px solid var(--color-divider)}.markdown-body blockquote{color:var(--color-mute)}.markdown-body img{border-radius:2px;background-color:inherit}.markdown-body hr{height:2px}.markdown-body pre,.markdown-body code{background-color:var(--color-codebg)}.post-loading{border-top:2px solid var(--color-divider)}.post-comment{border-top:2px solid var(--color-divider)}.post-comment span.post-comment-notloaded{padding:1.5rem 0;color:var(--color-secondary);cursor:pointer}.post-comment span.post-comment-notloaded:hover{color:var(--color-focus)}.btn div{background-color:var(--color-divider);color:var(--color-primary)}.btn div:hover{background-color:var(--color-primary);color:var(--color-divider)}.btn div+div{border-top:2px solid var(--color-bg)}code[class*='language-'],pre[class*='language-']{-moz-tab-size:4;-o-tab-size:4;tab-size:4}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#93a1a1}.token.punctuation{color:#586e75}.token.namespace{opacity:0.7}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted{color:#268bd2}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.url,.token.inserted{color:#2aa198}.token.entity{color:#657b83;background:#eee8d5}.token.atrule,.token.attr-value,.token.keyword{color:#859900}.token.function,.token.class-name{color:#b58900}.token.regex,.token.important,.token.variable{color:#cb4b16}.token.important,.token.bold{font-weight:600}.token.italic{font-style:italic}pre .rule,code .rule{margin:0;border-bottom:none;overflow:inherit}pre .rule::before,pre .rule::after,code .rule::before,code .rule::after{display:inherit;clear:inherit}#dsqjs a{text-decoration:none !important;color:var(--color-secondary) !important}#dsqjs a:hover{color:var(--color-focus) !important}#dsqjs .dsqjs-bullet::after{color:var(--color-mute) !important;font-weight:600 !important}#dsqjs .dsqjs-no-comment{color:var(--color-font) !important}#dsqjs .dsqjs-nav-tab{color:var(--color-mute) !important}#dsqjs .dsqjs-tab-active{color:var(--color-font) !important}#dsqjs .dsqjs-tab-active>span:after{background-color:var(--color-secondary) !important}#dsqjs .dsqjs-post-list .dsqjs-post-avatar{background:var(--color-bg) !important}#dsqjs .dsqjs-post-list .dsqjs-post-header .dsqjs-post-author{color:var(--color-mute) !important;font-weight:600}#dsqjs .dsqjs-post-list .dsqjs-post-header .dsqjs-admin-badge{color:var(--color-font) !important;background:var(--color-codebg) !important}#dsqjs .dsqjs-post-list .dsqjs-post-header .dsqjs-meta{color:var(--color-mute) !important}#dsqjs .dsqjs-post-body{color:var(--color-font) !important}#dsqjs .dsqjs-post-body code,#dsqjs .dsqjs-post-body pre{background:var(--color-codebg) !important}#dsqjs .dsqjs-post-body blockquote{color:var(--color-codebg) !important;border-left:0.25em solid var(--color-divider) !important}#dsqjs .dsqjs-load-more{background:var(--color-mute) !important;color:var(--color-bg) !important}#dsqjs footer{border-top:2px solid var(--color-divider) !important;font-weight:600 !important;color:var(--color-mute) !important}#dsqjs .dsqjs-order-radio:checked+.dsqjs-order-label{color:var(--color-font) !important;background-color:var(--color-divider) !important}#dsqjs .dsqjs-order-label{background-color:var(--color-bg) !important}#dsqjs p.dsqjs-has-more a.dsqjs-has-more-btn{color:var(--color-mute) !important}.search-result-info{border-bottom:2px solid var(--color-divider)}.search-input{border-top:2px solid;border-left:2px solid;border-bottom:2px solid;border-right:none;border-radius:0.25rem;border-color:var(--color-divider);background-color:var(--color-bg)}.search-input:hover,.search-input:focus-within{color:var(--color-primary);border-color:var(--color-primary)}.search-input input{outline:none;border:none;color:inherit;background-color:inherit}.search-input button{outline:none;border-top:2px solid;border-left:none;border-right:2px solid;border-bottom:2px solid;border-radius:0 0.25rem 0.25rem 0;border-color:inherit;color:inherit;background-color:inherit}.search-input button:hover{color:var(--color-secondary)}.image-wrapper{position:relative;display:block;width:100%;height:0;overflow:hidden;background-color:var(--color-divider);border-radius:3px;max-width:98%;margin:0 0.25rem 0.5rem 0.25rem}.image-wrapper img{display:block;width:100%;max-width:100%;margin:0;overflow:hidden}.ratio-40x9{padding-bottom:22.5%}.ratio-32x9{padding-bottom:28.125%}.ratio-21x9{padding-bottom:42.85714286%}.ratio-18x9{padding-bottom:50%}.ratio-16x9{padding-bottom:56.25%}.ratio-16x10{padding-bottom:62.5%}.ratio-3x2{padding-bottom:66.66666667%}.ratio-4x3{padding-bottom:75%}.ratio-1x1{padding-bottom:100%}.ratio-3x4{padding-bottom:133.33333333%}.ratio-2x3{padding-bottom:150%}.ratio-10x16{padding-bottom:160%}.ratio-9x16{padding-bottom:177.77777778%}.ratio-9x18{padding-bottom:200%}.ratio-9x21{padding-bottom:233.33333333%}.ratio-9x32{padding-bottom:355.55555556%}
diff --git a/resources/_gen/assets/scss/test/scss/fuji.scss_c63600327b20d2d8975b827d4bd1220e.content b/resources/_gen/assets/scss/test/scss/fuji.scss_c63600327b20d2d8975b827d4bd1220e.content
new file mode 100644
index 0000000..71ddc6e
--- /dev/null
+++ b/resources/_gen/assets/scss/test/scss/fuji.scss_c63600327b20d2d8975b827d4bd1220e.content
@@ -0,0 +1 @@
+@font-face{font-family:'Product Sans';font-style:normal;font-display:swap;font-weight:700;src:url("https://cdn.jsdelivr.net/gh/dsrkafuu/dsr-cdn-main@1/fonts/product_sans/product_sans_700.woff2") format("woff2")}@font-face{font-family:'Fira Code';font-style:normal;font-display:swap;font-weight:400;src:url("https://cdn.jsdelivr.net/gh/dsrkafuu/dsr-cdn-main@1/fonts/fira_code/fira_code_400.woff2") format("woff2")}*{box-sizing:border-box}html{height:100%;scroll-behavior:smooth}body{display:flex;flex-direction:column;height:100%;scroll-behavior:smooth}main{flex:1 1 auto}.container-lg{display:flex;flex-direction:row}@media screen and (max-width: 768px){.container-lg{flex-direction:column}}a:hover{text-decoration:none !important}/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none !important}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:var(--color-text-primary)}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:600}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:0.35em 0.625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}*{box-sizing:border-box}input,select,textarea,button{font-family:inherit;font-size:inherit;line-height:inherit}body{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI","Arial","Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Source Han Sans CN","Source Han Sans SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;font-size:16px;line-height:1.5;color:var(--color-text-primary);background-color:var(--color-bg-canvas)}a{color:var(--color-text-link);text-decoration:none}a:hover{text-decoration:underline}b,strong{font-weight:600}hr,.rule{height:0;margin:15px 0;overflow:hidden;background:transparent;border:0;border-bottom:1px solid var(--color-border-secondary)}hr::before,.rule::before{display:table;content:""}hr::after,.rule::after{display:table;clear:both;content:""}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}button{cursor:pointer;border-radius:0}[hidden][hidden]{display:none !important}details summary{cursor:pointer}details:not([open])>*:not(summary){display:none !important}kbd{display:inline-block;padding:3px 5px;font:11px "SF Mono","Fira Code","Consolas",-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI","Arial","Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Source Han Sans CN","Source Han Sans SC","Microsoft YaHei","WenQuanYi Micro Hei",monospace;line-height:10px;color:var(--color-text-primary);vertical-align:middle;background-color:var(--color-bg-secondary);border:solid 1px var(--color-border-tertiary);border-bottom-color:var(--color-border-tertiary);border-radius:6px;box-shadow:inset 0 -1px 0 var(--color-border-tertiary)}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0}h1{font-size:32px;font-weight:600}h2{font-size:24px;font-weight:600}h3{font-size:20px;font-weight:600}h4{font-size:16px;font-weight:600}h5{font-size:14px;font-weight:600}h6{font-size:12px;font-weight:600}p{margin-top:0;margin-bottom:10px}small{font-size:90%}blockquote{margin:0}ul,ol{padding-left:0;margin-top:0;margin-bottom:0}ol ol,ul ol{list-style-type:lower-roman}ul ul ol,ul ol ol,ol ul ol,ol ol ol{list-style-type:lower-alpha}dd{margin-left:0}tt,code{font-family:"SF Mono","Fira Code","Consolas",-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI","Arial","Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Source Han Sans CN","Source Han Sans SC","Microsoft YaHei","WenQuanYi Micro Hei",monospace;font-size:12px}pre{margin-top:0;margin-bottom:0;font-family:"SF Mono","Fira Code","Consolas",-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI","Arial","Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Source Han Sans CN","Source Han Sans SC","Microsoft YaHei","WenQuanYi Micro Hei",monospace;font-size:12px}.octicon{vertical-align:text-bottom}.container-sm{max-width:544px;margin-right:auto;margin-left:auto}.container-md{max-width:768px;margin-right:auto;margin-left:auto}.container-lg{max-width:1012px;margin-right:auto;margin-left:auto}.container-xl{max-width:1280px;margin-right:auto;margin-left:auto}.col-1{width:8.33333333%}.col-2{width:16.66666667%}.col-3{width:25%}.col-4{width:33.33333333%}.col-5{width:41.66666667%}.col-6{width:50%}.col-7{width:58.33333333%}.col-8{width:66.66666667%}.col-9{width:75%}.col-10{width:83.33333333%}.col-11{width:91.66666667%}.col-12{width:100%}@media (min-width: 544px){.col-sm-1{width:8.33333333%}.col-sm-2{width:16.66666667%}.col-sm-3{width:25%}.col-sm-4{width:33.33333333%}.col-sm-5{width:41.66666667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333333%}.col-sm-8{width:66.66666667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333333%}.col-sm-11{width:91.66666667%}.col-sm-12{width:100%}}@media (min-width: 768px){.col-md-1{width:8.33333333%}.col-md-2{width:16.66666667%}.col-md-3{width:25%}.col-md-4{width:33.33333333%}.col-md-5{width:41.66666667%}.col-md-6{width:50%}.col-md-7{width:58.33333333%}.col-md-8{width:66.66666667%}.col-md-9{width:75%}.col-md-10{width:83.33333333%}.col-md-11{width:91.66666667%}.col-md-12{width:100%}}@media (min-width: 1012px){.col-lg-1{width:8.33333333%}.col-lg-2{width:16.66666667%}.col-lg-3{width:25%}.col-lg-4{width:33.33333333%}.col-lg-5{width:41.66666667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333333%}.col-lg-8{width:66.66666667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333333%}.col-lg-11{width:91.66666667%}.col-lg-12{width:100%}}@media (min-width: 1280px){.col-xl-1{width:8.33333333%}.col-xl-2{width:16.66666667%}.col-xl-3{width:25%}.col-xl-4{width:33.33333333%}.col-xl-5{width:41.66666667%}.col-xl-6{width:50%}.col-xl-7{width:58.33333333%}.col-xl-8{width:66.66666667%}.col-xl-9{width:75%}.col-xl-10{width:83.33333333%}.col-xl-11{width:91.66666667%}.col-xl-12{width:100%}}.gutter{margin-right:-16px;margin-left:-16px}.gutter>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-condensed{margin-right:-8px;margin-left:-8px}.gutter-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-spacious{margin-right:-24px;margin-left:-24px}.gutter-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}@media (min-width: 544px){.gutter-sm{margin-right:-16px;margin-left:-16px}.gutter-sm>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-sm-condensed{margin-right:-8px;margin-left:-8px}.gutter-sm-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-sm-spacious{margin-right:-24px;margin-left:-24px}.gutter-sm-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 768px){.gutter-md{margin-right:-16px;margin-left:-16px}.gutter-md>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-md-condensed{margin-right:-8px;margin-left:-8px}.gutter-md-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-md-spacious{margin-right:-24px;margin-left:-24px}.gutter-md-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 1012px){.gutter-lg{margin-right:-16px;margin-left:-16px}.gutter-lg>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-lg-condensed{margin-right:-8px;margin-left:-8px}.gutter-lg-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-lg-spacious{margin-right:-24px;margin-left:-24px}.gutter-lg-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 1280px){.gutter-xl{margin-right:-16px;margin-left:-16px}.gutter-xl>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-xl-condensed{margin-right:-8px;margin-left:-8px}.gutter-xl-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-xl-spacious{margin-right:-24px;margin-left:-24px}.gutter-xl-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}.markdown-body{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI","Arial","Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Source Han Sans CN","Source Han Sans SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;font-size:16px;line-height:1.5;word-wrap:break-word}.markdown-body kbd{display:inline-block;padding:3px 5px;font:11px "SF Mono","Fira Code","Consolas",-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI","Arial","Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Source Han Sans CN","Source Han Sans SC","Microsoft YaHei","WenQuanYi Micro Hei",monospace;line-height:10px;color:var(--color-text-primary);vertical-align:middle;background-color:var(--color-bg-secondary);border:solid 1px var(--color-border-tertiary);border-bottom-color:var(--color-border-tertiary);border-radius:6px;box-shadow:inset 0 -1px 0 var(--color-border-tertiary)}.markdown-body::before{display:table;content:""}.markdown-body::after{display:table;clear:both;content:""}.markdown-body>*:first-child{margin-top:0 !important}.markdown-body>*:last-child{margin-bottom:0 !important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:var(--color-text-danger)}.markdown-body .anchor{float:left;padding-right:4px;margin-left:-20px;line-height:1}.markdown-body .anchor:focus{outline:none}.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre,.markdown-body details{margin-top:0;margin-bottom:16px}.markdown-body hr{height:.25em;padding:0;margin:24px 0;background-color:var(--color-border-primary);border:0}.markdown-body blockquote{padding:0 1em;color:var(--color-text-tertiary);border-left:0.25em solid var(--color-markdown-blockquote-border)}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{color:var(--color-text-primary);vertical-align:middle;visibility:hidden}.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{text-decoration:none}.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{visibility:visible}.markdown-body h1 tt,.markdown-body h1 code,.markdown-body h2 tt,.markdown-body h2 code,.markdown-body h3 tt,.markdown-body h3 code,.markdown-body h4 tt,.markdown-body h4 code,.markdown-body h5 tt,.markdown-body h5 code,.markdown-body h6 tt,.markdown-body h6 code{font-size:inherit}.markdown-body h1{padding-bottom:0.3em;font-size:2em;border-bottom:1px solid var(--color-border-secondary)}.markdown-body h2{padding-bottom:0.3em;font-size:1.5em;border-bottom:1px solid var(--color-border-secondary)}.markdown-body h3{font-size:1.25em}.markdown-body h4{font-size:1em}.markdown-body h5{font-size:0.875em}.markdown-body h6{font-size:0.85em;color:var(--color-text-tertiary)}.markdown-body ul,.markdown-body ol{padding-left:2em}.markdown-body ul.no-list,.markdown-body ol.no-list{padding:0;list-style-type:none}.markdown-body ol[type="1"]{list-style-type:decimal}.markdown-body ol[type="a"]{list-style-type:lower-alpha}.markdown-body ol[type="i"]{list-style-type:lower-roman}.markdown-body div>ol:not([type]){list-style-type:decimal}.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul{margin-top:0;margin-bottom:0}.markdown-body li>p{margin-top:16px}.markdown-body li+li{margin-top:.25em}.markdown-body dl{padding:0}.markdown-body dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:600}.markdown-body dl dd{padding:0 16px;margin-bottom:16px}.markdown-body table{display:block;width:100%;width:max-content;max-width:100%;overflow:auto}.markdown-body table th{font-weight:600}.markdown-body table th,.markdown-body table td{padding:6px 13px;border:1px solid var(--color-markdown-table-border)}.markdown-body table tr{background-color:var(--color-bg-primary);border-top:1px solid var(--color-markdown-table-tr-border)}.markdown-body table tr:nth-child(2n){background-color:var(--color-bg-tertiary)}.markdown-body table img{background-color:transparent}.markdown-body img{max-width:100%;box-sizing:content-box;background-color:var(--color-bg-primary)}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{max-width:none;vertical-align:text-top;background-color:transparent}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid var(--color-markdown-frame-border)}.markdown-body span.frame span img{display:block;float:left}.markdown-body span.frame span span{display:block;padding:5px 0 0;clear:both;color:var(--color-text-primary)}.markdown-body span.align-center{display:block;overflow:hidden;clear:both}.markdown-body span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown-body span.align-center span img{margin:0 auto;text-align:center}.markdown-body span.align-right{display:block;overflow:hidden;clear:both}.markdown-body span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown-body span.align-right span img{margin:0;text-align:right}.markdown-body span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown-body span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown-body code,.markdown-body tt{padding:0.2em 0.4em;margin:0;font-size:85%;background-color:var(--color-markdown-code-bg);border-radius:6px}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit}.markdown-body pre{word-wrap:normal}.markdown-body pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:transparent;border:0}.markdown-body .highlight{margin-bottom:16px}.markdown-body .highlight pre{margin-bottom:0;word-break:normal}.markdown-body .highlight pre,.markdown-body pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:var(--color-bg-tertiary);border-radius:6px}.markdown-body pre code,.markdown-body pre tt{display:inline;max-width:auto;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown-body .csv-data td,.markdown-body .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown-body .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:var(--color-bg-primary);border:0}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{font-weight:600;background:var(--color-bg-tertiary);border-top:0}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}@media (min-width: 544px){.position-sm-static{position:static !important}.position-sm-relative{position:relative !important}.position-sm-absolute{position:absolute !important}.position-sm-fixed{position:fixed !important}.position-sm-sticky{position:sticky !important}}@media (min-width: 768px){.position-md-static{position:static !important}.position-md-relative{position:relative !important}.position-md-absolute{position:absolute !important}.position-md-fixed{position:fixed !important}.position-md-sticky{position:sticky !important}}@media (min-width: 1012px){.position-lg-static{position:static !important}.position-lg-relative{position:relative !important}.position-lg-absolute{position:absolute !important}.position-lg-fixed{position:fixed !important}.position-lg-sticky{position:sticky !important}}@media (min-width: 1280px){.position-xl-static{position:static !important}.position-xl-relative{position:relative !important}.position-xl-absolute{position:absolute !important}.position-xl-fixed{position:fixed !important}.position-xl-sticky{position:sticky !important}}.top-0{top:0 !important}.right-0{right:0 !important}.bottom-0{bottom:0 !important}.left-0{left:0 !important}.top-auto{top:auto !important}.right-auto{right:auto !important}.bottom-auto{bottom:auto !important}.left-auto{left:auto !important}@media (min-width: 544px){.top-sm-0{top:0 !important}.right-sm-0{right:0 !important}.bottom-sm-0{bottom:0 !important}.left-sm-0{left:0 !important}.top-sm-auto{top:auto !important}.right-sm-auto{right:auto !important}.bottom-sm-auto{bottom:auto !important}.left-sm-auto{left:auto !important}}@media (min-width: 768px){.top-md-0{top:0 !important}.right-md-0{right:0 !important}.bottom-md-0{bottom:0 !important}.left-md-0{left:0 !important}.top-md-auto{top:auto !important}.right-md-auto{right:auto !important}.bottom-md-auto{bottom:auto !important}.left-md-auto{left:auto !important}}@media (min-width: 1012px){.top-lg-0{top:0 !important}.right-lg-0{right:0 !important}.bottom-lg-0{bottom:0 !important}.left-lg-0{left:0 !important}.top-lg-auto{top:auto !important}.right-lg-auto{right:auto !important}.bottom-lg-auto{bottom:auto !important}.left-lg-auto{left:auto !important}}@media (min-width: 1280px){.top-xl-0{top:0 !important}.right-xl-0{right:0 !important}.bottom-xl-0{bottom:0 !important}.left-xl-0{left:0 !important}.top-xl-auto{top:auto !important}.right-xl-auto{right:auto !important}.bottom-xl-auto{bottom:auto !important}.left-xl-auto{left:auto !important}}.v-align-middle{vertical-align:middle !important}.v-align-top{vertical-align:top !important}.v-align-bottom{vertical-align:bottom !important}.v-align-text-top{vertical-align:text-top !important}.v-align-text-bottom{vertical-align:text-bottom !important}.v-align-baseline{vertical-align:baseline !important}.overflow-visible{overflow:visible !important}.overflow-x-visible{overflow-x:visible !important}.overflow-y-visible{overflow-y:visible !important}.overflow-hidden{overflow:hidden !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-auto{overflow:auto !important}.overflow-x-auto{overflow-x:auto !important}.overflow-y-auto{overflow-y:auto !important}.overflow-scroll{overflow:scroll !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-scroll{overflow-y:scroll !important}@media (min-width: 544px){.overflow-sm-visible{overflow:visible !important}.overflow-sm-x-visible{overflow-x:visible !important}.overflow-sm-y-visible{overflow-y:visible !important}.overflow-sm-hidden{overflow:hidden !important}.overflow-sm-x-hidden{overflow-x:hidden !important}.overflow-sm-y-hidden{overflow-y:hidden !important}.overflow-sm-auto{overflow:auto !important}.overflow-sm-x-auto{overflow-x:auto !important}.overflow-sm-y-auto{overflow-y:auto !important}.overflow-sm-scroll{overflow:scroll !important}.overflow-sm-x-scroll{overflow-x:scroll !important}.overflow-sm-y-scroll{overflow-y:scroll !important}}@media (min-width: 768px){.overflow-md-visible{overflow:visible !important}.overflow-md-x-visible{overflow-x:visible !important}.overflow-md-y-visible{overflow-y:visible !important}.overflow-md-hidden{overflow:hidden !important}.overflow-md-x-hidden{overflow-x:hidden !important}.overflow-md-y-hidden{overflow-y:hidden !important}.overflow-md-auto{overflow:auto !important}.overflow-md-x-auto{overflow-x:auto !important}.overflow-md-y-auto{overflow-y:auto !important}.overflow-md-scroll{overflow:scroll !important}.overflow-md-x-scroll{overflow-x:scroll !important}.overflow-md-y-scroll{overflow-y:scroll !important}}@media (min-width: 1012px){.overflow-lg-visible{overflow:visible !important}.overflow-lg-x-visible{overflow-x:visible !important}.overflow-lg-y-visible{overflow-y:visible !important}.overflow-lg-hidden{overflow:hidden !important}.overflow-lg-x-hidden{overflow-x:hidden !important}.overflow-lg-y-hidden{overflow-y:hidden !important}.overflow-lg-auto{overflow:auto !important}.overflow-lg-x-auto{overflow-x:auto !important}.overflow-lg-y-auto{overflow-y:auto !important}.overflow-lg-scroll{overflow:scroll !important}.overflow-lg-x-scroll{overflow-x:scroll !important}.overflow-lg-y-scroll{overflow-y:scroll !important}}@media (min-width: 1280px){.overflow-xl-visible{overflow:visible !important}.overflow-xl-x-visible{overflow-x:visible !important}.overflow-xl-y-visible{overflow-y:visible !important}.overflow-xl-hidden{overflow:hidden !important}.overflow-xl-x-hidden{overflow-x:hidden !important}.overflow-xl-y-hidden{overflow-y:hidden !important}.overflow-xl-auto{overflow:auto !important}.overflow-xl-x-auto{overflow-x:auto !important}.overflow-xl-y-auto{overflow-y:auto !important}.overflow-xl-scroll{overflow:scroll !important}.overflow-xl-x-scroll{overflow-x:scroll !important}.overflow-xl-y-scroll{overflow-y:scroll !important}}.clearfix::before{display:table;content:""}.clearfix::after{display:table;clear:both;content:""}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width: 544px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 1012px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1280px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.width-fit{max-width:100% !important}.width-full{width:100% !important}.height-fit{max-height:100% !important}.height-full{height:100% !important}.min-width-0{min-width:0 !important}.width-auto{width:auto !important}.direction-rtl{direction:rtl !important}.direction-ltr{direction:ltr !important}@media (min-width: 544px){.width-sm-auto{width:auto !important}.direction-sm-rtl{direction:rtl !important}.direction-sm-ltr{direction:ltr !important}}@media (min-width: 768px){.width-md-auto{width:auto !important}.direction-md-rtl{direction:rtl !important}.direction-md-ltr{direction:ltr !important}}@media (min-width: 1012px){.width-lg-auto{width:auto !important}.direction-lg-rtl{direction:rtl !important}.direction-lg-ltr{direction:ltr !important}}@media (min-width: 1280px){.width-xl-auto{width:auto !important}.direction-xl-rtl{direction:rtl !important}.direction-xl-ltr{direction:ltr !important}}@font-face{font-family:'iconfont';src:url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"),url("iconfont.woff?t=1615774773267") format("woff"),url("iconfont.ttf?t=1615774773267") format("truetype"),url("iconfont.svg?t=1615774773267#iconfont") format("svg")}.iconfont{font-family:'iconfont' !important;font-size:inherit;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-sync-circle-sharp:before{content:'\e613'}.icon-grid-sharp:before{content:'\e612'}.icon-search-circle-sharp:before{content:'\e60c'}.icon-chevron-back-circle-sharp:before{content:'\e608'}.icon-caret-back-circle-sharp:before{content:'\e609'}.icon-chevron-forward-circle-sharp:before{content:'\e60a'}.icon-caret-forward-circle-sharp:before{content:'\e60b'}.icon-today-sharp:before{content:'\e607'}.icon-chevron-up-circle-sharp:before{content:'\e606'}.icon-contrast-sharp:before{content:'\e601'}.icon-file-tray-sharp:before{content:'\e602'}.icon-pricetags-sharp:before{content:'\e603'}.icon-chatbox-ellipses-sharp:before{content:'\e604'}.icon-time-sharp:before{content:'\e605'}header .header{padding:1.75rem 1.5rem 2rem 1.5rem}header .title-main{font-size:2.5rem;font-family:"Product Sans",sans-serif;font-weight:700;white-space:nowrap}header .title-sub{margin:0 0.1rem;display:block;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none}header .title-sub::-webkit-scrollbar{display:none}.content{padding:1.5rem 1.5rem 0 1.5rem}.post:not(:first-child){padding:1.5rem 0}.post:first-child{padding:0 0 1.5rem 0}.post-title{font-size:1.75rem}.post-meta{display:flex;align-items:center;margin:0.5rem 0.1rem 1rem 0.1rem;flex-wrap:wrap}.post-meta span{display:flex;align-items:center}.post-meta span:not(:last-child){padding-right:1.5rem}.post-summary{margin:0 0.1rem}.post-summary p:last-child{margin-bottom:0}.post-summary h1,.post-summary h2,.post-summary h3,.post-summary h4,.post-summary h5,.post-summary h6{display:none}.post-meta-archive{display:flex;align-items:center;margin:0.5rem 0.1rem 0 0.1rem;flex-wrap:wrap}.post-meta-archive span{display:flex;align-items:center}.post-meta-archive span:not(:last-child){padding-right:1.5rem}.pagination{display:flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1.25rem;padding:1.25rem 0}.pagination div{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem}.pagination div a{display:flex;align-items:center}.page-info{padding:0 0.1rem 1.5rem 0.1rem}article{padding-bottom:1.5rem}article .post-content{margin:1.25rem 0.1rem 0 0.1rem}.license{margin-bottom:1.5rem}.post-loading{margin:0 0 1.5rem 0;padding-top:1.5rem;text-align:center}.post-loading i{font-size:1.25rem}.post-loading p{margin:0.5rem 0 0 0}.markdown-body h1{font-size:1.75rem;margin-top:1.5rem}.markdown-body h2{font-size:1.5rem;margin-top:1.375rem}.markdown-body h3{font-size:1.25rem;margin-top:1.25rem}.markdown-body h4{margin-top:1.25rem}.markdown-body ul{list-style-type:circle}.markdown-body img{max-width:98%;margin:0 0.25rem 0.5rem 0.25rem}.markdown-body .table-dense{font-size:0.875rem}.markdown-body .table-dense td,.markdown-body .table-dense th{padding:4px 8px !important}.post-comment span.post-comment-notloaded{display:flex;align-items:center;justify-content:center}#disqus_thread{padding:1.25rem 0}#search-result .post:first-child{padding:1.5rem 0}.search-result-info{padding:1rem 0.1rem}.search-input{display:flex;height:2.5rem;align-items:center;padding-left:0.5rem;width:100%}.search-input input{width:100%;min-width:0;flex:1 1 auto;height:2rem}.search-input button{flex:0 1 auto;padding:0 0.5rem;word-break:keep-all;height:2.5rem}.search-input button:hover i{color:var(--color-primary)}.search-input button i{color:var(--color-mute);height:100%;font-size:1.6rem}.sidebar{padding:1.5rem 1.5rem 1.5rem 0}.sidebar-item:not(:last-child){margin-bottom:1rem}.sidebar-item h3{margin-bottom:0.25rem}.sidebar-item ul{list-style-type:none;margin:0 0.1rem}.sidebar-item>div,.sidebar-item>nav{margin:0 0.1rem}.sidebar-item>img{margin:0.5rem 0.25rem 0 0.25rem;width:100%;border-radius:2px}@media screen and (max-width: 768px){.sidebar{display:none !important}}@media screen and (max-width: 768px){.sidebar-mobile{width:70%;position:fixed;top:0;right:0;bottom:0%;background-color:var(--color-codebg);z-index:50;overflow:auto;display:flex;flex-direction:column-reverse}.sidebar-mobile .sidebar-wrapper{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-around;margin:1.5rem 4.25rem 1.5rem 1.5rem}.sidebar-mobile .sidebar-item{width:90%;text-align:right;margin-top:1rem}.sidebar-mobile .sidebar-item:last-child{margin-top:0}}@media screen and (min-width: 768px){.sidebar-toc{position:sticky;top:1rem}.sidebar-toc ul ul{font-size:0.875rem;padding-left:0.5rem;margin-bottom:0.25rem}.sidebar-toc #TableOfContents{max-height:80vh;overflow:auto;scrollbar-width:thin}}footer .footer{padding:2rem 1.5rem;text-align:center}footer .footer i{font-size:0.875rem}.btn{position:fixed;right:1.5rem;bottom:1.5rem;width:2.5rem;display:flex;justify-content:space-between;flex-direction:column;z-index:100}.btn div{flex:0 1 auto;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.25rem}.btn div:first-child{border-radius:0.25rem 0.25rem 0 0;font-size:1.125rem}.btn div:last-child{border-radius:0 0 0.25rem 0.25rem;font-size:1.325rem}@media screen and (min-width: 768px){.btn div:first-child{display:none}.btn div:nth-child(2){border-radius:0.25rem 0.25rem 0 0}}.post-player-wrapper{margin:0.25rem 0.125rem 1rem 0.125rem !important;font-family:inherit !important}.post-player{font-family:inherit !important}.post-summary .post-player-wrapper{display:none}body[data-theme='auto']{--color-mode: 'light';--color-primary: #8aa2d3;--color-secondary: #8f82bc;--color-focus: #3b469b;--color-mute: #9ea1a3;--color-font: #3f4551;--color-divider: #e5e2e4;--color-bg: #fffffd;--color-codebg: #f6f8fa;--color-text-primary: #3f4551;--color-text-tertiary: #3f4551;--color-text-link: #8aa2d3;--color-text-danger: #8aa2d3;--color-bg-primary: #fffffd;--color-bg-secondary: #f6f8fa;--color-bg-tertiary: #fffffd;--color-bg-canvas: #fffffd;--color-markdown-code-bg: #f6f8fa;--color-markdown-frame-border: #e5e2e4;--color-markdown-blockquote-border: #e5e2e4;--color-markdown-table-border: #e5e2e4;--color-markdown-table-tr-border: #e5e2e4;--color-border-primary: #e5e2e4;--color-border-secondary: #e5e2e4;--color-border-tertiary: #e5e2e4}@media (prefers-color-scheme: dark){body[data-theme='auto']{--color-mode: 'dark';--color-primary: #8aa2d3;--color-secondary: #bab1df;--color-focus: #e6e6e6;--color-mute: #9ea1a3;--color-font: silver;--color-divider: #4d5158;--color-bg: #2f3136;--color-codebg: #414449;--color-text-primary: silver;--color-text-tertiary: silver;--color-text-link: #8aa2d3;--color-text-danger: #8aa2d3;--color-bg-primary: #2f3136;--color-bg-secondary: #414449;--color-bg-tertiary: #2f3136;--color-bg-canvas: #2f3136;--color-markdown-code-bg: #414449;--color-markdown-frame-border: #4d5158;--color-markdown-blockquote-border: #4d5158;--color-markdown-table-border: #4d5158;--color-markdown-table-tr-border: #4d5158;--color-border-primary: #4d5158;--color-border-secondary: #4d5158;--color-border-tertiary: #4d5158}body[data-theme='auto'] table:not(.highlight) th,body[data-theme='auto'] table:not(.highlight) td{border-color:var(--color-font)}body[data-theme='auto'] table:not(.highlight) tr{background-color:var(--color-bg);border-color:var(--color-font)}body[data-theme='auto'] table:not(.highlight) tr:nth-child(2n){background-color:var(--color-divider)}body[data-theme='auto'] .post-aplayer{background-color:var(--color-divider) !important}body[data-theme='auto'] .aplayer .aplayer-info .aplayer-music .aplayer-author{color:var(--color-font) !important}body[data-theme='auto'] .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon path{fill:var(--color-font) !important}body[data-theme='auto'] .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon:hover path{fill:var(--color-focus) !important}body[data-theme='auto'] .aplayer .aplayer-list ol li{border-top:1px solid var(--color-bg) !important}body[data-theme='auto'] .aplayer.aplayer-withlist .aplayer-info{border-bottom:1px solid var(--color-bg) !important}body[data-theme='auto'] .aplayer .aplayer-list ol li.aplayer-list-light{background-color:var(--color-codebg) !important}body[data-theme='auto'] .aplayer .aplayer-list ol li:hover{background-color:var(--color-codebg) !important}body[data-theme='auto'] .aplayer .aplayer-list ol li .aplayer-list-author,body[data-theme='auto'] .aplayer .aplayer-list ol li .aplayer-list-index{color:var(--color-font) !important}}body[data-theme='light']{--color-mode: 'light';--color-primary: #8aa2d3;--color-secondary: #8f82bc;--color-focus: #3b469b;--color-mute: #9ea1a3;--color-font: #3f4551;--color-divider: #e5e2e4;--color-bg: #fffffd;--color-codebg: #f6f8fa;--color-text-primary: #3f4551;--color-text-tertiary: #3f4551;--color-text-link: #8aa2d3;--color-text-danger: #8aa2d3;--color-bg-primary: #fffffd;--color-bg-secondary: #f6f8fa;--color-bg-tertiary: #fffffd;--color-bg-canvas: #fffffd;--color-markdown-code-bg: #f6f8fa;--color-markdown-frame-border: #e5e2e4;--color-markdown-blockquote-border: #e5e2e4;--color-markdown-table-border: #e5e2e4;--color-markdown-table-tr-border: #e5e2e4;--color-border-primary: #e5e2e4;--color-border-secondary: #e5e2e4;--color-border-tertiary: #e5e2e4}body[data-theme='dark']{--color-mode: 'dark';--color-primary: #8aa2d3;--color-secondary: #bab1df;--color-focus: #e6e6e6;--color-mute: #9ea1a3;--color-font: silver;--color-divider: #4d5158;--color-bg: #2f3136;--color-codebg: #414449;--color-text-primary: silver;--color-text-tertiary: silver;--color-text-link: #8aa2d3;--color-text-danger: #8aa2d3;--color-bg-primary: #2f3136;--color-bg-secondary: #414449;--color-bg-tertiary: #2f3136;--color-bg-canvas: #2f3136;--color-markdown-code-bg: #414449;--color-markdown-frame-border: #4d5158;--color-markdown-blockquote-border: #4d5158;--color-markdown-table-border: #4d5158;--color-markdown-table-tr-border: #4d5158;--color-border-primary: #4d5158;--color-border-secondary: #4d5158;--color-border-tertiary: #4d5158}body[data-theme='dark'] table:not(.highlight) th,body[data-theme='dark'] table:not(.highlight) td{border-color:var(--color-font)}body[data-theme='dark'] table:not(.highlight) tr{background-color:var(--color-bg);border-color:var(--color-font)}body[data-theme='dark'] table:not(.highlight) tr:nth-child(2n){background-color:var(--color-divider)}body[data-theme='dark'] .post-aplayer{background-color:var(--color-divider) !important}body[data-theme='dark'] .aplayer .aplayer-info .aplayer-music .aplayer-author{color:var(--color-font) !important}body[data-theme='dark'] .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon path{fill:var(--color-font) !important}body[data-theme='dark'] .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon:hover path{fill:var(--color-focus) !important}body[data-theme='dark'] .aplayer .aplayer-list ol li{border-top:1px solid var(--color-bg) !important}body[data-theme='dark'] .aplayer.aplayer-withlist .aplayer-info{border-bottom:1px solid var(--color-bg) !important}body[data-theme='dark'] .aplayer .aplayer-list ol li.aplayer-list-light{background-color:var(--color-codebg) !important}body[data-theme='dark'] .aplayer .aplayer-list ol li:hover{background-color:var(--color-codebg) !important}body[data-theme='dark'] .aplayer .aplayer-list ol li .aplayer-list-author,body[data-theme='dark'] .aplayer .aplayer-list ol li .aplayer-list-index{color:var(--color-font) !important}::selection,::-moz-selection{color:var(--color-bg);background-color:var(--color-primary)}body{background-color:var(--color-bg);color:var(--color-font)}body a{color:var(--color-primary)}body a:hover{color:var(--color-secondary)}.post-summary a,.post-meta a{color:var(--color-secondary)}.post-summary a:hover,.post-meta a:hover{color:var(--color-focus)}.pag-current a,.pag-current a:hover{color:var(--color-focus)}.title-sub,.post-meta{color:var(--color-mute)}header,.page-info{border-bottom:2px solid var(--color-divider)}.post+.post,.pagination,footer{border-top:2px solid var(--color-divider)}.post-meta-archive{color:var(--color-mute)}.post-meta-archive a{color:var(--color-secondary)}.post-meta-archive a:hover{color:var(--color-focus)}@media screen and (max-width: 768px){.sidebar{border-top:2px solid var(--color-divider)}}.post-content a{color:var(--color-secondary)}.post-content a:hover{color:var(--color-focus)}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{color:var(--color-primary)}.markdown-body h1,.markdown-body h2{border-bottom:2px solid var(--color-divider)}.markdown-body blockquote{color:var(--color-mute)}.markdown-body img{border-radius:2px;background-color:inherit}.markdown-body hr{height:2px}.markdown-body pre,.markdown-body code{background-color:var(--color-codebg)}.post-loading{border-top:2px solid var(--color-divider)}.post-comment{border-top:2px solid var(--color-divider)}.post-comment span.post-comment-notloaded{padding:1.5rem 0;color:var(--color-secondary);cursor:pointer}.post-comment span.post-comment-notloaded:hover{color:var(--color-focus)}.btn div{background-color:var(--color-divider);color:var(--color-primary)}.btn div:hover{background-color:var(--color-primary);color:var(--color-divider)}.btn div+div{border-top:2px solid var(--color-bg)}code[class*='language-'],pre[class*='language-']{-moz-tab-size:4;-o-tab-size:4;tab-size:4}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#93a1a1}.token.punctuation{color:#586e75}.token.namespace{opacity:0.7}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted{color:#268bd2}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.url,.token.inserted{color:#2aa198}.token.entity{color:#657b83;background:#eee8d5}.token.atrule,.token.attr-value,.token.keyword{color:#859900}.token.function,.token.class-name{color:#b58900}.token.regex,.token.important,.token.variable{color:#cb4b16}.token.important,.token.bold{font-weight:600}.token.italic{font-style:italic}pre .rule,code .rule{margin:0;border-bottom:none;overflow:inherit}pre .rule::before,pre .rule::after,code .rule::before,code .rule::after{display:inherit;clear:inherit}#dsqjs a{text-decoration:none !important;color:var(--color-secondary) !important}#dsqjs a:hover{color:var(--color-focus) !important}#dsqjs .dsqjs-bullet::after{color:var(--color-mute) !important;font-weight:600 !important}#dsqjs .dsqjs-no-comment{color:var(--color-font) !important}#dsqjs .dsqjs-nav-tab{color:var(--color-mute) !important}#dsqjs .dsqjs-tab-active{color:var(--color-font) !important}#dsqjs .dsqjs-tab-active>span:after{background-color:var(--color-secondary) !important}#dsqjs .dsqjs-post-list .dsqjs-post-avatar{background:var(--color-bg) !important}#dsqjs .dsqjs-post-list .dsqjs-post-header .dsqjs-post-author{color:var(--color-mute) !important;font-weight:600}#dsqjs .dsqjs-post-list .dsqjs-post-header .dsqjs-admin-badge{color:var(--color-font) !important;background:var(--color-codebg) !important}#dsqjs .dsqjs-post-list .dsqjs-post-header .dsqjs-meta{color:var(--color-mute) !important}#dsqjs .dsqjs-post-body{color:var(--color-font) !important}#dsqjs .dsqjs-post-body code,#dsqjs .dsqjs-post-body pre{background:var(--color-codebg) !important}#dsqjs .dsqjs-post-body blockquote{color:var(--color-codebg) !important;border-left:0.25em solid var(--color-divider) !important}#dsqjs .dsqjs-load-more{background:var(--color-mute) !important;color:var(--color-bg) !important}#dsqjs footer{border-top:2px solid var(--color-divider) !important;font-weight:600 !important;color:var(--color-mute) !important}#dsqjs .dsqjs-order-radio:checked+.dsqjs-order-label{color:var(--color-font) !important;background-color:var(--color-divider) !important}#dsqjs .dsqjs-order-label{background-color:var(--color-bg) !important}#dsqjs p.dsqjs-has-more a.dsqjs-has-more-btn{color:var(--color-mute) !important}.search-result-info{border-bottom:2px solid var(--color-divider)}.search-input{border-top:2px solid;border-left:2px solid;border-bottom:2px solid;border-right:none;border-radius:0.25rem;border-color:var(--color-divider);background-color:var(--color-bg)}.search-input:hover,.search-input:focus-within{color:var(--color-primary);border-color:var(--color-primary)}.search-input input{outline:none;border:none;color:inherit;background-color:inherit}.search-input button{outline:none;border-top:2px solid;border-left:none;border-right:2px solid;border-bottom:2px solid;border-radius:0 0.25rem 0.25rem 0;border-color:inherit;color:inherit;background-color:inherit}.search-input button:hover{color:var(--color-secondary)}.image-wrapper{position:relative;display:block;width:100%;height:0;overflow:hidden;background-color:var(--color-divider);border-radius:3px;max-width:98%;margin:0 0.25rem 0.5rem 0.25rem}.image-wrapper img{display:block;width:100%;max-width:100%;margin:0;overflow:hidden}.ratio-40x9{padding-bottom:22.5%}.ratio-32x9{padding-bottom:28.125%}.ratio-21x9{padding-bottom:42.85714286%}.ratio-18x9{padding-bottom:50%}.ratio-16x9{padding-bottom:56.25%}.ratio-16x10{padding-bottom:62.5%}.ratio-3x2{padding-bottom:66.66666667%}.ratio-4x3{padding-bottom:75%}.ratio-1x1{padding-bottom:100%}.ratio-3x4{padding-bottom:133.33333333%}.ratio-2x3{padding-bottom:150%}.ratio-10x16{padding-bottom:160%}.ratio-9x16{padding-bottom:177.77777778%}.ratio-9x18{padding-bottom:200%}.ratio-9x21{padding-bottom:233.33333333%}.ratio-9x32{padding-bottom:355.55555556%}
diff --git a/resources/_gen/assets/scss/test/scss/fuji.scss_c63600327b20d2d8975b827d4bd1220e.json b/resources/_gen/assets/scss/test/scss/fuji.scss_c63600327b20d2d8975b827d4bd1220e.json
new file mode 100644
index 0000000..20a5d61
--- /dev/null
+++ b/resources/_gen/assets/scss/test/scss/fuji.scss_c63600327b20d2d8975b827d4bd1220e.json
@@ -0,0 +1 @@
+{"Target":"assets/css/fuji.min.css","MediaType":"text/css","Data":{}} \ No newline at end of file