From d05e03418f40b0d72ec9cac61e70ab414e28440a Mon Sep 17 00:00:00 2001 From: Developer Date: Wed, 29 Apr 2026 14:47:13 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=94=B6=E5=88=B0=E5=93=94=E5=93=A9?= =?UTF-8?q?=E5=93=94=E5=93=A9=E5=BE=8B=E5=B8=88=E5=87=BD=EF=BC=8C=E5=81=9C?= =?UTF-8?q?=E6=AD=A2=E5=90=8E=E7=BB=AD=E7=BB=B4=E6=8A=A4=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++++ components/LiveCard.tsx | 2 +- components/VideoCard.tsx | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1003007..1553dc9 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,18 @@ --- +> ## ⚠️ 重要公告 +> +> 本项目已收到**哔哩哔哩(bilibili)律师函**,要求停止对 B 站 API 的调用及相关仿制行为。 +> +> 为尊重知识产权及相关法律法规,本仓库**即日起停止后续维护与更新**,不再接受新的 Issue 和 Pull Request。 +> +> 现有代码仅作学习参考保留,请勿将本项目用于任何商业或违法用途。 +> +> 感谢所有支持过本项目的朋友。 + +--- + ## 截图预览 diff --git a/components/LiveCard.tsx b/components/LiveCard.tsx index 0fec613..a895ab8 100644 --- a/components/LiveCard.tsx +++ b/components/LiveCard.tsx @@ -128,8 +128,8 @@ const styles = StyleSheet.create({ info: { padding: 6 }, title: { fontSize: 12, + lineHeight: 17, color: "#212121", - height: 33, marginBottom: 4, }, ownerRow: { diff --git a/components/VideoCard.tsx b/components/VideoCard.tsx index 2dffc0c..21b0cbc 100644 --- a/components/VideoCard.tsx +++ b/components/VideoCard.tsx @@ -90,8 +90,8 @@ const styles = StyleSheet.create({ info: { padding: 6 }, title: { fontSize: 12, + lineHeight: 17, color: "#212121", - height: 33, marginBottom: 4, }, owner: { fontSize: 11, color: "#999", marginTop: 2 },