mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-02 23:40:25 +08:00
更新文档
This commit is contained in:
@@ -657,6 +657,7 @@ function run_end() {
|
||||
"圣道云 · 稳定高效云服务器|低至9.9元/月起 ➜ https://www.shengdaoyun.com"
|
||||
"润信云 · 国内挂机宝海外云服务器低至9.9元/月 ➜ https://www.runxinyun.com"
|
||||
"新鸟云 · 2核2G云主机特价15元/月 ➜ https://www.xinniaoyun.com"
|
||||
"语鹿云盾 · 专业CDN加速、防御,亚太百兆三网优化CDN低至9元起 ➜ https://www.lucdn.cn"
|
||||
)
|
||||
echo -e "\n✨ 脚本运行完毕,更多使用教程详见官网 👉 \033[3mhttps://linuxmirrors.cn\033[0m\n"
|
||||
for ad in "${sponsor_ad[@]}"; do
|
||||
|
||||
@@ -361,6 +361,7 @@ function run_end() {
|
||||
"圣道云 · 稳定高效云服务器|低至9.9元/月起 ➜ https://www.shengdaoyun.com"
|
||||
"润信云 · 国内挂机宝海外云服务器低至9.9元/月 ➜ https://www.runxinyun.com"
|
||||
"新鸟云 · 2核2G云主机特价15元/月 ➜ https://www.xinniaoyun.com"
|
||||
"语鹿云盾 · 专业CDN加速、防御,亚太百兆三网优化CDN低至9元起 ➜ https://www.lucdn.cn"
|
||||
)
|
||||
echo -e "\n✨ 脚本运行完毕,更多使用教程详见官网 👉 \033[3mhttps://linuxmirrors.cn\033[0m\n"
|
||||
for ad in "${sponsor_ad[@]}"; do
|
||||
|
||||
2
docs/assets/css/tdesign.min.css
vendored
2
docs/assets/css/tdesign.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
docs/assets/images/sponsor/runxinyun.png
Normal file
BIN
docs/assets/images/sponsor/runxinyun.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
BIN
docs/assets/images/sponsor/yuluyundun.png
Normal file
BIN
docs/assets/images/sponsor/yuluyundun.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
10
docs/assets/js/modules/tdesign.min.js
vendored
10
docs/assets/js/modules/tdesign.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -31,10 +31,17 @@
|
||||
<a class="sponsor-item sponsor-flex-item" target="_blank" href="https://fufuidc.com" title="芙芙云 - 助力低价极速上云">
|
||||
<img src="/assets/images/sponsor/fufuyun.png" alt="芙芙云" />
|
||||
</a>
|
||||
<a class="sponsor-item sponsor-flex-item" target="_blank" href="https://www.runxinyun.com" title="润信云 - 国内挂机宝海外云服务器低至9.9元/月">
|
||||
<img src="/assets/images/sponsor/runxinyun.png" alt="润信云" style="width: 18% !important" />
|
||||
<span class="sponsor-title" style="padding-left: 10px">润信云</span>
|
||||
</a>
|
||||
<a class="sponsor-item sponsor-flex-item" target="_blank" href="https://www.xinniaoyun.com" title="新鸟云 - 2核2G云主机特价15元/月">
|
||||
<img src="/assets/images/sponsor/xinniaoyun.png#only-light" alt="新鸟云" />
|
||||
<img src="/assets/images/sponsor/xinniaoyun.png#only-dark" alt="新鸟云" style="filter: invert(0.5) brightness(2)" />
|
||||
</a>
|
||||
<a class="sponsor-item sponsor-flex-item" target="_blank" href="https://www.lucdn.cn?utm_source=linuxmirrors" title="语鹿云盾 - 专业CDN加速、防御,亚太百兆三网优化CDN低至9元起">
|
||||
<img src="/assets/images/sponsor/yuluyundun.png" alt="语鹿云盾" style="width: 68% !important" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -176,8 +176,31 @@ body {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.sponsor-title {
|
||||
font-size: 1.2rem;
|
||||
font-weight: 550;
|
||||
font-feature-settings: "kern", "liga";
|
||||
color: #444;
|
||||
font-family: var(--md-text-font-family);
|
||||
}
|
||||
|
||||
[data-md-color-scheme="slate"] .sponsor-title {
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
.sponsor-title-toc {
|
||||
font-weight: 550;
|
||||
font-feature-settings: "kern", "liga";
|
||||
color: hsl(225deg 0% 46.48% / 56%);
|
||||
font-family: var(--md-text-font-family);
|
||||
}
|
||||
|
||||
[data-md-color-scheme="slate"] .sponsor-title-toc {
|
||||
color: hsl(225deg 5.64% 68.32% / 56%);
|
||||
}
|
||||
|
||||
.sponsor-toc {
|
||||
margin-top: 2rem !important;
|
||||
margin-top: 24px !important;
|
||||
border-top: 1px solid var(--md-default-fg-color--lightest) !important;
|
||||
}
|
||||
|
||||
@@ -352,6 +375,10 @@ body {
|
||||
background-color: rgba(240, 241, 244, 0.016) !important;
|
||||
}
|
||||
|
||||
.t-table--column-fixed .t-table__cell--fixed-left {
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
/* termynal 插件 */
|
||||
.termy {
|
||||
padding: 65px 25px 35px !important;
|
||||
|
||||
7
docs/theme/partials/toc.html
vendored
7
docs/theme/partials/toc.html
vendored
@@ -44,10 +44,17 @@
|
||||
<img src="/assets/images/sponsor/fufuyun.png#only-light" alt="芙芙云" style="filter: grayscale(1) brightness(0.8)" />
|
||||
<img src="/assets/images/sponsor/fufuyun.png#only-dark" alt="芙芙云" style="filter: grayscale(1) brightness(1.2)" />
|
||||
</a>
|
||||
<a class="sponsor-item sponsor-item-toc" target="_blank" href="https://www.runxinyun.com" title="润信云 - 国内挂机宝海外云服务器低至9.9元/月">
|
||||
<img src="/assets/images/sponsor/runxinyun.png" alt="润信云" style="width: 28% !important" />
|
||||
<span class="sponsor-title-toc" style="padding-left: 4px; font-size: 20px">润信云</span>
|
||||
</a>
|
||||
<a class="sponsor-item sponsor-item-toc" target="_blank" href="https://www.xinniaoyun.com" title="新鸟云 - 2核2G云主机特价15元/月">
|
||||
<img src="/assets/images/sponsor/xinniaoyun.png#only-light" alt="新鸟云" style="filter: grayscale(1) invert(0.5)" />
|
||||
<img src="/assets/images/sponsor/xinniaoyun.png#only-dark" alt="新鸟云" style="filter: grayscale(1) invert(0.6)" />
|
||||
</a>
|
||||
<a class="sponsor-item sponsor-item-toc" target="_blank" href="https://www.lucdn.cn?utm_source=linuxmirrors" title="语鹿云盾 - 专业CDN加速、防御,亚太百兆三网优化CDN低至9元起">
|
||||
<img src="/assets/images/sponsor/yuluyundun.png" alt="语鹿云盾" />
|
||||
</a>
|
||||
<!-- <a class="sponsor-item sponsor-item-toc sponsor-item-toc-darker" target="_blank" title="成为赞助商" href="/sponsor/">
|
||||
<span style="font-size: 0.6rem; opacity: 0.5">
|
||||
<strong>成为赞助商</strong>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
mkdocs-material==9.6.13
|
||||
mkdocs-material==9.6.14
|
||||
mkdocs-glightbox==0.4.0
|
||||
mkdocs-exclude-search==0.6.6
|
||||
mkdocs-minify-plugin==0.8.0
|
||||
|
||||
Reference in New Issue
Block a user