layout, title, titleTemplate, hero, features
| layout |
title |
titleTemplate |
hero |
features |
| home |
bili-sync |
由 Rust & Tokio 驱动的哔哩哔哩同步工具 |
| name |
text |
actions |
image |
| bili-sync |
由 Rust & Tokio 驱动的哔哩哔哩同步工具 |
| theme |
text |
link |
| brand |
什么是 bili-sync? |
/introduction |
|
| theme |
text |
link |
| alt |
快速开始 |
/quick-start |
|
|
|
|
| src |
alt |
| /assets/icon.png |
bili-sync |
|
|
| icon |
title |
details |
| 🤖 |
无需干预 |
自动选择最优的视频和音频配置 |
|
| icon |
title |
details |
| 💾 |
专为 NAS 设计 |
可被 Emby、Jellyfin 等媒体服务器一键识别 |
|
| icon |
title |
details |
| 🐳 |
部署简单 |
提供简单易用的 docker 镜像 |
|
|
<style>
:root {
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #bd34fe 30%, #41d1ff);
--vp-home-hero-image-background-image: linear-gradient(-45deg, #bd34fe 50%, #47caff 50%);
--vp-home-hero-image-filter: blur(44px);
}
@media (min-width: 640px) {
:root {
--vp-home-hero-image-filter: blur(56px);
}
}
@media (min-width: 960px) {
:root {
--vp-home-hero-image-filter: blur(68px);
}
}
</style>