🎨 Add cloud resource & CDN service vendors information.

This commit is contained in:
凡梦星尘
2022-06-12 14:54:12 +08:00
parent a6820c7d32
commit 7ab696887c
6 changed files with 41 additions and 1 deletions

View File

@@ -20,6 +20,18 @@
text-align: center;
@include flex-column();
@include main-container();
@if $footer_vendors_enable {
.vendors-list {
a {
margin-right: 5px;
}
img {
display: inline-block;
}
}
}
}
.use-motion {

View File

@@ -22,6 +22,7 @@ $menu_settings_badges: {{ $P.menuSets.badges }};
$footer_icon_color: {{ $P.footer.icon.color }};
$footer_icon_animated: {{ $P.footer.icon.animated }};
$footer_beian_enable: {{ $P.footer.beian.enable }};
$footer_vendors_enable: {{ isset $P.footer "vendors" }};
// Counter
$busuanzi_enable: {{ $P.busuanzi.enable }};