diff --git a/README.md b/README.md index 62ba8fed..27b82b50 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ **文档戳这里啦 → [bilili の可愛い自己紹介](https://bilili.nyakku.moe)** -如果想要体验 v2 请戳这里 → [yutto2.0.0-rc](https://github.com/yutto-dev/yutto) +> [!WARNING] +> +> 由于 B 站近期 API 的变动较大,导致 bilili 部分功能无法正常使用,相关问题已在 v2 版本([yutto](https://github.com/yutto-dev/yutto))中修复,限于个人精力,无法同时维护两个版本,所以建议大家尽快迁移至 v2 版本,感谢大家一直以来对 bilili 的支持~ ## 特性 diff --git a/docs/.vuepress/components/DeprecationNotice.vue b/docs/.vuepress/components/DeprecationNotice.vue new file mode 100644 index 00000000..a844cd13 --- /dev/null +++ b/docs/.vuepress/components/DeprecationNotice.vue @@ -0,0 +1,6 @@ + diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index 11f82bd8..0fd29efd 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -101,6 +101,7 @@ export default defineConfig4CustomTheme({ 'thanks', ], }, + status: '', repo: 'yutto-dev/bilili', docsDir: 'docs', docsBranch: 'main',