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 },