Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit f8ea532

Browse files
authored
docs: update icon (#37)
* docs: update icon * fix: missing icon
1 parent 4536899 commit f8ea532

4 files changed

Lines changed: 18 additions & 2 deletions

File tree

README-en.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
# bilitool
1+
<div align="center">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="assets/headerDark.svg" />
4+
<img src="assets/headerLight.svg" alt="bilitool" />
5+
</picture>
6+
<p> </p>
27

38
[简体中文](./README.md) | English
49

10+
</div>
11+
512
> Welcome to use, provide feedback, and contribute to this project via PRs. Please do not use it for purposes that violate community guidelines.
613
714
`bilitool` is a Python toolkit that provides features such as persistent login, video download, and video upload to Bilibili. It can be used via command-line interface (CLI) or as a library in other projects.

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
# bilitool
1+
<div align="center">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="assets/headerDark.svg" />
4+
<img src="assets/headerLight.svg" alt="bilitool" />
5+
</picture>
6+
<p> </p>
27

38
简体中文 | [English](./README-en.md)
49

10+
</div>
11+
512
> 欢迎使用,欢迎提供更多反馈,欢迎 PR 贡献此项目,请勿用于违反社区规定的用途。
613
714
`bilitool` 是一个 python 的工具库,实现持久化登录,下载视频,上传视频到 bilibili 等功能,可以使用命令行 cli 操作,也可以作为其他项目的库使用。

0 commit comments

Comments
 (0)